Viewing 15 posts - 16 through 30 (of 44 total)
Thank you - both of these answers were very helpful.
May 28, 2013 at 7:05 am
Thank you - that was it.
April 19, 2013 at 8:55 am
Hes sending e-mail
Type= ActiveX Script
Language=JScript
var ret = "";
var xml = CreateObject("msxml2.serverxmlhttp");
xml.setOption(2, 13056);
xml.open("POST", "http://172.31.62.50/aspsoft/SendEmail.ashx?rnd=" + Math.random(), false);
xml.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
xml.send();
xml = null;
Thanks
Dave
April 3, 2013 at 12:28 pm
OK - thank you - the developer was using SQL Server authentication - so it seems there is no way to do this without a windows account.
If that is true...
April 3, 2013 at 12:11 pm
During the meetings it went from a SQL problem to a Windows problem to a 10 TB LUN problem. It seems political to me - it was easier to tell...
April 3, 2013 at 6:34 am
The plan is for SAN replication to a failover SAN/DR site.
But they don't have the SAN or the power at the failover site anyway.
For now, they would set up a...
March 26, 2013 at 10:17 am
I think it is mostly a communication issue - I'm attending a meeting this afternoon and heard different reports between the old and new project managers.
They don't have the cluster...
March 26, 2013 at 9:56 am
It looks good - I will try it
Thank you very much!
Dave
February 15, 2013 at 1:25 pm
From command line: eventvwr
Event Viewer | Windows Logs | Application
The error in the application log is the same as the SQL log
General Tab:
BACKUP failed to complete the command BACKUP DATABASE...
January 29, 2013 at 1:45 pm
All this tells me is that it was you diff that failed not the full, look into the application log at the same time and place that error into the...
January 29, 2013 at 1:26 pm
Thank you - I will cut it down to 40gb.
44 is what it was set at and I see that setting advised here...
Thanks
Dave
December 18, 2012 at 11:27 am
Thank you for the help - reading Chapter 4 now.
Thanks
Dave
December 18, 2012 at 9:31 am
My SQL Server does audit failed login attempts. But I dont see anything written to the logs.
I did get this...
10/22/2012 15:16:13,Logon,Unknown,Login failed for user 'SIEM_INSTALL'. Reason: The password...
October 24, 2012 at 6:50 am
Viewing 15 posts - 16 through 30 (of 44 total)