Click here to Skip to main content
15,888,733 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new in VB. I have downloaded a project and want to run it. There is a .mdf I want to attach and run the project using local server. can someone please help.

In PHP you import the database and run your localhost using Internet explorer.

What I have tried:

I did attach the .mdf file but no clue how to run it
Posted
Updated 20-Sep-18 21:16pm

1 solution

For MS Sql server logic is the same. Please, read this: Attach a Database | Microsoft Docs[^]
In other words, you have to:
1) install MS Sql Server[^]
2) install MS Sql Server Management Studio[^] (a gui to manage ms sql server and its databases)
3) attach/import database

When MS Sql server instance is available (and has been run) you can use database with MS Visual Studio.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900