Viewing 3 posts - 1 through 4 (of 4 total)
No i am working on single database i.e. sample1
The table emp is in sample1 database
May 30, 2008 at 7:50 am
#822322
Following is the procedure i am calling from my code.
Prior to make call I am using declare statement
declare @P1 float set @P1=2.332100000000000e+005
exec GETNKEY 'AAGC', @P1 output select @P1
--The...
January 23, 2008 at 11:24 pm
#771156
thanks a lot.
January 3, 2008 at 11:06 pm
#764665