Viewing 4 posts - 1 through 4 (of 4 total)
Create table tb_MyTest (n_RecordID int identity(1,1) , s_Name Varchar(20) )
Insert into tb_MyTest(s_Name) Select 'Namha'
Insert into tb_MyTest(s_Name) Select 'Shadique'
Insert into tb_MyTest(s_Name) Select 'Jamil'
Insert into tb_MyTest(s_Name) Select 'Begum Kubra'
Insert into tb_MyTest(s_Name) Select...
September 7, 2009 at 11:00 pm
Create table tb_MyTest (n_RecordID int identity(1,1) , s_Name Varchar(20) )
Insert into tb_MyTest(s_Name) Select 'Namha'
Insert into tb_MyTest(s_Name) Select 'Shadique'
Insert into tb_MyTest(s_Name) Select 'Jamil'
Insert into tb_MyTest(s_Name) Select 'Begum Kubra'
Insert into tb_MyTest(s_Name) Select...
September 7, 2009 at 10:56 pm
Create table tb_MyTest (n_RecordID int identity(1,1) , s_Name Varchar(20) )
Insert into tb_MyTest(s_Name) Select 'Namha'
Insert into tb_MyTest(s_Name) Select 'Shadique'
Insert into tb_MyTest(s_Name) Select 'Jamil'
Insert into tb_MyTest(s_Name) Select 'Begum Kubra'
Insert into tb_MyTest(s_Name) Select...
September 7, 2009 at 10:52 pm
Hi All,
Its an Excellant article to understand Begin, Commit and RollBack Transaction:cool:
September 7, 2009 at 5:39 am
Viewing 4 posts - 1 through 4 (of 4 total)