Viewing 15 posts - 6,616 through 6,630 (of 8,416 total)
Tom Garth (11/16/2009)
I was hoping to see SOME discussion, but in spite of genuine effort, I obvously didn't word it carefully enough.
Well I tried 😀
November 16, 2009 at 3:13 pm
Jeff Moden (11/16/2009)
November 16, 2009 at 5:57 am
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100\Tools\Shell\Languages\Language Services\SQL
CodeSense = 0
November 16, 2009 at 3:14 am
Jeff Moden (11/15/2009)
November 16, 2009 at 2:57 am
You haven't really given us much information to work with, so I'll guess:
In broad terms, SQL Server stores a query plan for the whole stored procedure. That plan will...
November 16, 2009 at 2:45 am
You were right! My fear was that the screenshot wouldn't show the path column (or the important bit):
November 16, 2009 at 2:28 am
ALTER DATABASE <db_name> SET NEW_BROKER WITH ROLLBACK IMMEDIATE
...will roll back any transactions which prevent the command from completing immediately. In this case, it would also break the connection since...
November 16, 2009 at 2:16 am
Alternatively:
Just before you click 'OK' to create the database from the New Database screen, click on the Script button at the top.
That will create a script. Copy and paste...
November 16, 2009 at 1:55 am
Lynn Pettis (11/16/2009)
Instead of doing their own work, I found at least one person who would rather pay someone else to do it for them.
My approach to DIY, in a...
November 16, 2009 at 1:32 am
Peso-284236 (11/16/2009)
+1 for Florian's calculator analogy.
Ouch. That's a dreadful pun, even if unintentional!
November 16, 2009 at 1:30 am
A schema-level CREATE ASSERTION would be extremely useful. I'd probably place that higher up the list than any of the new running-total-type ideas presented (including LAG/LEAD). Failing that,...
November 16, 2009 at 1:29 am
Jeff Moden (11/14/2009)
Thanks, Paul. Heh... sounds like a DOS batch command. 🙂
Ha. Sure does!
One of the things I like about working with computers is that there is always...
November 15, 2009 at 2:46 am
We all love a happy ending. Well done Steve!
November 14, 2009 at 7:48 am
SELECT t
FROM @t
WHERE NOT EXISTS
(
SELECT *
FROM @t1
WHERE t IN (r,c)
...
November 14, 2009 at 7:37 am
sqlservercentralitgeekry (11/14/2009)
November 14, 2009 at 7:28 am
Viewing 15 posts - 6,616 through 6,630 (of 8,416 total)