Viewing 11 posts - 1 through 11 (of 11 total)
here is my script as stored procedure
CREATE PROCEDURE sp_mon_default_trace(@starttime datetime = null, @LoginName varchar(100) = null, @eventid int = null)
AS
SET NOCOUNT ON;
-- source http://www.sqlservercentral.com/scripts/SQL+Trace/65790/
-- details
May 20, 2015 at 2:03 pm
I think you only getting it from current active trace file, but there are more trace files, might have useful info.
check this post on how to get all the trace...
May 6, 2015 at 11:24 am
very nice post. i was trying to write something similar to yours but was stuck on how to get the archived trace file locations.
I have few suggestions. i don't...
July 3, 2013 at 4:23 pm
not sure which version of sql server you are running, but if you get that error
please try to run the script in 2 steps.
creating the table as step one...
June 28, 2013 at 4:24 pm
one suggestion to improve the result set.
if the database is backup to more than one physical file, your result set is displaying in multiple lines for same db. probably you...
March 26, 2013 at 11:13 am
Hi
you can actually automate this process, i mean when a failover happens we can trigger to failover rest of the mirrored dbs in the group.
try to modify little bit...
March 21, 2013 at 1:18 pm
Hi
yes i am running my script on the same machine.
actually i found the solution for my problem. my script missing the sp_addpublication_snapshot part. I thought sp_addpublication will automatically create the...
June 29, 2004 at 10:58 pm
I am disabling replication thru Enterprise manager --> Replication --> Disable publishing and distribution.
May 24, 2004 at 11:28 am
I restarted the server last night.
Its working now. I am getting the correct servername.
Thank you.
May 18, 2004 at 10:20 am
No I did not restarted the server. I will restart the server and check again
Thank you
May 17, 2004 at 2:59 pm
but i still want to take the test. the problem is we know that real experience is much better than a MCDBA with out real exp. But the problem is...
May 13, 2004 at 12:37 am
Viewing 11 posts - 1 through 11 (of 11 total)