Viewing 15 posts - 721 through 735 (of 1,155 total)
Follow the great advice from Grant and Gsquared. I agree with them.
The 3rd party tools help you mostly in Administration, Development and Monitoring part of SQL Server and not so...
January 7, 2011 at 4:39 pm
Pls check this link for getting basic Clustered SQL Server information
...
January 7, 2011 at 4:30 pm
Pls Check this ,
Declare @path nvarchar(100) ...
January 7, 2011 at 1:24 pm
As Lowell mentioned, please check if you are able to
ping smtp.gmail.com
from the command prompt.
In order for the email to work, you must be able to communicate with google sever...
January 5, 2011 at 4:12 pm
AFAIK, the dmv only captures counters related to SQL Server , not OS level counters like Disk, Mem and CPU.
That's the inherent limitation of this dmv and so it can't...
January 5, 2011 at 2:36 pm
It depends on the environment and the limitations.
Both Log Shipping and Mirroring can be used for the database level synchronization.
But in General, I'd prefer Mirroring.
...
January 5, 2011 at 1:10 pm
Pls check if you are typing the Profile name correctly.
Also what type of authentication are you using for the SMTP Server ?
If using anonymous , check if the mail...
January 5, 2011 at 1:05 pm
Wow ! Lowell is always there and ever ready to help. Great effort and post.
...
January 5, 2011 at 12:59 pm
I'd prefer Idera's SQL Diagnostic Manager. Thats really a wonderful tool.
You can even go with Redgate's SQL Monitor. Redgate tools are also excellent and are much cheaper than Idera's.
Thank You,
Best...
January 5, 2011 at 11:41 am
I'd prefer Idera's SQL Diagnostic Manager. Thats really a wonderful tool.
You can even go with Redgate's SQL Monitor. Redgate tools are also excellent and are much cheaper than Idera's.
...
January 5, 2011 at 11:39 am
Check if this helps
http://www.sqlservercentral.com/Forums/Topic690626-146-1.aspx
Thank You,
Best Regards,
SQLBuddy
January 5, 2011 at 11:22 am
Check for any antivirus software settings on the server that are bloking the email relay.
...
January 5, 2011 at 10:09 am
Try to use free command line utility mailsend.exe with google's SMTP Server smtp.gmail.com.
You can embedd the code within any TSQL Script using SQLCMD or OSQL.
...
January 5, 2011 at 10:07 am
As steve mentioned, you can use either Log Shipping or Database Mirroring which work at database level.
With SQL 2008, You can use compressed backups feature along with log shipping which...
January 4, 2011 at 11:35 am
Viewing 15 posts - 721 through 735 (of 1,155 total)