|
-
Jul 20th, 2012, 12:19 PM
#11
Addicted Member
Re: SQL EXPRESS Connection Problem
 Originally Posted by S37N
ok, perhaps im using the incorrect terminology. here's what I did in Visual Studio, step by step.
- Under Server Explorer, on Data Connections, I clicked "Add Connection".
- I change Data Source to Microsoft SQL Server Database File.
- I typed in my database name (dbTest) for Database file name.
- Selected "Use Windows Authentication".
- Test Connection failed, since it was a new database, so I clicked OK.
- It then notified me that I was creating a NEW database.
- Once database appeared in Server Explorer, I created right-clicked on :"Tables", and selected "Add new Table".
I have copied some data manually (copy/paste) into this table from EXCEL, and I can right-click the table, and can create Queries against it through Server Explorer, so it's clearly has data in it.
I have logged into SSMS SEVERAL times, and dont see this database ANYWHERE, only the system databases that come with SQL EXPRESS
Maybe I'm more lost than I initially thought.
You just created the physical data file. You still need to attach the physical data file to the instance of the sqlserver.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|