Viewing 15 posts - 16 through 30 (of 97 total)
Do you possibly have more detail from the error log?
December 3, 2015 at 1:10 am
Check that the SQL account has permissions to write to the M:\TEST folder.
December 3, 2015 at 1:07 am
Aaaah, of course! Thank you Gail
December 2, 2015 at 4:03 am
You could use a tool called WMICode Creator to generate your code:
http://www.microsoft.com/en-us/download/details.aspx?id=8572
Here is a basic example of a SQL Alert to listen for CPU usage of 95%
SELECT *...
December 2, 2015 at 1:04 am
Could you store them in a table variable?
December 2, 2015 at 12:43 am
You could set up a WMI alert to measure the counters and notify an operator you have set up for email or sms?
December 1, 2015 at 7:54 am
Try this link:
I had similar issues when setting up an AO environment. Permissions had to be explicitly granted to cluster name
December 1, 2015 at 7:16 am
Is your mail profile listed as public or private profile?
Do you have port 25 open for SQL Server to send mail on your network?
You can also view the logs of...
December 1, 2015 at 5:02 am
Have you tried modifying the host file on the server, spoofing the server names?
Create an entry on the application server, same name as destination server, but IP address to secondary?...
November 30, 2015 at 7:02 am
What is the error you are getting?
Are the servers on the same domain?
Firewalls?
Permissions?
November 26, 2015 at 2:05 am
Lets have a look at the info Gilla asked you to send?
November 26, 2015 at 12:47 am
Are you using your parameters being sent to the procedure in queries directly, o do you assign them to local variables within the stored procedure?
Have a look at this article.....
November 25, 2015 at 11:34 pm
What are the errors you are getting in your application log or SQL log?
Maybe the path you have specified for the tempdb files to be created in don't exist or...
November 23, 2015 at 6:53 am
Then you're searching for a specific pattern.. what if the accent if on other characters?
By matching accents in the collation hint, the data will be compared correctly and accurately and...
November 19, 2015 at 6:45 am
Viewing 15 posts - 16 through 30 (of 97 total)