Viewing 15 posts - 541 through 555 (of 587 total)
I think the only way to get the text-name for the month would be to do a CASE statement on MONTH(DATEADD(m, -1, GETDATE())) to return the correct string for each...
June 27, 2008 at 2:26 pm
Oh - I forgot to answer your other question. Check to see if mixed mode logins are enabled on the instance, and if so, confirm that the username/password combination...
June 27, 2008 at 2:19 pm
The username value you are putting in after the -E is being ignored and you are logging in as a windows user. Connect using -E BLAHBLAHBLAH and run SELECT...
June 27, 2008 at 2:13 pm
skjoldtc (6/26/2008)
"You are wrong" and "incorrect" mean the same thing. I see nothing wrong or incorrect with saying "you are wrong."😎
right or wrong, THAT was hilarious.
Chad
June 26, 2008 at 2:27 pm
Well trick question or not, I learned some new stuff about cursors! Some day I'm going to have to go through BOL just to see all the stuff I...
June 18, 2008 at 8:20 am
Thanks Steve! Help me understand your concern about a hot spot. Are you thinking about centralizing the DDL auditing for a single server, or aggregating multiple servers together?...
June 16, 2008 at 12:52 pm
tjaybelt, this is way cool, thanks so much for being willing to share.
Do you know offhand the differences between using this method and replacing the trace files with...
June 11, 2008 at 3:38 pm
Marios, I'm very interested in hearing how reducing parallelism helped reduce or eliminate the issue on your server. I debated on whether or not to start a new post...
June 9, 2008 at 10:05 am
Hey GSquared - thanks for having such a good attitude about the comments on your QOTD. I get burned by misreading a QOTD every once in awhile -the one...
June 6, 2008 at 3:27 pm
You could combine both of your queries into one using a CASE. Make it even more powerful using Ken's REVERSE and then manually inspect the oddball ones to make...
May 30, 2008 at 4:49 pm
I would think it is doing the count before the cast. Since it's just counting the number of non-null values, it doesn't really need to know what kind of...
May 29, 2008 at 4:53 pm
I'm guessing just a little, but is the dll behind the extended stored procedure missing or moved perhaps? I found that it was connected to xpstar.dll in \MSSQL\Binn....
Hope this helps,
Chad
May 28, 2008 at 1:49 pm
Use a datetime and have the default value be GETDATE(). A timestamp is a binary value that changes every time the row is updated - useful if you want...
May 28, 2008 at 1:30 pm
Mary,
Can you post some of the ideas you have tried?
Thanks,
Chad
May 28, 2008 at 1:24 pm
You only get a success stub off each task, so drag one of the success ones to your task, then double click it and change it to be a failure....
May 22, 2008 at 7:25 am
Viewing 15 posts - 541 through 555 (of 587 total)