Looking for relevant SQL Server Whitepapers? Visit the SearchSQLServer.com Research Library.
Mrdenny | Jun 24 2008 10:26PM GMT
Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.
Ritchie1 | Jul 4 2008 8:49AM GMT
It is possible to upgrade without taking the database offline using the detach attach method. You can use the in-place upgrade where the disconnection time is minmal. But it does have it’s disadvantages. The detach \ attach is quickest method for whole transfer, but the off-line period is longer than the in-place method. These links might be helpful:
<a href="http://www.sqlservercentral.com/columnists/ssamuel/2987.asp" rel="nofollow">http://www.sqlservercentral.com/columnists/ssamuel/2987.asp</a>
<a href="http://www.microsoft.com/technet/prodtechnol/sql/2005/sqlupgrd.mspx" rel="nofollow">http://www.microsoft.com/technet/prodtechnol/sql/2005/sqlupgrd.mspx</a>
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3d5e96d9-0074-46c4-bd4f-c3eb2abf4b66&DisplayLang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyID=3d5e96d9-0074-46c4-bd4f-c3eb2abf4b66&DisplayLang=en</a>