Viewing 15 posts - 106 through 120 (of 848 total)
Thanks for the question Steve. I've never used THROW before. Now that I know how it differentiates from RAISERROR, I have some ideas of where it could come in handy....
October 10, 2014 at 9:28 am
I should have gone with my gut on this one. When I got the same results using rank and dense_rank, I decided I must be misunderstanding the intent of the...
October 1, 2014 at 4:55 pm
i remember reading this editorial the first time around and my opinion then is still the same as it is now. A big NO THANKS!
October 1, 2014 at 4:37 pm
I had seen this same behavior firsthand when I was testing out some triggers before I utilized the inserted table values to limit how the trigger fired. A good question...
September 23, 2014 at 10:59 am
Fun question. Thank you Shiva.
A nice example of the capabilities for using SQL Server to recreate interesting calculations. While I am positive I will never have to know what Armstrong...
September 17, 2014 at 1:02 pm
I don't use synonyms but had always wondered what would happen if I ran into a synonym such as this. My default schema is dbo and I tested it and...
September 8, 2014 at 3:59 pm
Nice question Steve. I was impatient and did not look far enough into the documentation to get this right. I just chose the drop and recreate option because that has...
September 2, 2014 at 9:21 am
Raghavendra Mudugal (8/21/2014)
TomThomson (8/21/2014)
twin.devil (8/21/2014)
Just for the information.Becuase #table names max length is only 116 characters in SQL Server 2008 r2. its also valid of SQL SERVER 2012.
It's valid...
August 21, 2014 at 10:49 am
Answered too quickly on this one. I knew it could be run against tempdb but ignored that for some reason. Had I thought about it for another second then I...
August 20, 2014 at 3:04 pm
TomThomson (8/13/2014)
Hugo Kornelis (8/12/2014)
August 19, 2014 at 11:48 am
SQLRNNR (8/8/2014)
TomThomson (8/8/2014)
danrst171 (8/8/2014)
I got it wrong by selecting the second correct answer.
+1
Actually I clicked 2 (query and namespace) and then noticed that clicking the second cancelled the first because...
August 8, 2014 at 9:20 am
Viewing 15 posts - 106 through 120 (of 848 total)