Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SQL Server Management Studio 2008 (SSMS2008)

4 views
Skip to first unread message

Hillbilly

unread,
Jul 1, 2010, 5:02:01 PM7/1/10
to
I hope this is the right group for these questions because I need to use
SSMS2008 to connect to my database on the hosting service servers (they
decided to "upgrade" everybody when the hosting service was acquired by new
owners). I understand SSMS2008 is only available as an option when
installing SQL Server 2008. I do not want to buy SQL Server 2008 so if I
download the trial version of SQL Server 2008 can I just install SSMS2008
(presumably yes) --but-- will it time out as trialware?

Secondly, what am I missing if I just downloaded SQL Server Management
Studio Express 2008? I've looked around a bit but is there a comparison
document I can study? Will Express help me manage my SQL Server 2005
database which has been upsized to 2008 by my hosting service provider?
Surely something is missing.

Finally, I only have SQL Server 2005 Developer Edition running locally which
I used to develop the database in the first place. Will I be able to

Erland Sommarskog

unread,
Jul 1, 2010, 5:23:08 PM7/1/10
to
Hillbilly (nob...@nowhere.com) writes:
> I hope this is the right group for these questions because I need to use
> SSMS2008 to connect to my database on the hosting service servers (they
> decided to "upgrade" everybody when the hosting service was acquired by
> new owners). I understand SSMS2008 is only available as an option when
> installing SQL Server 2008. I do not want to buy SQL Server 2008 so if I
> download the trial version of SQL Server 2008 can I just install
> SSMS2008 (presumably yes) --but-- will it time out as trialware?

The trial is valid for 180 days, but I don't know for sure whether the
tools expire.

Developer Edition is only 50 USD, so why not get a license?

Else, if you make sure that you install SP3 of SQL 2005, you can
access SQL 2008 from SSMS 2005. As long as you don't play with new
features in SQL 2008 you should be fine.

> Secondly, what am I missing if I just downloaded SQL Server Management
> Studio Express 2008? I've looked around a bit but is there a comparison
> document I can study? Will Express help me manage my SQL Server 2005
> database which has been upsized to 2008 by my hosting service provider?
> Surely something is missing.

SSMS Express typically lacks support for features not available in
Express edition. So it may work very well for you. Or you will be
misisng something.

> Finally, I only have SQL Server 2005 Developer Edition running locally
> which I used to develop the database in the first place. Will I be able
> to

Able to what? :-) Anyway, yes, you can develop on SQL 2005 and deploy
on SQL 2008. You can set your hosted database in compatibility mode 90,
to decrease the risk for behavioural differences.

--
Erland Sommarskog, SQL Server MVP, esq...@sommarskog.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/prodinfo/previousversions/books.mspx

Hillbilly

unread,
Jul 1, 2010, 9:15:07 PM7/1/10
to

"Erland Sommarskog" <esq...@sommarskog.se> wrote in message
news:Xns9DA8EDE3F...@127.0.0.1...

If Dev Edition is still only $50 that is the best strategy. Amazon again or
where? I doubt the new hosting provider is going to support compatibility
mode 90 because they told me to use SSMS2008 in the first place after
responding to a ticket I submitted. Once transferred to new owners I could
no longer access our database --but-- thank you for this setup advice and I
will bring it up to them.

I and everybody on the planet would sure like to see a SQL Server vs SQL
Express feature comparison table. Pass the word.

"Able to what" you ask? That's a remnant of the copy and paste gaff I
explained in response to you scolding me in .tools for posting in two groups
:-)


Dan

unread,
Jul 9, 2010, 7:44:05 AM7/9/10
to

"Hillbilly" <nob...@nowhere.com> wrote in message
news:ev1qrPYG...@TK2MSFTNGP06.phx.gbl...

> I and everybody on the planet would sure like to see a SQL Server vs SQL
> Express feature comparison table. Pass the word.

There's a whole page full of comparison tables here:
http://www.microsoft.com/sqlserver/2008/en/us/editions-compare.aspx

:)

--
Dan

0 new messages