all groups > sql server new users > march 2006 >
You're in the

sql server new users

group:

SQL Server Express - is there something like Enterprise Manager for SQL Server Express?


SQL Server Express - is there something like Enterprise Manager for SQL Server Express? keithb
3/29/2006 9:35:39 AM
sql server new users:
According to Programs | Micrsoft SQL Server 2005 | Configuration Tools | SQL
Server Configuration Manager, I have instances of SQL Server (SQLEXPRESS),
and SQL Server Browser running. I see no other evidence of these programs,
and there doesn't seem to be a menu item similar to Enterprise Manager. How
can I define databases, and import data without some kind of administrative
tool?

Thanks,

Keith

Re: SQL Server Express - is there something like Enterprise Manager for SQL Server Express? Steve Dybing [MSFT]
3/29/2006 10:07:55 AM
Sqlcmd.exe is the tool that ships with SQL Server 2005 Express. However,
it's a command line tool and many folks nowdays would much rather use a GUI.
If you're in that boat, there is a March CTP release of SQL Server
Management Studio Express that you can download from
http://www.microsoft.com/downloads/details.aspx?familyid=57856CDD-DA9B-4AD0-9A8A-F193AE8410AD&displaylang=en.

--
Sincerely,
Steve Dybing

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to the newsgroups only, thanks.
[quoted text, click to view]

Re: SQL Server Express - is there something like Enterprise Manager for SQL Server Express? Rick Byham [MS]
3/29/2006 10:09:25 AM
SQL Server Express Edition ships with the command line tool sqlcmd.exe, so
you can write Transact-SQL for manipulating the database engine. Or download
the free Express Manager program, which is a stripped down version of SQL
Server Management Studio, from
http://www.microsoft.com/downloads/details.aspx?familyid=82AFBD59-57A4-455E-A2D6-1D4C98D40F6E&displaylang=en
--
Rick Byham
MCDBA, MCSE, MCSA
Documentation Manager,
Microsoft, SQL Server Books Online
This posting is provided "as is" with
no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button