Viewing 15 posts - 76 through 90 (of 237 total)
can you explain in detail how you unregister and reregister the dll files.. and which dll files did u register?
March 7, 2012 at 2:36 pm
i am trying your SP and it's not deleting the old file..
can you explain in detail if have to setup differently?
Thanks
March 7, 2012 at 11:12 am
Did you able to solve this problem..i am working with this problem so let me know if you have solution
thanks
March 2, 2012 at 2:37 pm
Nice Script .
thanks for posting here...
February 29, 2012 at 8:02 am
You can find out from error log(sp_readerrorlog) if the TRACE FLAG 1204 or 1222 was on.
February 27, 2012 at 1:42 pm
here you can find detail
http://colleenmorrow.com/2011/03/01/deadlocks-and-trace-flag-1204/
February 24, 2012 at 1:25 pm
Ya i found this file .. so can you explain me whats mean of re-register please?
February 24, 2012 at 7:38 am
this is good task ..what we needed for to transfer files remotely..
thanks for nice post
February 23, 2012 at 9:48 am
Says Access Denied..
February 23, 2012 at 7:15 am
found nice article and tool here
http://www.mssqltips.com/sqlservertip/2369/using-extended-events-to-troubleshoot-sql-server-issues/
thanks for kind guidance...
February 22, 2012 at 2:39 pm
I have put this script on prod environment and working fine giving me nice alert in e-mail.
But some time when i check error log and i found the deadlock...
February 22, 2012 at 10:21 am
This is nice article..
when i tried to implement the Enlist and Ensure process doesn't work. so do i have to make any security changes ?
February 22, 2012 at 9:10 am
This is script of my first step of Job .
INSERT INTO BLOCKED_PROCESS_REPORT (
[PostTime] ,
[SQLInstance] ,
[Databaseid] ,
[computerName],
[SessionLoginName],
[SPID] ,
[TransactionID] ,
[EventSequence] ,
[objectID] ,
[IndexID] ,
[TextData],
[duration]
)
VALUES (
GETDATE(),
N'$(ESCAPE_NONE(WMI(SQLInstance)))',
N'$(ESCAPE_NONE(WMI(Databaseid)))',
N'$(ESCAPE_NONE(WMI(ComputerName)))',
N'$(ESCAPE_NONE(WMI(SessionLoginname)))',
N'$(ESCAPE_NONE(WMI(SPID)))',
N'$(ESCAPE_NONE(WMI(TransactionID)))',
N'$(ESCAPE_NONE(WMI(EventSequence)))',
N'$(ESCAPE_NONE(WMI(objectid)))',
N'$(ESCAPE_NONE(WMI(indexid)))',
N'$(ESCAPE_SQUOTE(WMI(Textdata)))',
N'$(ESCAPE_NONE(WMI(Duration)))'
)
February 20, 2012 at 12:31 pm
I tried but i am not getting any alert when i create the DB.
February 20, 2012 at 12:28 pm
Viewing 15 posts - 76 through 90 (of 237 total)