Viewing 15 posts - 781 through 795 (of 1,155 total)
1. Is it a named instance and Is the Browser Service running on the server ?
2. Or Are you specifying the Port number when connecting to the SQL Server instance...
December 8, 2010 at 9:26 am
If the .mdf and .ldf files are available for the date in question (Through Wndows or System backup), then they can be used to recover the lost data.
...
December 7, 2010 at 4:03 pm
This could most probably due to
1. SQL Server service is stoped on the server you are trying to connect or
2. It is using Dedicated (Static) ports
...
December 7, 2010 at 3:05 pm
You can block the IP address uisng the Firewall not explicitly by the SQL Server.
Please check the following link
http://blogs.msdn.com/b/sql_protocols/archive/2006/04/10/572605.aspx
...
December 7, 2010 at 2:36 pm
You can Use
1. Activity Monitor
2. SQL Server Profiler
Thank You,
Best Regards,
SQLBuddy
December 7, 2010 at 2:33 pm
I don't think that is correct.
What is the error message that you are getting ?
...
December 7, 2010 at 12:16 pm
Please check if this helps
Thank You,
Best...
December 6, 2010 at 1:04 pm
Hi Ravi,
...
December 6, 2010 at 12:03 pm
As Steve and Grant mentioned, use a domain account for the SQL Server service and then provide Network drive access for this account and then provide the UNC path of...
December 6, 2010 at 11:54 am
I think you can do this ..
Existing Server ----------> Server A
Switched to VM -----------> Server B (This name should be unique)
Shut down old Server A
Rename Server B to...
December 3, 2010 at 2:29 pm
Reorg the Indexes if the Fragmentation level is > 5% and <30%
Rebuild the Indexes if the Fragmentation level is > 30%
It's better to do reorg on Nightly basis and Rebuild...
December 3, 2010 at 12:21 pm
Also you can use the filegroup backups to reduce the amount of backup time.
...
December 1, 2010 at 10:52 am
Hi George,
Please check the following Links
http://technet.microsoft.com/en-us/library/ms189329%28SQL.90%29.aspx
http://www.microsoft.com/sqlserver/2005/en/us/enterprise-compare-editions.aspx
http://www.sqlservercentral.com/articles/News/comparisonofsqlserver2005editions/1768/
...
November 24, 2010 at 8:39 pm
If Server Name changed
from Server B to ServerA.
To reflect the name change inside the SQL Server
instance, you need to run the script below:
1. EXEC sp_dropserver ‘ServerB’, ‘droplogins’;
2. EXEC sp_addserver...
November 24, 2010 at 4:57 pm
Hi George,
Could you check that with the MAXDOP hint ?
Check the following "Parallel...
November 24, 2010 at 4:52 pm
Viewing 15 posts - 781 through 795 (of 1,155 total)