|
Home > Archive > SQL server exams > November 2003 > Creating database in SQL Server by source
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Creating database in SQL Server by source
|
|
|
| Can we create a database just with MS SQL Server and without any use of MS Access or something of the sort? If so how?
Thanks in advance | |
|
| of course we can create database while just using sql server.use the query analyzer n u can do it. (create database databasename)
well sql server is just another better version of access and it has many more features than MS access. |
|
|
|
|