what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
Answer / Anand Pandey
"A schema in SQL Server is a container object that holds database objects such as tables, views, and stored procedures. Schemas provide a logical organization of these objects and can improve security by allowing you to control access at the schema level. To create a new schema in SQL Server 2005, you can use the CREATE SCHEMA statement followed by the name of your new schema and any database objects (if desired). For example: CREATE SCHEMA MySchema; CREATE TABLE MySchema.MyTable (...);"n
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I create a new template for import ? : sql server management studio
What are dml triggers and types of dml triggers?
How will u get 5 years back record?
Why do you want to join software field as you have done your BE in Electronics?
Insert syudents details in table.Current system date &time insert into joining time.How do insert?( in sysdate only return current system date how do add time?)
can primery key be a non clustered index?
SQL stops working in every 15 days displaying message that database log file is full. Log file size is 3.95 GB. It is happening after shrinking the database also. What is solution to overcome this problem. Please help me as it's urgent.
What is the difference between the 2 operating modes of database mirroring?
What is scd (slowly changing dimension)? : sql server analysis services, ssas
What are constraints?
What is set nocount on and what is set nocount off?
What are subqueries in sql server? Explain its properties.
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)