Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted

I've been trying to create a new MSDE database in Server Explorer. The following instructions are from the vs help files.

 

 

 

To create a new SQL Server database

 

Right-click the Data Connections node and choose Create New SQL Server Database.

The Create Database dialog box appears.

 

Enter the server name where the database will be located.

Enter the name of the new database.

Select either Use Windows NT Authentication or Use SQL Server Authentication.

For more information on SQL Server database access authentication, see "Authentication Modes" in SQL Server Books Online.

 

Click OK.

The new SQL Server database appears in Server Explorer.

 

 

 

I can't create the new data base in this way because when I right-click my Data Connections node, the "Create New SQL

Server Database" is grayed out. Any ideas why this might be

or how I can get past this?

  • *Experts*
Posted

Derek,

Its been interesting to realize how much harder it has been to work with msde in the standard edition.

Yes, I can connect to msde and I think I could connect to the ms sql server.

However, I have to create my databases through Access then convert them via an upsizing wizard that creates

an sql database.

There is no means of managing permissions so I had to learn osql, writing to the msde via a command prompt, before I could access the db.

Once I do get the db open in server explorer, I can do a minimum of manipulation of the db. (add rows)

 

Great learning experience I suppose. Gave me the behind the scenes view. I didn't realize it could be done more easily until recently.

 

AFGO :D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...