Viewing 6 posts - 1 through 6 (of 6 total)
SET IDENTITY_INSERT tablename ON
insert into tablename
(
columns
)
select
columns
from tablename
SET IDENTITY_INSERT tablename OFF
you can try this
January 28, 2015 at 3:19 am
Good day,
You give me a light in my darkest side of coding. you save my for this situation. I wish i could return the favor to you..
i'll try you're...
May 14, 2013 at 4:00 am
Good day,
Luckily i run a query just to view the DDL for the GenerateSequenceNo
here is the code...
...
May 14, 2013 at 3:33 am
another option iam thinking right now is to create a udf that will call this executable sp. and the result will be call to my sp that will update the...
May 13, 2013 at 9:42 pm
Good day,
Sad to say that i dont have the previledges to view the DDL of spQuery_GetSequenceNo that given to me.
@ChrisM@Work
is set the value of the DPNUmber,amounttobepaid,paymentdate once the...
May 10, 2013 at 4:02 am
Viewing 6 posts - 1 through 6 (of 6 total)