Viewing 7 posts - 91 through 97 (of 97 total)
Good question. Demonstrates the requirement to explicitly cast a string value exceeding 8000 bytes as Varchar Max to prevent truncation. Thanks for the education.
October 8, 2009 at 2:29 am
I got it wrong, thought it was a trick question about aliasing transactions. I had forgotten you could do that, although it makes sense that you can now that...
October 6, 2009 at 3:46 am
Good question but IMO should have specified switch DATA from table to already partitioned table and DATA from partitioned table to unpartitioned table. I know it's pendantic but I've...
September 17, 2009 at 6:53 am
Christian Buettner (7/13/2009)
If it was intended to be tricky, then I admit it was well done.
If not, I assume rephrasing to "ALLOW_PAGE_LOCKS...
July 13, 2009 at 3:02 am
Christian Buettner (7/13/2009)
Documentation states that
REORGANIZE cannot be specified for a disabled index or an index with ALLOW_PAGE_LOCKS set to OFF.
http://msdn.microsoft.com/en-us/library/ms188388(SQL.90).aspx
Also testing it directly in...
July 13, 2009 at 2:37 am
I'm a full time DBA who is capable of scripting and understands many of the intricacies of SQL Server but I still like and use maintenance plans. If I...
June 19, 2009 at 1:26 am
Well I'm confused. I'm currently studying for my MCTS in SQL Server 2008 and all the literature I have found up to this point suggests that instance support is...
May 26, 2009 at 3:30 am
Viewing 7 posts - 91 through 97 (of 97 total)