Viewing 15 posts - 2,266 through 2,280 (of 5,356 total)
Although I don't know hi, I think I would like him, too.
Another solution to escape this mess with quotation marks
SELECT QUOTENAME('FarmerJack','''')
One caveat with QUOTENAME is that the input string is...
March 4, 2004 at 2:12 pm
Oh, and by the way, Ken,
I really like the words in your autosignature.
![]()
March 4, 2004 at 1:40 pm
Change
Select @DatabaseName = 'FarmerJack'
to
Select @DatabaseName = '''FarmerJack'''
March 4, 2004 at 1:38 pm
Brian Knight,
I reject the prize from last month contest!
May you please inform Anthony from logpi of my decision!
Feel free to give the prize to someone else. I would suggest...
March 4, 2004 at 1:26 pm
But what happens, when the original poster rated his *best* answer, and some time later someone comes up with a *better* solution?
How should this be handled?
Deduct the points from the...
March 4, 2004 at 8:21 am
No problem, Robert as this post will give me the 2 point I've missed (or was it 3 points)
![]()
March 4, 2004 at 8:14 am
Who knows? ![]()
One thing that comes to mind is that the clustered index pages must be loaded into memory when using a nonclustered...
March 4, 2004 at 8:09 am
Please avoid double posts.
Although this seems to be the more apprpriate category, we should leave the
thread here
![]()
March 4, 2004 at 8:02 am
Sorry, but what exactly is now your question?
March 4, 2004 at 7:49 am
Look at the explanation of RETURN in BOL.
The RETURN statement unconditionally terminates a query, stored procedure, or batch. None of the statements in a stored procedure or batch following the...
March 4, 2004 at 7:42 am
BOL covers a topic on optional parameters. Also see my reply on your other thread. That is the example from BOL
![]()
March 4, 2004 at 7:36 am
Take a look at sp_password in BOL or sa -> password in BOL.
![]()
March 4, 2004 at 7:31 am
You missed this one xp_regenumkeys
Or am I blind?
March 4, 2004 at 7:02 am
Am I reading it right that you want to return an error code in case such occurs, otherwise the last inserted row?
March 4, 2004 at 6:32 am
Andrew, why are you asking on how to load pictures, when you actually want to play media files?
Although I don't know for sure that it is correct, I would look...
March 4, 2004 at 6:16 am
Viewing 15 posts - 2,266 through 2,280 (of 5,356 total)