<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0"><id>tag:blogger.com,1999:blog-5733902693446744864</id><updated>2013-02-19T08:57:40.651-08:00</updated><title type="text">Database Simplified</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default?start-index=26&amp;max-results=25" /><author><name>Kuldeep</name><uri>http://www.blogger.com/profile/02883629969174190080</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="28" height="32" src="http://3.bp.blogspot.com/-hu9dZ9a5M2o/TeNPyhpL1FI/AAAAAAAAAAo/NEp3uyizuXY/s220/250117_212663002089022_100000359705535_704259_7024268_n.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>71</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/DatabaseSimplified" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="databasesimplified" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">DatabaseSimplified</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-2741658823365114170</id><published>2012-06-10T20:44:00.002-07:00</published><updated>2012-06-10T20:44:54.084-07:00</updated><title type="text">Bad Performance Of View In SQL Server</title><summary type="text">In this post I am going to describe the problem I encountered in a view, which may affect your view performance badly. Create tables from following script

If(OBJECT_ID('PerfTest1') is Not null)Drop Table PerfTest1 
Create Table PerfTest1(Id int Identity(1,1),Code Int,CodeName Char(30)) 
Insert Into PerfTest1 Values(1,'Archo'),(2,'Halie'),(3,'Raiye'),(4,'Amity')Go 300

