Warning: Constant WP_TEMP_DIR already defined in /var/www/html/blogs/joe/wp-config.php on line 93

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/blogs/joe/wp-config.php:93) in /var/www/html/blogs/joe/wp-includes/feed-rss2-comments.php on line 8
Comments on: Contained DBs and collation conflict https://www.sqlskills.com/blogs/joe/contained-dbs-and-collation-conflict/ SQL Server Performance Tuning, High Availability and Disaster Recovery Blog Sun, 20 Jan 2013 18:08:09 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: Hadoop map https://www.sqlskills.com/blogs/joe/contained-dbs-and-collation-conflict/#comment-655 Tue, 17 Jan 2012 19:54:20 +0000 /blogs/joe/post/Contained-DBs-and-collation-conflict.aspx#comment-655 I am also working with SQL server and I think, I can get latest information about new features added in SQL 2012. So keep posting about SQL 2012…Thanks

]]>
By: Joe Sack https://www.sqlskills.com/blogs/joe/contained-dbs-and-collation-conflict/#comment-654 Tue, 06 Dec 2011 23:37:53 +0000 /blogs/joe/post/Contained-DBs-and-collation-conflict.aspx#comment-654 Thanks Trevor! I’m looking forward to fully contained databases. I think "partial" is a step in the right direction, but I’m looking forward to the possibilities (and portability) of full containment.

]]>
By: Trevor Drummond https://www.sqlskills.com/blogs/joe/contained-dbs-and-collation-conflict/#comment-653 Tue, 06 Dec 2011 13:45:47 +0000 /blogs/joe/post/Contained-DBs-and-collation-conflict.aspx#comment-653 Hi Joe

Great article, I was looking into this the other day. I can see a lot of uses arising from contained databases, but foresee a lot of problems as DBA’s and developers first encounter them.

It took a while to wrap my head around the collation implications of working with both contained and non-contained databases in a single batch. Depending on which database the batch is initially executed from temporary objects could be created using CATALOG_DEFAULT or TempDB default collations.

Thankfully books on-line goes quite in depth on it here: http://msdn.microsoft.com/en-us/library/ff929080(v=SQL.110).aspx

]]>