Viewing 15 posts - 9,046 through 9,060 (of 9,248 total)
we have around 8 SQL VM's all running fine. Our storage is SAN based which helps. Which virtualisation platform do you intend to use?
I would go clean install for SQL2005...
August 6, 2008 at 10:34 am
we have around 8 SQL VM's all running fine. Our storage is SAN based which helps. Which virtualisation platform do you intend to use?
I would go clean install for SQL2005...
August 6, 2008 at 10:34 am
Tom Brown (8/5/2008)
Check the execution plan for the query, then try
AND NOT...
August 5, 2008 at 4:20 pm
Allison Stresing (8/5/2008)
When trying to save a maintenance plan on my...
August 5, 2008 at 4:10 pm
SQLCMD is the preferred command line connector for SQL2005
August 5, 2008 at 4:06 pm
SQL server has a set of services that install to the host machine as well as specific program files, etc, so a virtual cd drive will not help i'm afraid
August 5, 2008 at 4:04 pm
i would go the SQL2005 route first, by that time SQL2008 will be stable and become a viable upgrade platform
August 5, 2008 at 3:56 pm
Michael Valentine Jones (8/5/2008)
400 TB would make it one of the world’s largest databases...
August 5, 2008 at 3:44 pm
Lee Hart (8/5/2008)
forgetting for a moment that SQL server Enterprise edition uses more than the standard install...
both SQL 2005 Std and Ent address RAM up to the OS limit.
Lee Hart...
August 5, 2008 at 3:21 pm
just ensure that MSSQLSYTEMRESOURCE and DIST are in the same location as your MASTER database and all should be well
August 5, 2008 at 9:17 am
begs the question,
if you're implementing log shipping, why are you truncating the log?
August 3, 2008 at 11:51 am
sounds like these guys had the problem as you, give it a shot
http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=2968469&SiteID=1
August 3, 2008 at 3:16 am
i was involved in an upgrade from a sql2000 instnce to a sql2005 instance early last year. The point raised was how do we get the databases onto the new...
August 3, 2008 at 3:02 am
as stated in your case no.
if you were SAN based for instance for your VM storage then you could use different LUNs.
With regards to licensing if you licence your host...
August 2, 2008 at 12:57 pm
are you experiencing page splits on your server?
SQL server default is 0 which means the same as 100% (you can alos specify when rebuilding an index which overrides the default),...
August 2, 2008 at 12:45 pm
Viewing 15 posts - 9,046 through 9,060 (of 9,248 total)