Viewing 15 posts - 166 through 180 (of 187 total)
The value of ID also needs to be included because the result set is used in another statement and ID needs to be processed too. Is there any way that...
May 31, 2005 at 8:33 am
My table has two ID columns, ID and PID. What I want to do is to return all PIDs where the ID is lets say 10. This will produce a...
May 31, 2005 at 8:16 am
I searched all local drives on the database server for *.bak files created or modified on the date that the database had apparently last backed up and found nothing so...
May 23, 2005 at 5:31 am
Having successfully run the code in QA, I tried to run the unamended stored procedure and it too works now! Could it have been some sort of security issue on...
April 12, 2005 at 5:28 am
Apologies, the code is 'IS NULL' not '= NULL'.
David
April 12, 2005 at 4:53 am
I am really confused now! When I copied the code to QA and executed it the table was populated? So for whatever reason, the code does not work when executed...
April 12, 2005 at 4:18 am
I reversed the procedure so that I returned one row of data and read the values into variables that I declared using the exact datatypes and lengths of the columns...
April 12, 2005 at 3:40 am
Hi Wayne,
Oddly enough, I restricted the SELECT statement to one row and attempted to manually add the data that was returned. I found that manually entering the data into the table...
April 11, 2005 at 1:24 pm
Thanks everyone, I won't be able to check the suggestions right now because I don't have access to SQL Server today but there are enough suggestions there to ensure that...
December 14, 2004 at 2:26 am
Viewing 15 posts - 166 through 180 (of 187 total)