Viewing 13 posts - 241 through 253 (of 253 total)
April 19, 2005 at 11:04 am
April 19, 2005 at 10:51 am
Yes. You can also use @@IDENTITY but that will not always guarantee you about the integrity of the IDentity value where as SCOPE_IDENTITY() is more reliable.
April 19, 2005 at 10:33 am
Do you mean formatting it from a front-end application ? or just in QA ? If its the latter you can right click on the selected portion and use the...
April 19, 2005 at 10:30 am
>> I've been working...
April 19, 2005 at 10:24 am
You can use a autogenerated identity column and use SCOPE_IDENTITY() to get the identity value from the last insert within the current scope. Check Booksonline for more info.
April 19, 2005 at 10:18 am
You can get both the resultsets into 2 table variables ( or temp tables) and do a select from tableA where NOT IN...tableB ( or viceverca)
April 19, 2005 at 10:10 am
And how do we contact you Mr Andrew ? Can you also tell us the location of the position ?
April 19, 2005 at 10:05 am
may be the value thats coming in is not right..check that.besides that i dont see anything wrong with the code..
hth
December 3, 2004 at 5:32 pm
ALTER VIEW [dbo].YourView AS
SELECT [id],Child1 FROM Table1
November 15, 2004 at 2:24 pm
can you post the line where he is calling the other stored proc? its most likely a syntax error and nothing to do with variables..the variables have scope of the...
October 28, 2004 at 9:37 am
i think its up to 8000.
October 4, 2004 at 2:20 pm
Viewing 13 posts - 241 through 253 (of 253 total)