If(OBJECT_ID('PerfTest2') </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/2741658823365114170/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2012/06/bad-performance-of-view-in-sql-server.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/2741658823365114170" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/2741658823365114170" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2012/06/bad-performance-of-view-in-sql-server.html" title="Bad Performance Of View In SQL Server" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh3.ggpht.com/-6uD44985b2U/T82Z-y_eh4I/AAAAAAAAAjY/3DNdK121ebA/s72-c/image_thumb%25255B2%25255D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-5215234205278613389</id><published>2012-06-03T20:48:00.000-07:00</published><updated>2012-06-03T20:48:14.463-07:00</updated><title type="text">Restore Database From Snapshot</title><summary type="text">This is another way of restoring database to a time when snapshot was taken but it has certain restrictions lets see what are those ?  Database should have only one snapshot. Cannot restore files removed after taking snapshot. Transaction log backup chain is broken So make sure you take full backup before restore. Restore From snapshot will drop all full text catalogs. You must understand that </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/5215234205278613389/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2012/06/restore-database-from-snapshot.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/5215234205278613389" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/5215234205278613389" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2012/06/restore-database-from-snapshot.html" title="Restore Database From Snapshot" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-200632222266586200</id><published>2012-05-29T21:21:00.000-07:00</published><updated>2012-05-29T21:21:00.529-07:00</updated><title type="text">Import Text File To SQL Server</title><summary type="text">This blogs describes how flat files or text files can be imported to SQL Server with defining field information in a format file (xml file). Let’s see how ? Download Sample Text File So You can download the text file from the given link or if you have your own flat/text file with you then copy file and put it into the folder. For me its “D:\dbsimplified” Now You must be knowing fields(FieldName) </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/200632222266586200/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2012/05/import-text-file-to-sql-server.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/200632222266586200" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/200632222266586200" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2012/05/import-text-file-to-sql-server.html" title="Import Text File To SQL Server" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh5.ggpht.com/--0O1SQ8L3x4/T73YIOmTFUI/AAAAAAAAAjE/467d_4jSRII/s72-c/image_thumb%25255B1%25255D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-2957074796060300583</id><published>2011-12-25T20:28:00.002-08:00</published><updated>2012-04-17T03:21:39.382-07:00</updated><title type="text">Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AI" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation.</title><summary type="text">Collation conflicts are encountered when u try cross database query or cross server query or joining tables, because joining tables might have different collation settings. You must handle these query with specifying appropriate collation while joining to tables having different collation data. Let Replicate the issue with following example. Create following tables with script given below. CREATE</summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/2957074796060300583/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/12/cannot-resolve-collation-conflict.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/2957074796060300583" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/2957074796060300583" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/12/cannot-resolve-collation-conflict.html" title="Cannot resolve the collation conflict between &amp;quot;SQL_Latin1_General_CP1_CI_AI&amp;quot; and &amp;quot;SQL_Latin1_General_CP1_CI_AS&amp;quot; in the equal to operation." /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh4.ggpht.com/-cNYT_sZw9TU/Tvf33LrQePI/AAAAAAAAAi0/eQ6BgZjU03Y/s72-c/image_thumb%25255B1%25255D.png?imgmax=800" height="72" width="72" /><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-4743718592567278585</id><published>2011-12-25T19:05:00.001-08:00</published><updated>2011-12-27T08:31:19.809-08:00</updated><title type="text">An explicit value for the identity column in table can only be specified when a column list is used and IDENTITY_INSERT is ON.</title><summary type="text">Inserting explicit value for identity column in a table can not be done directly as identity column is bound to rule of incrementing them with specified number. If you try to insert value explicitly you encounter following error message. Msg 8101, Level 16, State 1, Line 1An explicit value for the identity column in table 'TableName' can only be specified when a column list is used and </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/4743718592567278585/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/12/explicit-value-for-identity-column-in.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/4743718592567278585" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/4743718592567278585" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/12/explicit-value-for-identity-column-in.html" title="An explicit value for the identity column in table can only be specified when a column list is used and IDENTITY_INSERT is ON." /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh5.ggpht.com/-mTAM-qQ3lCE/TvfkZqs7R6I/AAAAAAAAAik/q1EI6oc09iI/s72-c/image_thumb%25255B4%25255D.png?imgmax=800" height="72" width="72" /><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-385382235438305660</id><published>2011-12-05T07:53:00.001-08:00</published><updated>2011-12-05T20:29:39.838-08:00</updated><title type="text">Nested Transaction In SQL Server</title><summary type="text">SQL Server facilitate us to define nested explicit transaction. We may need to define nested transaction in many situation, so before you define or use nested transaction you must be aware of behavior of nested transaction. Create tables from following script to perform following tests.Create Table Parent_Table(Id int Identity(1,1),DataValue Varchar(20))Go Create Table Child_Table(Id Int Identity</summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/385382235438305660/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/12/nested-transaction-in-sql-server.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/385382235438305660" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/385382235438305660" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/12/nested-transaction-in-sql-server.html" title="Nested Transaction In SQL Server" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-3383181156563129911</id><published>2011-12-02T23:34:00.001-08:00</published><updated>2011-12-04T21:07:11.053-08:00</updated><title type="text">How To Move TEMPDB In SQL Server</title><summary type="text">In this blog post we will see how can we move location of tempdb database files in sql server. Moving of database may be required for many reasons like for security purpose or space constraints or etc. As tempdb is system database it cannot be detached or attached and cannot be restored like user databases. You need to be more alert when you are planning to move tempdb database files. Let’s see </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/3383181156563129911/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/12/how-to-move-tempdb-in-sql-server.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/3383181156563129911" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/3383181156563129911" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/12/how-to-move-tempdb-in-sql-server.html" title="How To Move TEMPDB In SQL Server" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh3.ggpht.com/-sEPZnDLYALA/TtnQvF29VKI/AAAAAAAAAhk/yIRoUObLbbE/s72-c/image_thumb%25255B4%25255D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-4928250499956755228</id><published>2011-11-26T08:37:00.001-08:00</published><updated>2011-11-28T20:50:56.652-08:00</updated><title type="text">Memory Utilization In SQL Server (Database Level)</title><summary type="text"> Its common question for DBAs to find memory consumption by each database. With SQL Server 2000 its was quite difficult to find but with SQL Server 2005 + we have DMV (Dynamic Management Views)  “sys.dm_os_buffer_descriptors” which provides memory utilization by each database or table in database. So let’s use the DMV to find current memory utilization by each database. Before we start this </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/4928250499956755228/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/11/memory-utilization-in-sql-server.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/4928250499956755228" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/4928250499956755228" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/11/memory-utilization-in-sql-server.html" title="Memory Utilization In SQL Server (Database Level)" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh3.ggpht.com/-R0jMYlQcWpU/TtEVvqRTGqI/AAAAAAAAAg0/QCiDavm8zwU/s72-c/image_thumb%25255B1%25255D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-7264846381824274709</id><published>2011-11-24T07:46:00.001-08:00</published><updated>2011-11-25T00:27:08.986-08:00</updated><title type="text">Move Database In SQL Server With Minimum DownTime</title><summary type="text">When working with very large database and there is need to move database from one server to another, then downtime is always an issue in such cases. There are several ways to move database from one location to another. Here I am describing an efficient way to move database from one location to another location. Following option only works if database recovery modal is Full or Bulk Logged. Let’s </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/7264846381824274709/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/11/move-database-in-sql-server-with.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/7264846381824274709" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/7264846381824274709" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/11/move-database-in-sql-server-with.html" title="Move Database In SQL Server With Minimum DownTime" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-8070712558111088862</id><published>2011-11-10T08:46:00.001-08:00</published><updated>2011-11-10T20:07:43.114-08:00</updated><title type="text">Database Backup At Multiple Location Using Mirror In SQL Server</title><summary type="text">SQL Server 2005+ At times we come across issue where we need multiple copies of database at different places. Many people end up taking single backup of database and making required copy of backup and moving them to required location using some cmd or script. But now this can be achieved using MIRROR with backup command. Mirror option allows you to create maximum 4 copies of database backup at a </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/8070712558111088862/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/11/database-backup-at-multiple-location.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/8070712558111088862" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/8070712558111088862" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/11/database-backup-at-multiple-location.html" title="Database Backup At Multiple Location Using Mirror In SQL Server" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh6.ggpht.com/-z88ph4WsRE8/Trv_s0jnEzI/AAAAAAAAAgU/IFiS6mQbi0Y/s72-c/image_thumb%25255B1%25255D.png?imgmax=800" height="72" width="72" /><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-1828817121258678491</id><published>2011-11-09T08:40:00.001-08:00</published><updated>2011-11-09T19:39:13.904-08:00</updated><title type="text">How To Get Comma Separated Value In SQL Server.</title><summary type="text">In the earlier post we have seen use of xml path to get comma separated result. This post describes how to get comma separated value from a result set or a table data. Create Table With Following Script. Create Table CSData(Id Int Identity(1,1),DepartmentName Varchar(40))Go Insert Into CSData(DepartmentName) Values('IT'),('FINANCE'),('MEDICAL'),('TRANSPORT'),('TALENT TRANSFORMATION'),('IMG')Go </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/1828817121258678491/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/11/how-to-get-comma-separated-value-in-sql.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/1828817121258678491" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/1828817121258678491" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/11/how-to-get-comma-separated-value-in-sql.html" title="How To Get Comma Separated Value In SQL Server." /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh3.ggpht.com/-JqFuyMhIiUs/Trqs6a_vZmI/AAAAAAAAAf0/aR_KbPRqsyY/s72-c/image_thumb%25255B3%25255D.png?imgmax=800" height="72" width="72" /><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-6316082181632750133</id><published>2011-11-09T08:08:00.001-08:00</published><updated>2011-11-09T19:44:22.949-08:00</updated><title type="text">The media family on device is incorrectly formed. SQL Server cannot process this media family</title><summary type="text">This blog post deals with the problem of restoring SQL Server Database from higher version to lower version. We generally encounter error following error. Error while restoring database from SQL server 2008 to SQL server 2005 Msg 3241, Level 16, State 7, Line 1 The media family on device ‘&lt;backup path&gt;’ is incorrectly formed. SQL Server cannot process this media family. Msg 3013, Level 16, State </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/6316082181632750133/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/11/media-family-on-device-is-incorrectly.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/6316082181632750133" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/6316082181632750133" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/11/media-family-on-device-is-incorrectly.html" title="The media family on device is incorrectly formed. SQL Server cannot process this media family" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh6.ggpht.com/-M7xNB_25omI/TrqlL1-4SlI/AAAAAAAAAeE/suqXwk-Snyo/s72-c/image_thumb%25255B2%25255D.png?imgmax=800" height="72" width="72" /><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-3298652132811376912</id><published>2011-11-07T07:17:00.001-08:00</published><updated>2011-11-08T08:39:37.113-08:00</updated><title type="text">How to find list of stored procedure with content info in SQL Server</title><summary type="text">This post describes the how can you find list of stored procedure with specific text content or how to answer following question.  List All Stored Procedure, Function, Views, Triggers which uses a Update or Insert or Delete Statement. List All Stored Procedure, Function, Views, Triggers which uses temporary table. List All Stored Procedure, Function, Views, Triggers which uses a particular table.</summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/3298652132811376912/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/11/how-to-find-list-of-stored-procedure.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/3298652132811376912" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/3298652132811376912" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/11/how-to-find-list-of-stored-procedure.html" title="How to find list of stored procedure with content info in SQL Server" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-5700819840424826271</id><published>2011-11-07T06:36:00.001-08:00</published><updated>2011-11-08T08:37:08.410-08:00</updated><title type="text">Find Tables With Column Name in SQL Server Databases</title><summary type="text">This post describes how one can find list of all the tables where a column with a particular name exists in a databases. Many people come across this issue and searches for query. So here is the query with example. I am using following query to find out all the table having name “Status” in master database.Use masterGoSelect B.name as TableName, A.name As ColumnName,C.name as DataTypefrom </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/5700819840424826271/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/11/find-tables-with-column-name-in-sql.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/5700819840424826271" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/5700819840424826271" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/11/find-tables-with-column-name-in-sql.html" title="Find Tables With Column Name in SQL Server Databases" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh6.ggpht.com/-hIZI1upIrYk/Trfs6GQ-rGI/AAAAAAAAAdA/n71as2dyNpw/s72-c/image_thumb%25255B1%25255D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-5447219911946112410</id><published>2011-11-02T20:23:00.001-07:00</published><updated>2011-11-02T20:26:58.643-07:00</updated><title type="text">Is Data Always Sorted On Primary Key (Clustered Index)  In SQL Server ?</title><summary type="text">Whenever we create a primary key on a table and we generally get data sorted on primary key defined. but that’s not always the case. Let’s examine it. Create Table and Populate Data With Following ScriptIf Exists(Select * From sys.Objects where object_id=object_id('Records'))Drop Table Recordsgo CREATE TABLE [dbo].[Records](    [Id] [int] IDENTITY(1,1) Primary Key  NOT NULL,    [EmpName] [varchar</summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/5447219911946112410/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/11/is-data-always-sorted-on-primary-key.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/5447219911946112410" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/5447219911946112410" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/11/is-data-always-sorted-on-primary-key.html" title="Is Data Always Sorted On Primary Key (Clustered Index)  In SQL Server ?" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh4.ggpht.com/-XcXv-gl8Rxk/TrIJEHzVIuI/AAAAAAAAASk/cLNZB9IvkK8/s72-c/image_thumb%25255B6%25255D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-3328175658137042338</id><published>2011-10-29T10:04:00.001-07:00</published><updated>2011-10-31T01:57:13.609-07:00</updated><title type="text">Policy In SQL Server</title><summary type="text">SQL Server 2008 + Policy based management introduced in sql server 2008 is really a nice feature. Where DBA can manage certain activity by enforcing policy based on specified conditions. You can enforce policy at database level. How To Create Policy ? The following step by step shows creation of policy for a stored procedure name standard. Create a condition for policy  Create A Condition </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/3328175658137042338/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/10/policy-in-sql-server.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/3328175658137042338" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/3328175658137042338" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/10/policy-in-sql-server.html" title="Policy In SQL Server" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh5.ggpht.com/-ydijeRImbUk/TqwxH9gt_FI/AAAAAAAAAOE/sStxyAOgY7Y/s72-c/image_thumb%25255B1%25255D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-2656325585853384244</id><published>2011-10-28T23:25:00.001-07:00</published><updated>2011-10-31T01:51:23.302-07:00</updated><title type="text">Create SNAPSHOT In SQL Server</title><summary type="text">SQL SERVER 2005 + (Only Enterprise Edition)  SNAPSHOTS are read-only views of actual database of a  particular time and are really useful for sharing load for reporting purpose. You can have multiple snapshot against a single database. Working of SNAPHOT ? Suppose you have created SNAPHOT of database at 9:00 AM. You will see that (.ss) snapshot file size is very small initially and as you modify </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/2656325585853384244/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/10/create-snapshot-in-sql-server.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/2656325585853384244" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/2656325585853384244" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/10/create-snapshot-in-sql-server.html" title="Create SNAPSHOT In SQL Server" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh3.ggpht.com/-PxK2B91NquQ/Tqub_rJxqJI/AAAAAAAAANk/G8I8nTw0bo4/s72-c/image_thumb%25255B1%25255D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-6394367908052251047</id><published>2011-10-28T22:19:00.001-07:00</published><updated>2011-10-28T22:25:38.219-07:00</updated><title type="text">Password Protected Backup In SQL Server</title><summary type="text">Password protected database backup : Setting backup media password are important and useful for securing misuse of data. If database backup is password protected then one will not be able to restore and see details from backup file using RESTOREFILELIST or HEADERONLY command. How to take password protected database backup? Create A DatabaseIf DB_ID('DBS_Test') Is null Create Database DBS_TestGo </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/6394367908052251047/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/10/password-protected-backup-in-sql-server.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/6394367908052251047" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/6394367908052251047" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/10/password-protected-backup-in-sql-server.html" title="Password Protected Backup In SQL Server" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-3287067404819641125</id><published>2011-10-28T22:13:00.001-07:00</published><updated>2011-10-28T22:17:02.836-07:00</updated><title type="text">Get Information From Backup File In SQL Server</title><summary type="text">This post describes how can we get information from backup file without restoring it. information about file groups, data and log files and Database information like server name and user name, internal database version, backup size and etc. Backup A Database Backup Database CDB To Disk='D:\CDB_Full.Bak'  With MediaName='CDB_FullBackup'Go Now we have a backup file located at D:\CDB_full.Bak, With </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/3287067404819641125/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/10/get-information-from-backup-file-in-sql.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/3287067404819641125" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/3287067404819641125" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/10/get-information-from-backup-file-in-sql.html" title="Get Information From Backup File In SQL Server" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh5.ggpht.com/-Oocl0GGvGd0/TquLf2oqowI/AAAAAAAAANE/Ki_aDCWf3zY/s72-c/image_thumb%25255B4%25255D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-8102785811450364100</id><published>2011-10-26T22:45:00.001-07:00</published><updated>2011-10-27T10:29:25.702-07:00</updated><title type="text">Configuring Database Mail In SQL Server Step By Step</title><summary type="text">To Configure Database Mail you must create database mail account and profile.Following are the steps to configure Database Mail Account And Profile.           Once Account and Profile has been created you must configure database mail using sp_configure stored procedure exec sp_configure 'show advanced options',1Go Reconfigurego sp_configure 'Database Mail XPs',1go Reconfigurego Now the database </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/8102785811450364100/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/10/configuring-database-mail-in-sql-server.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/8102785811450364100" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/8102785811450364100" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/10/configuring-database-mail-in-sql-server.html" title="Configuring Database Mail In SQL Server Step By Step" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh5.ggpht.com/-yOaahP6GWxA/TqjvNWC7eoI/AAAAAAAAAJk/DoJ6Odkj5lg/s72-c/image_thumb%25255B18%25255D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-3631183145221627969</id><published>2011-10-26T21:33:00.001-07:00</published><updated>2011-10-27T10:27:11.270-07:00</updated><title type="text">Create User In All The SQL Servers</title><summary type="text">I have found many people questioning on MSDN forum “How to run a query or create a user in all sql server instances” and the answer is using Central Management Server (Registered Servers). see following example of creating a user in all the sql server instances. I have following three instances of SQL where we need to create a user using registered servers.    Goto Menu : View—&gt;Registered Servers</summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/3631183145221627969/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/10/create-user-in-all-sql-servers.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/3631183145221627969" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/3631183145221627969" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/10/create-user-in-all-sql-servers.html" title="Create User In All The SQL Servers" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh6.ggpht.com/-Iqm73fhnQZQ/Tqje3vvDcrI/AAAAAAAAAIE/l-jW4WAqwHU/s72-c/image_thumb%25255B1%25255D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-1716303830055603894</id><published>2011-10-19T22:28:00.001-07:00</published><updated>2011-10-20T00:27:11.627-07:00</updated><title type="text">ISNULL VS COALESCE, Nested ISNULL</title><summary type="text">There is a myth bound to COALESCE function that it is just a replacement of ISNULL. Many candidate in interview also agree to this statement that COALESCE is just replacement of ISNULL but most of them were not aware of advantage of using COALESCE in place of ISNULL. So Lets See ISNULL VS COALESCE   Test 1 : Similar Functionality Of ISNULL and COALESCE Use of ISNULL Declare @Id1 IntDeclare @Id2 </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/1716303830055603894/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/10/isnull-vs-coalesce-nested-isnull.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/1716303830055603894" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/1716303830055603894" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/10/isnull-vs-coalesce-nested-isnull.html" title="ISNULL VS COALESCE, Nested ISNULL" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh4.ggpht.com/-aO0gqoDutEY/Tp-xhvUeboI/AAAAAAAAAHU/K9l-2HButFk/s72-c/image_thumb%25255B1%25255D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-2525362937585248477</id><published>2011-10-17T09:22:00.001-07:00</published><updated>2011-10-17T22:19:02.822-07:00</updated><title type="text">Query To Find SQL Server Service Account</title><summary type="text">SQL Server Services Account are stored in registry keys. You can read those key using built-in stored procedure “xp_instance_regread”.  These account information are stored under following keys HKEY_LOCAL_MACHINE --&gt; SYSTEM --&gt; CurrentControlSet --&gt; services –&gt; InstanceName Instance Name: It is MSSQLServer for Default Instance. and if you have named instance then it is MSSQL$instancename. For </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/2525362937585248477/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/10/query-to-find-sql-server-service.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/2525362937585248477" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/2525362937585248477" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/10/query-to-find-sql-server-service.html" title="Query To Find SQL Server Service Account" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-5810383997354949283</id><published>2011-10-17T08:31:00.001-07:00</published><updated>2011-10-17T22:14:02.933-07:00</updated><title type="text">Change Windows Authentication To Mixed Mode In SQL Server</title><summary type="text">This post describes changing Window Authentication mode to Mixed Authentication mode in SQL Server. When you install SQL Server by default window authentication is installed If you do not choose mixed authentication at the time of SQL Server installation. However these modes can be changed even after installation of SQL Server. Let’s See How We Can Change Window Authentication of Mixed Mode. Note</summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/5810383997354949283/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/10/change-windows-authentication-to-mixed.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/5810383997354949283" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/5810383997354949283" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/10/change-windows-authentication-to-mixed.html" title="Change Windows Authentication To Mixed Mode In SQL Server" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh3.ggpht.com/-anBZh69ms2k/TpxKByQbvDI/AAAAAAAAAGE/rqYeBov1PZg/s72-c/image_thumb%25255B3%25255D.png?imgmax=800" height="72" width="72" /><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5733902693446744864.post-7211892322301312973</id><published>2011-10-13T12:03:00.001-07:00</published><updated>2011-10-14T04:07:15.774-07:00</updated><title type="text">Server Side Trace In SQL Server</title><summary type="text">Running SQL Server Profiler trace are considered to be very costly operation. We generally minimize the load of Profiler trace by filtering the columns and limiting the event in trace. Alternatively we have “Server Side Trace” The Server site trace provides most effective way to trace then SQL Profiler. Server side trace runs on Server so no network congestion takes place. Server side trace runs </summary><link rel="replies" type="application/atom+xml" href="http://www.dbsimplified.com/feeds/7211892322301312973/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.dbsimplified.com/2011/10/server-side-trace-in-sql-server.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/7211892322301312973" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5733902693446744864/posts/default/7211892322301312973" /><link rel="alternate" type="text/html" href="http://www.dbsimplified.com/2011/10/server-side-trace-in-sql-server.html" title="Server Side Trace In SQL Server" /><author><name>Kuldeep Bisht</name><uri>http://www.blogger.com/profile/09682254187916371160</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh5.ggpht.com/-Umb8_ySPn7k/Tpc10Td4AhI/AAAAAAAAAFE/uwKr0H27agU/s72-c/image_thumb%25255B7%25255D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total></entry></feed>
