Viewing 15 posts - 16 through 30 (of 152 total)
crazy4sql (9/10/2014)
crazy4sql (9/10/2014)
PRAMANA.DBA (9/10/2014)
I am getting deadlock in my production, i was taken deadlock information from trace file , i found deadlock graph but i am unable to find exact...
September 10, 2014 at 5:17 am
Sean Pearce (9/10/2014)
PRAMANA.DBA (9/9/2014)
dbcc traceon(1204)
DBCC TRACEstatus (1204)
TraceFlagStatusGlobalSession
1204101
restarted SQL then i replicated deadlock , in log not showing any thing about deadlock , after that i have verified...
September 10, 2014 at 4:30 am
crazy4sql (9/10/2014)
I cant open your trace file.Can you post the text where you would be seeing something like "graph generated"
it is .trc file, so it will open in sql...
September 10, 2014 at 4:22 am
DBA From The Cold (9/9/2014)
If you did, the deadlock information would be contained in one of the other error log files:-
ERRORLOG.1
ERRORLOG.2
etc
Have...
September 9, 2014 at 7:48 am
I did below steps,
dbcc traceon(1204)
DBCC TRACEstatus (1204)
TraceFlagStatusGlobalSession
1204101
restarted SQL then i replicated deadlock , in log not showing any thing about deadlock , after that i have verified status trace
DBCC...
September 9, 2014 at 7:47 am
DBA From The Cold (9/9/2014)
Open up SSMS, then got to Management > SQL Server Log....
September 9, 2014 at 6:34 am
Eirikur Eiriksson (9/8/2014)
Thanks for the question Steve but oooops:crazy:, please correct the answer!😎
September 9, 2014 at 12:38 am
Uwe Ricken (8/27/2014)
gbritton1 (8/27/2014)
August 28, 2014 at 2:08 am
Hi all,
I ran below two lines code , then it is working fine.
EXEC sp_refreshsubscriptions N'<Publication Name>'
EXEC sp_startpublication_snapshot N'<Publication Name>'
August 5, 2014 at 11:34 pm
Good Question....
July 18, 2014 at 1:10 am
Viewing 15 posts - 16 through 30 (of 152 total)