Viewing 15 posts - 151 through 165 (of 219 total)
I tried this and its working fine.
Thanks for sharing.
But the result in the file is in improper manner.
January 12, 2010 at 11:00 pm
But i can say a bit....
In your case restart of SQL Server services is not a final solution, you have to assess the baseline of performance monitoring of your application...
January 12, 2010 at 9:36 pm
To check the memory usage of SQL Server, you can just simply look into Task Manager for SQL Server Memory and CPU utilization.
Pretty good error... let me check if...
January 12, 2010 at 9:33 pm
what actually you are trying to do ?
SQL Monitoring depends on manythings to do. Its not a bit or a line to do so.
Its like a research on SQL Server...
January 12, 2010 at 9:10 pm
Hi,
I also faced the same in the past of CPU 100%
Try this query to get the top most executed queries in you server. Monitor the same for a day and...
January 12, 2010 at 9:06 pm
If you want to delete the job, you can do that manually.
Try :
select * from sysjobs
delete from sysjobs where name = '<>' or Job_ID = <>
hope it will work.
January 12, 2010 at 8:59 pm
Can anyone suggest how to work with Report Server - reports using GMAIL (smtp.gmail.com)
January 12, 2010 at 5:24 am
Check SQL Server Erroor Log for the exact error and reason.
January 12, 2010 at 2:17 am
Try to update the Services LogOn password again, if the services are running with any LogOn account. Restart the services once updated.
What is the exact error msg you are facing...
January 12, 2010 at 1:29 am
Try checking with the system memory.
Set TempDB recovery mode to Simple.
Check the drives have enough space.
January 12, 2010 at 12:39 am
Just Gone through earlier posts and tried.
I successfully created DBMail Setup using smtp.gmail.com,
with basic authentication of my GMail account and password,
Created a profile using a server name : smtp.gmail.com,...
January 11, 2010 at 11:51 pm
Dears,
Finally I found one solution to connect the instance remotely.
"servername\Instance,portnumber"
It worked fine.
Thanks for all of your support.
January 10, 2010 at 10:43 pm
Did you try using a command line tool instead to connect, like: osql -E -S tcp:servername\instancename?
Also, under network configuration-->TCP/ip, did you check and see if it is holding the latest...
January 10, 2010 at 10:22 pm
Yes done.
Rebooted, twice. Not able to figure out. Iam able to connect my local instance in the server. Still, the server instance is not able to in remote.
January 10, 2010 at 9:42 pm
Tried already.
Added alias with the port, but it still the same issue.
January 10, 2010 at 9:40 pm
Viewing 15 posts - 151 through 165 (of 219 total)