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 |
|
karencyl79
Starting Member
7 Posts |
Posted - 2004-05-07 : 04:22:27
|
| Hi, Does anybody know, can SQL Client create database? My friends talk me that client can not create database, only server can do it. But I not sure is it correct. Anybody know it?karencyl |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2004-05-07 : 07:46:11
|
| SQL Server databases are created by issuing a CREATE DATABASE statement. So long as you are connected to the server and have permissions, you can issue this statement from any client tool.Maybe I don't understand your question.Jay White{0} |
 |
|
|
|
|
|