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 |
|
prasannaocp
Starting Member
2 Posts |
Posted - 2007-05-28 : 13:11:56
|
| HI All,What Is Schema in sql Server 2005 ? |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-05-28 : 14:22:18
|
From BOL: quote: Beginning in SQL Server 2005, each object belongs to a database schema. A database schema is a distinct namespace that is separate from a database user. You can think of a schema as a container of objects. Schemas can be created and altered in a database, and users can be granted access to a schema.
Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-05-29 : 23:51:43
|
and FYI, BOL is Books On Line, sql server help file MadhivananFailing to plan is Planning to fail |
 |
|
|
prasannaocp
Starting Member
2 Posts |
Posted - 2007-06-04 : 14:21:07
|
| can a schema can be assigned to a group ? |
 |
|
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2007-06-04 : 15:01:07
|
| It's all in Books Online. Really.CODO ERGO SUM |
 |
|
|
|
|
|