Viewing 15 posts - 16 through 30 (of 55 total)
I don't need to upgrade to sql 2008 right now.
If you read my post you will see that I only need to replicate or move sql 2K to a new...
March 9, 2012 at 1:17 am
The new data center is based on vmWare.
March 9, 2012 at 12:34 am
Microsoft says:
Generally, you should not be concerned with fragmentation levels of indexes with less than 1,000 pages.
February 6, 2012 at 6:44 am
The purpose of doing backup is to be able to restore your data without any problems.
If you use SQL Server native tools you are safe.
In case of any problems you...
October 10, 2011 at 5:47 am
Perry Whittle (8/30/2011)
what version of ESX are you using?
4.0
I've not used Veem have you tried asking on their forum
already done, I am waiting for a reply.
Thank you.
August 30, 2011 at 7:59 am
You need to install a cumulative update from Microsoft:
http://support.microsoft.com/kb/2315727
Also have a look at this:
May 5, 2011 at 7:59 am
I would also have a look at Microsoft Best Practices for storage:
November 23, 2010 at 3:20 am
Please use the following command to see the dimensions of the data file and the log file:
use master
restore filelistonly from disk = N'C:\your_path\your_file.bak'
November 23, 2010 at 3:09 am
For what I have understood you have to automate a SSIS Package by using SQL Server Agent in order to perform the Maintenance Cleanup Tasks.
You can find additional information and...
June 22, 2010 at 8:23 am
Thank you for your reply.
I'll give it a try in a TEST environment.
May 20, 2010 at 2:31 am
Wrong, SQL Server 2000 Enterprise Edition support up to 4 nodes.
From Microsoft:
SQL Server 2000 Enterprise Edition and SQL Server 2000 Developer Edition support up to four nodes for failover clustering,...
April 17, 2009 at 8:08 am
From Microsoft:
SQL Server 2000 Enterprise Edition and SQL Server 2000 Developer Edition support up to four nodes for failover clustering, including an Active/Active/Active/Active failover clustering configuration, up to 16 total...
April 16, 2009 at 8:55 am
Thanks a lot for the detailed explanation and for your time.
Regards.
April 16, 2005 at 3:42 am
Viewing 15 posts - 16 through 30 (of 55 total)