开发者

Asp.net app_data folder contains db

开发者 https://www.devze.com 2023-01-08 00:04 出处:网络
I am using VS 2005 I am new to asp.net i have a project created in asp.net c# which is using sql server express edition local database.

I am using VS 2005

I am new to asp.net i have a project created in asp.net c# which is using sql server express edition local database.

there is a app_data folder there is *.mdf file inside i can see it also i can browse the tables from it.

In app data folder i can see there are few .sql scripts

named CreateAllObjects.sql DeleAllData.sql EnableConstaints.sql

when i run project i found few procedures are required and their scripts exists in "CreateAllObjects.sql" but problem is i don't开发者_JAVA百科 know in vs.net IDE how can execute these .sql scripts to create objects please help me??


You need to have SQL Server Management Studio Express to run these scripts. When installed you can just double click and run these scripts on your databases. Cheers.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号