Viewing 15 posts - 91 through 105 (of 137 total)
terry.home (11/18/2013)
Also, seem to get an error when it reaches an offline database (so could be modified to...
September 18, 2014 at 9:54 am
stephen.long.1 (9/17/2014)
September 17, 2014 at 8:00 am
I got it wrong because he talked about 4-part naming and then only used a 2-part name.
It seems if he says he's "working in" the database, that mean he's connected...
September 15, 2014 at 8:50 am
Hello Greg,
Another good article. I have enjoyed this stairway series.
In this article I noticed a few inconsistencies that may be from changing your examples?
Several places you use "DELETE" where maybe...
July 23, 2014 at 8:41 am
Maybe he means something like this?
Select name + ' | ' + CONVERT(varchar(3), [count]) As Result From some_table
Hard to tell. The question doesn't make any sense.
Maybe you need to learn...
May 21, 2014 at 9:00 am
jmadden 34422 (4/17/2014)
can i ask what this doeswhat do I have to change to make it work?
If you run with @debug = 1 in SSMS, you can look in the...
April 17, 2014 at 8:08 am
For both versions I got this:
Msg 102, Level 15, State 1, Line 26
Incorrect syntax near 'GO'.
"None of the above" was not an option so I knew something was off...
Did anyone...
April 9, 2014 at 8:30 am
I have a suggestion: You say:
Theodore saw the error message, made a change, and went back to answering the QOTD.
I think you might have made the description more clear...
March 26, 2014 at 8:56 am
Thomas Abraham (3/18/2014)
timwell (3/18/2014)
Msg 1701, Level 16, State 1, Line 1
Creating or altering table '#cTab' failed because the minimum row size would...
March 18, 2014 at 8:11 am
When I ran the script I got the following:
Msg 1701, Level 16, State 1, Line 1
Creating or altering table '#cTab' failed because the minimum row size would be 16011, including...
March 18, 2014 at 7:36 am
I have a question.
I got crossed up because the documentation says that sp_serveroption and openquery are for connecting to remote or linked servers. I was thinking the delete was happening...
March 17, 2014 at 8:53 am
ronmoses (3/11/2014)
Stewart "Arturius" Campbell (3/11/2014)
ronmoses (3/11/2014)
"The columns in new_table are created in the order specified by the select list."
However, http://technet.microsoft.com/en-us/library/ms188029.aspx says...
"Specifying...
March 11, 2014 at 8:11 am
bob2dis (2/23/2014)
February 25, 2014 at 10:07 am
Not sure if this will do what you need, but there is an example in this stairway article for replacing NULL with a string while doing a ROLLUP.
http://www.sqlservercentral.com/articles/Stairway+Series/87629/
January 23, 2014 at 9:38 am
Viewing 15 posts - 91 through 105 (of 137 total)