views:

160

answers:

2

i want to practice connecting from asp.net to a sql server database. i have it in mdf file.

please help me. what is the next step?

i got the sample mdf database from here:

http://msftdbprodsamples.codeplex.com/releases/view/37109

+2  A: 

You need to:

Carlos Gutiérrez
+1  A: 

you can attach your MDF file to your SQL/Express Server

How to: Attach a Database (SQL Server Management Studio)

used2could