database in sql server 2000 using c#
-
hi i want to make a database in sql server 2000 using c# withoust using sql server enterprise manager, how it will be done? please help me i have searched alot but unable to find enough information
-
hi i want to make a database in sql server 2000 using c# withoust using sql server enterprise manager, how it will be done? please help me i have searched alot but unable to find enough information
Just run the CREATE DATABASE query http://msdn.microsoft.com/en-us/library/ms176061.aspx[^] and then create your tables http://msdn.microsoft.com/en-us/library/ms174979.aspx[^] Hope this helps.
-
hi i want to make a database in sql server 2000 using c# withoust using sql server enterprise manager, how it will be done? please help me i have searched alot but unable to find enough information
there is this thing called a book... In it they have examples and tell you how to do things. Plus if you want to make life hard for yourself with out using enterprise manager you should be able to do this yourself!
-
there is this thing called a book... In it they have examples and tell you how to do things. Plus if you want to make life hard for yourself with out using enterprise manager you should be able to do this yourself!
hi from where i can get that book, and there is a restriction cant use enterprise manager
-
Just run the CREATE DATABASE query http://msdn.microsoft.com/en-us/library/ms176061.aspx[^] and then create your tables http://msdn.microsoft.com/en-us/library/ms174979.aspx[^] Hope this helps.
thanks alot