Viewing 15 posts - 1,036 through 1,050 (of 2,469 total)
why do you have a table with a "single field" - what purpose does it serve ?!
Besides - how do you expect to display the values of a single column...
September 16, 2005 at 5:48 pm
Something else I didn't know about but found in ken henderson's book:
"You can't assign a cursor variable with a SELECT statement - only with SET.."
Also, to make the code...
September 16, 2005 at 3:43 pm
If you say so I've got to believe you - "stood up and made a fist".. ..recently returned from a cross country with spouse mayhap?!?!
As for someone getting miffed about...
September 16, 2005 at 3:27 pm
Gosh homebrew01 - this guy must travel at the speed of light...he was here haranguing us just this morning...
IT'S FRIDAY MANIA...
September 16, 2005 at 3:06 pm
This would be funny if it could still be seen...however, delaware no longer has a "pin point"....
but i did have a blast going through the faq of "mailinator" - thx....
September 16, 2005 at 9:16 am
shiver me timbers matey - day's almost upon us...must heave to and forget my landlubber ways..
September 16, 2005 at 8:55 am
Dennis - you don't say what syntax you're using - but here's an example from BOL to attach a single file...
EXEC sp_attach_single_file_db @dbname = 'pubs',
@physname...
September 16, 2005 at 7:43 am
As a test - could you restore to a "test db" on the same machine and see what it does...?!?!
September 16, 2005 at 7:33 am
Here're other possiblities...source - googled site...
This error means that one or more fields you are inserting/updating contain an invalid value. Some of the possible scenarios are: 1. A string...
September 16, 2005 at 7:30 am
....if Utah were to keep Salt Lake City and Provo, move them closer to each other, and then return the rest of the state to the federal government......in a Mormon...
September 16, 2005 at 7:20 am
Grant the users Execute permission and see if that does it...it would also be good practice to use the fully qualified name starting with the db name...
here's all the "permissions...
September 14, 2005 at 7:45 pm
whatever works I guess! Thanks for posting this - I'm sure it'll come in handy to someone else looking for serendipitous solutions!
September 14, 2005 at 6:34 pm
sc - sorry to've assumed that everyone knows what BOL is - it's books online - comes with SQL Server - if you don't have it - you could probably...
September 14, 2005 at 5:49 pm
Hi sc - you could do something like this...example for pubs database...The LIKE will give you all rows that have the @userInput value in them - the '%' being wildcards...
September 14, 2005 at 3:28 pm
Viewing 15 posts - 1,036 through 1,050 (of 2,469 total)