Viewing 15 posts - 1 through 15 (of 27 total)
Thanks Grant, I will have to do some additional experiments as I am curious how this internal renaming/truncating of the #table works when you have concurrent executions using the #table....
October 9, 2014 at 6:36 am
Thanks for the information/assistance everyone. I like Eddie's rules too.
I found the following blog post from Paul White, which has helped clarify the situation and provide some context for...
October 9, 2014 at 5:44 am
Thanks for the replies, I appreciate it!
The heaps in question don't have a unique identifier. It seems best to me to put a clustered index on a...
January 20, 2014 at 6:23 am
It's a shame this guy's work was plagiarized.
I have been enjoying the window functions!
;WITH
cteT1 AS
(
SELECT 1 i UNION ALL SELECT 1 UNION ALL SELECT 1 UNION...
December 6, 2013 at 6:58 am
Disappointing to get the answer "wrong" when I answered correctly. Were we supposed to assume bugs were fixed, and give our answer based on the correct varchar precision?
September 11, 2013 at 6:25 am
Jeff.MSSqlSage (9/10/2013)
You guys certainly have an interesting definition of what defines "basics".I don't think an undocumented feature of the ALTER TRIGGER functionality qualifies as "basics".
+1
Good question though, as this is...
September 10, 2013 at 8:38 am
This may be due to the log initializing before the reference to the project connection manager. I am not sure why else the project connection wouldn't work. It's...
September 4, 2013 at 6:47 am
Hany Helmy (9/3/2013)
"After the database engine acknowledges that a transaction has been committed, its changes are persistent in the database";
Also...
September 4, 2013 at 6:17 am
L' Eomot Inversé (8/22/2013)
Nick Doyle (8/22/2013)
August 22, 2013 at 10:48 am
I don't agree that it encourages sloppy coding. You need to know how a language works and be a decent coder to not be sloppy. I don't see...
August 22, 2013 at 6:24 am
Good question for this early in morning. Thanks
August 21, 2013 at 6:36 am
This depends on the query and your data. Can you provide more details?
August 19, 2013 at 7:30 am
M07 (8/19/2013)
I am not getting why the answer is zero rows
The select from the table variable is at the end of the procedure, but the procedure is exited at the...
August 19, 2013 at 7:25 am
Viewing 15 posts - 1 through 15 (of 27 total)