I have worked on Visual studio 2008 before, but do not have a lot of experience in working with databases. I have a Sql Script file which contains the complete information about the datanase that i am supposed to replicate and use in my project(which is a web site). Could someone guide me as to how am i supposed to use the Sql script file to create the database...? The language i am using is C#. Thanks a lot...
-
do you know what kind of database the script is for? (for example SQL Server, Oracle, mysql)Jonny Cundall– Jonny Cundall2010-09-05 11:11:05 +00:00Commented Sep 5, 2010 at 11:11
-
I found it out, its SQL server...jaymin– jaymin2010-09-05 14:19:52 +00:00Commented Sep 5, 2010 at 14:19
Add a comment
|