![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm running SBS 2008 and want to verify and confirm the version of SQL 2005 Express. how can one tell if you have x86 or x64-bit versions? |
|
2. What does the "Advance Services" mean in "Microsoft SQL Server Express Edition with Advanced Services"? |
|
3. Can I re-install or upgrade to Microsoft SQL Server Express 64-bit and not lose my companyweb (SBSMONITORING) instance? |
#3
| |||
| |||
|
|
AllenM (NoReply (AT) NoEmail (DOT) com) writes: I'm running SBS 2008 and want to verify and confirm the version of SQL 2005 Express. how can one tell if you have x86 or x64-bit versions? "SELECT @@version" from a query window should settle it. For instance, I see this on my machine: Microsoft SQL Server 2008 (SP1) - 10.0.2531.0 (X64) Mar 29 2009 10:11:52 Copyright (c) 1988-2008 Microsoft Corporation Developer Edition (64-bit) on Windows NT 6.0 <X64> (Build 6002: Service Pack 2) The important one is the first X64; the secone one refers to the OS. But in fact, it's even simpler: you are running the 32-bit edition. There wasn't any 64-bit version of SQL 2005 Express. There is of SQL 2008. 2. What does the "Advance Services" mean in "Microsoft SQL Server Express Edition with Advanced Services"? http://www.microsoft.com/Sqlserver/2...s/express.aspx (The first hit I found on Google; I admit it.) 3. Can I re-install or upgrade to Microsoft SQL Server Express 64-bit and not lose my companyweb (SBSMONITORING) instance? Upgrade from 32-bit to 64-bit is not supported. You would have to uninstall the current instance, and then install a new instance with the same name. You would then have to reattach the databases. And if it's Express, it would have to be SQL 2008. I have no idea if SBS 2008 supports SQL 2008. (One hopes they should, but you never know.) -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx |
#4
| |||
| |||
|
|
Let me ask you this then. Is it ok for me to create a new DB under the default instance SBSMONITORING? |
|
The reason why this post started was that I read an article that in order to install Outlook BCM on my SBS 2008 server I need to install SQL 2005 Express 64-bit version in order to create a new instance. Please refer to the below link for that article. Thanks. |
![]() |
| Thread Tools | |
| Display Modes | |
| |