Viewing 4 posts - 316 through 319 (of 319 total)
Thanks so much..
Im going to try an dlook into the nolock
September 2, 2011 at 11:01 am
??
If there are many Insert into's in the SP
does the @@rowcount only evaluate on the the just prior Insert statement?
Thx
Joe
September 2, 2011 at 10:32 am
Sorry being a pain..
would the statement look like this where the tag_name="CUST_RID
INSERT INTO @TEMPTABLE(TAG_NAME,TAG_DATA)
SELECT TAG_NAME = 'CUST_RID',
TAG_DATA =
( SELECT TOP 1 CLIENT_IDENTIFIER
FROM CLIENT_TO_CLIENT_IDENTIFIER_COLLECTION (NOLOCK)
INNER JOIN dbo.CLIENT_IDENTIFIER (NOLOCK) on CLIENT_IDENTIFIER.OID...
September 2, 2011 at 9:58 am
thanks for getting back so quick!!
ok so I do want to use the same name I just cut the code that I needed to do the comparisionso I need to...
September 2, 2011 at 9:40 am
Viewing 4 posts - 316 through 319 (of 319 total)