Viewing 7 posts - 1 through 7 (of 7 total)
Hello,
Just want to know whether trigger is fired after every insert statement or after every transaction......
awaiting for ur reply
March 26, 2012 at 2:00 am
This is my execution string
exec [PTH_DeploymentStatus_PR1] 1,1,'D','2007-12-12 00:00:00.000','2009-12-28 19:06:53.940','1,0'
which gets the resultset but if i change the date as
exec [PTH_DeploymentStatus_Pr1] 1,1,'D','2007-12-12 00:00:00.000','2010-09-21 19:06:53.940','1,0'
Then i get an...
June 10, 2011 at 8:15 am
ya but if i increase the size thn too i m getting the same error
Pls suggest......
June 10, 2011 at 7:56 am
But im getting null values for last node
Please help me out ,its urgent
March 9, 2011 at 3:55 am
create PROC [dbo].[PTH_Overall_SecUpdate_Byfurcation_DPMA_PR1]
(@OUTXML xml output)
as
begin
...
March 4, 2011 at 5:59 am
Hi,
declare @table table
select * into @table
from abc
Am i need to give all columns in table variable or else can i do directly copying from table1 to table variable.......In...
February 11, 2011 at 3:57 am
what is dmv ?
can a non- clustered index provides better performance than clustered index.
Pls let me know
February 8, 2011 at 5:41 am
Viewing 7 posts - 1 through 7 (of 7 total)