Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
dimitir
Starting Member
1 Post |
Posted - 2007-10-19 : 12:44:46
|
| hi! i d like to ask the following:can i create a database through visual studio?or i need to have sql server seperately installed on my computer and do it from there? |
|
|
KenW
Constraint Violating Yak Guru
391 Posts |
Posted - 2007-10-19 : 14:38:59
|
| dimitir,Of course you have to install SQL Server before you can create a database. Otherwise, how would you access the database? |
 |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2007-10-19 : 18:13:11
|
| Yes you can create a db in VS. But as Ken said you have to have SQL server installed. |
 |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-10-19 : 21:46:38
|
| VS comes with sql express, did you install it? |
 |
|
|
|
|
|