Viewing 5 posts - 16 through 20 (of 20 total)
February 9, 2006 at 2:43 pm
You want something like:
SELECT [DateFrom]
FROM MyTable
UNION
SELECT [DateTo]
FROM MyTable
You could add DISTINCT to the SELECT if you only wanted to return one of each date (if you had more than the...
October 30, 2005 at 4:32 pm
OK Thanks, I will look and see if the current options do automatically update stats as Cath suggested and maybe create another maintainence plan.
Edit:
Cath you are right - found on...
October 30, 2005 at 3:07 pm
Try this out:
http://www.sql-server-performance.com/installing_sql_clustering_virtual_server.asp
You can create your cluster on some virtual machines; you don't need a SAN this way
October 27, 2005 at 9:37 pm
http://support.microsoft.com/default.aspx?kbid=888121
This should show you how to do it all step by step
April 5, 2005 at 1:53 am
Viewing 5 posts - 16 through 20 (of 20 total)