Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Articles with tag
Schema
Search for
any
content tagged
schema
Items 1 to 8 of 8
The Schema Debate
There was quite a bit of debate over the use of schemas recently on the Internet. Steve Jones talks about some of the reasons why you might want a schema, and a few reasons why you might not.
Read more...
By
Steve Jones
2010/06/22
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
|
Discuss
|
Briefcase
|
486 reads
Breaking ownership chaining within a schema in SQL Server
I have several objects, all in the same schema. Because of this, ownership chaining is working, as described in this previous tip. However, I don't want ownership chaining to be on, but I need the objects to remain in the same schema. How can I do this?
Read more...
By
Additional Articles
2009/08/21
|
Source:
MSSQLTips.com
|
Category:
security
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,584 reads
Granting limited permissions to create views in another schema in SQL Server - Part 2
In a previous tip, Granting limited permissions to create views in another schema in SQL Server, I showed how to use the CREATE VIEW permission and the ALTER SCHEMA permission to allow users to create new views using the same schema as the tables. However, I have found that the users can alter and drop tables in this schema which is beyond what I want them to do. A DENY CREATE TABLE does not work, so what can I do to prevent them from touching the tables in this way? In this tip I will show you how you can use a DDL trigger to prevent this unneeded access.
Read more...
By
Additional Articles
2009/08/17
|
Source:
MSSQLTips.com
|
Category:
schema
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,596 reads
SQL Server Best Practices - Implementation of Database Object Schemas
SQL Server 2005 implemented the concept of a database object schema. A schema is a distinct namespace to facilitate the separation, management, and ownership of database objects. It removed the tight coupling of database objects and owners to improve the security administration of database objects. Database object schemas offer functionality to control and help secure application objects within a database environment not available in previous versions of SQL Server.
Read more...
By
Additional Articles
2009/07/17
|
Source:
TechNet
|
Category:
sql server 2008
Rating:
Rate this
|
Briefcase
|
3,615 reads
Object Grouping Best Practices: Using Schemas for Logical Separation
You've probably all noticed a change since SQL Server 2000 with respect to objects: formerly DB.ObjectOwner.Object ,
Read more...
By
Hugo Shebbeare
2009/07/14
|
Source:
SQLServerCentral.com
|
Category:
blogs
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,804 reads
Using the OBJECT_SCHEMA_NAME function to return the schema name
I tend to do a great deal of meta-data (or is it metadata) mining from the system compatibility views and system catalog views in order to build dynamic ad-hoc T/SQL code to use for various administrative processes.
Read more...
By
Additional Articles
2009/06/22
|
Source:
MSSQLTips.com
|
Category:
schema
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,525 reads
Creating a recycle bin for SQL Server 2005\2008
Using a DDL trigger, two schemas and a stored procedure recycle bin functionality can be create in SQL Server.
Read more...
By
Chris Goldsmith
2009/05/20
|
Source:
SQLServerCentral.com
|
Category:
ddl triggers
Rating:
|
Discuss
|
Briefcase
|
11,670 reads
Using schema binding to improve SQL Server UDF performance
SCHEMA BINDING is commonly used with SQL Server objects like views and User Defined Functions (UDF). The main benefit of SCHEMA BINDING is to avoid any accidental drop or change of an object that is referenced by other objects. A User Defined Function (UDF) may or may not access any underlying database objects, but in this tip we show how using SCHEMA BINDING with a UDF can improve performance even if there are no underlying objects.
Read more...
By
Additional Articles
2009/03/09
|
Source:
MSSQLTips.com
|
Category:
schema
Rating:
Rate this
|
Briefcase
|
3,422 reads
Items 1 to 8 of 8
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.