472,126 Members | 1,444 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,126 software developers and data experts.

SQLServer 2005 Beta

What's the deal with SQLServer 2005 Beta?

I've just got a magazine with a free cover disk with VB 2005 beta,
and also includes SQLServer 2005. I've installed it, but I can't get it
to do anything. It seems to have installed ok, there are the data files
for allthe usual system and example databases in place, and Task
Manager shows that SQLServer is definitely running. However the
only tool that came with it is called 'Computer Management' which
allows configuration options on the network, and to start and stop
SQL Server. There are none of the Enterprise Manager controls to
access the database, create tables, create users and so on. Enterprise
manager from SQL Server 2000 seems unable to detect the new
installation.

What's going on? Are there client tools I can download to access the
database with?


Jul 20 '05 #1
3 1638

"Peter Morris" <dont_sp@m_me.com> wrote in message
news:TZ****************@text.news.blueyonder.co.uk ...
What's the deal with SQLServer 2005 Beta?

I've just got a magazine with a free cover disk with VB 2005 beta,
and also includes SQLServer 2005. I've installed it, but I can't get it
to do anything. It seems to have installed ok, there are the data files
for allthe usual system and example databases in place, and Task
Manager shows that SQLServer is definitely running. However the
only tool that came with it is called 'Computer Management' which
allows configuration options on the network, and to start and stop
SQL Server. There are none of the Enterprise Manager controls to
access the database, create tables, create users and so on. Enterprise
manager from SQL Server 2000 seems unable to detect the new
installation.

What's going on? Are there client tools I can download to access the
database with?



http://www.aspfaq.com/show.asp?id=2465
http://www.microsoft.com/downloads/d...displaylang=en

Assuming you have SQL Server Express 2005, then (as far as I know) there are
currently no client tools available except the command-line ones like
sqlcmd.exe.

Simon
Jul 20 '05 #2
"Peter Morris" <dont_sp@m_me.com> wrote in message news:<TZ****************@text.news.blueyonder.co.u k>...
What's the deal with SQLServer 2005 Beta?

I've just got a magazine with a free cover disk with VB 2005 beta,
and also includes SQLServer 2005. I've installed it, but I can't get it
to do anything. It seems to have installed ok, there are the data files
for allthe usual system and example databases in place, and Task
Manager shows that SQLServer is definitely running. However the
only tool that came with it is called 'Computer Management' which
allows configuration options on the network, and to start and stop
SQL Server. There are none of the Enterprise Manager controls to
access the database, create tables, create users and so on. Enterprise
manager from SQL Server 2000 seems unable to detect the new
installation.

What's going on? Are there client tools I can download to access the
database with?

If it SQL Server 2005 EXPRESS, then there aren't any other tools.
Anything you want to do with it (adding databases/tables, etc), you'll
have to do using transact SQL.

There are two command line SQL tools shipped with it. The recommended
one to use is SQLCMD.exe
Jul 20 '05 #3
If it SQL Server 2005 EXPRESS, then there aren't any other tools.
Anything you want to do with it (adding databases/tables, etc), you'll
have to do using transact SQL.

There are two command line SQL tools shipped with it. The recommended
one to use is SQLCMD.exe


Okay, thanks for the info. Yes, its SQL Express.
Jul 20 '05 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by Mike P | last post: by
1 post views Thread by Peted | last post: by
2 posts views Thread by =?Utf-8?B?SmVmZnJleQ==?= | last post: by
6 posts views Thread by ad | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.