Viewing 12 posts - 1 through 12 (of 12 total)
Sorry,I cant post execution plan.is the problem related with plan cache?
January 26, 2011 at 6:18 am
Yes,the execution plans are the same all time..
but some of table statistics are not run..
January 26, 2011 at 3:39 am
Thank you very much.I will examine the links
Best Regards
January 21, 2011 at 2:52 pm
If I try to execute following,when inner procedure transaction rollback ,is outer procedure transaction rollback?
Inner SP
CREATE PROCEDURE [dbo].ProcB
(@X INT)
AS
BEGIN
BEGIN TRY
BEGIN TRAN TR11
INSERT INTO TableC SELECT 1
INSERT INTO TableD SELECT 2
COMMIT...
January 21, 2011 at 2:27 pm
I need when inner procedure transaction is rollback,outer procedure transaction must be rollback..
It is possible?
January 21, 2011 at 2:01 pm
Yes that is true for nested transaction,but transaction is in nested procedure when rollback,outer procedure transaction does not rollback..
January 21, 2011 at 1:54 pm
Yes I am,I think I could not tell my problem
for example
create procedure aaa
as
begin tran
.....
....
create procedure bbbb
as
begin tran
exec aaa
....
....
when aaa rollback I want to rollback bbbb
January 21, 2011 at 1:31 pm
Yes I need last 4 months info.I saw some error logs in the default folder.
But they are not clear for me
July 28, 2010 at 7:02 am
I checked but I have only 1 week Sql Server Error Logs .
but I need 4 months logs:(
July 28, 2010 at 5:05 am
Viewing 12 posts - 1 through 12 (of 12 total)