<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>SQL Server Planet &#187; SQL Server 2008</title> <atom:link href="http://sqlserverplanet.com/tag/sql-server-2008/feed/" rel="self" type="application/rss+xml" /><link>http://sqlserverplanet.com</link> <description>Tips and Articles on SQL Server</description> <lastBuildDate>Wed, 07 Jul 2010 05:16:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>The database principal owns a schema in the database, and cannot be dropped. &#8211; Fix</title><link>http://sqlserverplanet.com/security/the-database-principal-owns-a-schema-in-the-database-and-cannot-be-dropped-fix/</link> <comments>http://sqlserverplanet.com/security/the-database-principal-owns-a-schema-in-the-database-and-cannot-be-dropped-fix/#comments</comments> <pubDate>Thu, 18 Jun 2009 01:16:03 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Schema]]></category> <category><![CDATA[SQL Server 2005]]></category> <category><![CDATA[SQL Server 2008]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=216</guid> <description><![CDATA[If you try to drop a user that owns a schema, you will receive the following error message: The database principal owns a schema in the database, and cannot be dropped. In order to drop the user, you need to find the schemas they are assigned, then transfer the ownership to another user or role [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/security/the-database-principal-owns-a-schema-in-the-database-and-cannot-be-dropped-fix/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>SQL Server 2008 Minimally Logged Inserts</title><link>http://sqlserverplanet.com/sql-server-2008/sql-server-2008-minimally-logged-inserts/</link> <comments>http://sqlserverplanet.com/sql-server-2008/sql-server-2008-minimally-logged-inserts/#comments</comments> <pubDate>Sun, 14 Jun 2009 16:05:12 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[Data Warehouse]]></category> <category><![CDATA[SQL Server 2008]]></category> <category><![CDATA[minimal logging]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=180</guid> <description><![CDATA[SQL Server 2008 has now introduced minimally logged inserts into tables that already contain data and a clustered index. What happens is the initial inserts may be fully logged if the data pages they are filling already contain data. However any new data pages added to the table will be minimally logged if all the [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/sql-server-2008/sql-server-2008-minimally-logged-inserts/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Find Dependent Objects</title><link>http://sqlserverplanet.com/sql-server-2008/find-dependent-objects/</link> <comments>http://sqlserverplanet.com/sql-server-2008/find-dependent-objects/#comments</comments> <pubDate>Wed, 10 Jun 2009 04:49:12 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[DMV Queries]]></category> <category><![CDATA[SQL Server 2008]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=140</guid> <description><![CDATA[One new feature that SQL Server 2008 offers is more reliable dependency information. SQL Server 2005 offered a DMV (dynamic management view) called sys.sql_dependencies. It is now replaced by a more reliable sys.sql_expression_dependencies. The following script will show all the procedures that reference a given table name, along with the columns the procedure references also. [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/sql-server-2008/find-dependent-objects/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Insert Carriage Return Line Feed to String</title><link>http://sqlserverplanet.com/sql/sql-server-insert-carriage-return-line-feed-to-string/</link> <comments>http://sqlserverplanet.com/sql/sql-server-insert-carriage-return-line-feed-to-string/#comments</comments> <pubDate>Mon, 01 Jun 2009 23:58:45 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[SQL]]></category> <category><![CDATA[SQL Server 2005]]></category> <category><![CDATA[SQL Server 2008]]></category> <category><![CDATA[TSQL]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=80</guid> <description><![CDATA[Here is a clean and efficient way to embed carriage returns into a string. I prefer this way instead of concatenating the entire CHAR(13)+CHAR(10) to the end of every string. This replace function also comes in handy in most instances where you need to append strings. declare @Note varchar (200) SET @Note = 'Line One.[crlf];Line [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/sql/sql-server-insert-carriage-return-line-feed-to-string/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 89/100 queries in 0.077 seconds using disk
Content Delivery Network via files.sqlserverplanet.com

Served from: sqlserverplanet.com @ 2010-07-31 08:56:59 -->