Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Desktop Engine

Status
Not open for further replies.

richself

Technical User
Joined
Jun 27, 2005
Messages
37
Location
US
I hope I'm in the right place! I have installed SQL Desktop engine to develop with VB.Net. With the engine, there was no Enterprise Manager, so how does one create new databases or tables within exsisting databases? As far as I can tell, the only thing it lets me do is point to whats there already, ie, master,model, etc. But there isn't even tables in those.

 
You are correct MSDE does not come with Enterprise Manager. MSDE only comes with the SQL Server command line tools. One of which is called osql.exe. If will allow you to log into the database and run commands against the SQL Server such as CREATE DATABASE, CREATE TABLE, insert, select, update, delete, etc.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)

[noevil]
(Not quite so old any more.)
 
Tried the osql. Works great! Thanks
 
no problem.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)

[noevil]
(Not quite so old any more.)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top