Viewing 15 posts - 16 through 30 (of 73 total)
Great question to brush up on Transactions. One thing that I tend to forget about, that I brushed up on before answering, is the behavior of transaction_name parameter of...
September 21, 2010 at 8:33 am
Funny, I initially chose the Resource database cannot be moved, but then after checking my local BOL I changed to all can be moved. If you check the online...
September 9, 2010 at 8:33 am
Thanks for the question Hugo and the practical application example. Your explanation of the QOTD from two days ago provided a great refresher and helped me get it right.
In...
September 8, 2010 at 8:46 am
Doh, I choose 0 because I miscounted the number of partitions, I thought there were 21 instead of 28. Anyways, for those interested in a full executable test of...
August 12, 2010 at 8:59 am
UMG Developer (8/3/2010)
August 4, 2010 at 8:47 am
Hey Scott, thanks for the article. Florian, thanks for the blog links those were great.
I'm curious how the XML method would perform when used with XML Schema Collections. ...
July 8, 2010 at 8:41 am
Good question. Here's an alternative method as an FYI.
sp_msforeachtable "DISABLE TRIGGER ALL ON ?"
July 1, 2010 at 7:52 am
chris.fauvel (6/30/2010)
Bradley Deem (6/29/2010)
June 30, 2010 at 8:11 am
Thanks for the question, I needed to brush up on my TDE knowledge. Admittedly, the "great" caused me to pause, but I still got it right. As Hugo...
June 29, 2010 at 8:28 am
I recommend using a CLR for this. Microsoft has a great example here http://msdn.microsoft.com/en-us/library/ms131056.aspx. I'm curious what the performance differences are. Admittedly, I have not compared the...
June 29, 2010 at 8:04 am
We use SQL Assistant http://www.softtreetech.com for multiple functions among them code formatting. SQL Assistant uses formatting templates that can be tailored for each user. This allows us to...
June 18, 2010 at 8:53 am
Good question, I learned something too. For those looking to reproduce the error run the following.
select 1 as col1, col2, col3 into #mytmp
from (select 1 col1,2 col2,3 col3) myothertab
insert...
June 18, 2010 at 8:41 am
I think it is a good question, thank you. I had to read up on the identity and select into before making my choice so I learned something and...
June 14, 2010 at 8:42 am
Toreador (5/13/2010)
So how would you get the identity values of the rows you'd...
May 13, 2010 at 8:34 am
dgabele (5/6/2010)
"All nonclustered indexes include the clustered index columns in their index pages"
I thought this was not true for the mere point that a table...
May 6, 2010 at 8:35 am
Viewing 15 posts - 16 through 30 (of 73 total)