Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tag Metadata Rss

   Items 1 to 20 of 25    Next 20 >>
 

INFORMATION_SCHEMA.101

Get information about the objects in your database using these ANSI standard, multi-platform views.  Read more...
By Tom Powell 2011/10/04 | Source: SQLServerCentral.com | Category: information_schema
Rating: |  Discuss |  Briefcase | 5,500 reads

Industrial-strength database documentation using Extended Properties

To finish this short series on extended properties a look at documenting sets of database objects  Read more...
By Adam Aspin 2011/04/05 | Source: SQLServerCentral.com | Category: metadata
Rating: |  Discuss |  Briefcase | 6,832 reads

Modifying and deleting extended properties

Continuing the short series on extended properties, this article explains how to turbocharge the creation of extended properties  Read more...
By Adam Aspin 2011/03/29 | Source: SQLServerCentral.com | Category: metadata
Rating: |  Discuss |  Briefcase | 3,623 reads

Extracting Extended Properties

In this second article of a short series we look at using the Extended Properties which you have added to a database  Read more...
By Adam Aspin 2011/03/22 | Source: SQLServerCentral.com | Category: metadata
Rating: |  Discuss |  Briefcase | 5,592 reads

Extended Properties Introduction

Part one of a four part series intent on demystifying and making more accessible SQL Server extended properties  Read more...
By Adam Aspin 2011/03/17 | Source: SQLServerCentral.com | Category: metadata
Rating: |  Discuss |  Briefcase | 8,438 reads

List all Columns in Server Part 2

Generates a list of Server, Database, Table , Column Names and properties  Read more...
By shanu hoosen 2011/02/08 | Source: SQLServerCentral.com | Category: metadata
Rating: |  Discuss |  Briefcase | 1,164 reads

Object Explore

summary information and metrics for any column in a given Table/View. Metrics include: number of records, distinct records, nulls, min, max, std, quartiles, kurtosis, skew, etc.  Read more...
By Robin van Schaik 2010/08/24 | Source: SQLServerCentral.com | Category: data exploration
Rating: |  Discuss |  Briefcase | 956 reads

Encrypt All Stored procedures at once

this code encrypts all stored procedures that meet a certain format. this code is easy to change to suit your particular needs, but be sure to back up your stored procs first.   Read more...
By Chris Morton 0001/01/01 | Source: SQLServerCentral.com | Category: with encryption
Rating: |  Discuss |  Briefcase | 2,763 reads

Table Index Store and Create

Query to save all index metadata  Read more...
By Jorge Novo-396570 2009/07/17 | Source: SQLServerCentral.com | Category: indexing
Rating: |  Discuss |  Briefcase | 756 reads

Loop Through every table in a DB

This Script has been build to list all the tables in a database without using a cursor.   Read more...
By Chris Morton 2009/01/20 | Source: SQLServerCentral.com | Category: metadata
Rating: |  Discuss |  Briefcase | 1,883 reads

Truncate Referenced Table

Often during the development phase one is required to truncate a table. often the task of removing foreign key references is necessary to truncate. this sp takes the pain out of it.  Read more...
By Chris Morton 2009/01/19 | Source: SQLServerCentral.com | Category: foreign keys (fk)
Rating: |  Discuss |  Briefcase | 1,180 reads

search every database on server from a single sp

i have recently had the need to search the every database on the server for a particular string. i came up with this... it has lots of room for improvement but it works  Read more...
By Chris Morton 2008/12/19 | Source: SQLServerCentral.com | Category: search
Rating: |  Discuss |  Briefcase | 922 reads

Simple Metadata

Tagging has become a new hot action for many people on the Internet, especially in the Web 2.0 social networking world. Steve Jones comes to a revelation about tagging and metadata.  Read more...
By Steve Jones 2008/12/15 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |  Briefcase | 227 reads

Simple Metadata

Tagging has become a new hot action for many people on the Internet, especially in the Web 2.0 social networking world. Steve Jones comes to a revelation about tagging and metadata.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 302 reads

Simple Metadata

Tagging has become a new hot action for many people on the Internet, especially in the Web 2.0 social networking world. Steve Jones comes to a revelation about tagging and metadata.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 310 reads

Simple Metadata

Tagging has become a new hot action for many people on the Internet, especially in the Web 2.0 social networking world. Steve Jones comes to a revelation about tagging and metadata.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 375 reads

Using SQL Server meta data to list tables that make up views

One of the issues I often face is the need to find views that are already established for certain tables. This maybe for other developers, end users or even for myself. I could search the system tables to find this or explore each view, but are there other ways to easily find a list of all tables that are used for a view or even a list of all views that a table is tied to?  Read more...
By Additional Articles 2008/12/12 | Source: MSSQLTips.com | Category: metadata
Rating:  Rate this |  Briefcase | 2,745 reads

Encrypt All Stored procedures at once

this code encrypts all stored procedures that meet a certain format. this code is easy to change to suit your particular needs, but be sure to back up your stored procs first.   Read more...
By Chris Morton 0001/01/01 | Source: SQLServerCentral.com | Category: with encryption
Rating: |  Discuss |  Briefcase | 2,763 reads

How to Drop Unused Empty Redundant columns

Often during the development lifecycle columns are added to tables that become redundant or remain unused. this script removes unused (empty) columns  Read more...
By Chris Morton 2008/11/27 | Source: SQLServerCentral.com | Category: alter table
Rating: |  Discuss |  Briefcase | 1,076 reads

AUTOGENERATE INSERT UPDATE SELECT STATEMENTS

use metadata to generate basic create procedure statements for insert update and select  Read more...
By Chris Morton 2008/11/21 | Source: SQLServerCentral.com | Category: metadata
Rating: |  Discuss |  Briefcase | 3,082 reads
   Items 1 to 20 of 25    Next 20 >>
 
Tags
extended properties (4)    
sqlservercentral (4)    
stored procedures (4)    
tagging (4)    
chris morton (2)    
codrakon (2)    
dynamic sql (2)    
foreign keys (fk) (2)    
insert (2)    
select (2)    
update (2)    
alter table (1)    
autogenerate (1)    
autogenerate parameters (1)    
column definitions (1)    
data exploration (1)    
databases (1)    
delete (1)    
editorial (1)    
editorial - ipod (1)    
editorial - mp3 (1)    
editorial - wmv (1)    
empty columns (1)    
encryption (1)    
execute  statement (1)    
fmtonly (1)    
indexing (1)    
information_schema (1)    
integration services (ssis) (1)    
kurtosis (1)    
loop (1)    
master database (1)    
metrics (1)    
object_id (1)    
parameters (1)    
quartiles (1)    
range (1)    
redundant columns (1)    
referenced tables (1)    
relationship (1)    
remove empty columns (1)    
remove redundant columns (1)    
search (1)    
skew (1)    
sql server 2005 (1)    
sql server 7 (1)    
standard deviation (1)    
statistics (1)    
sysobjects (1)    
table (1)    
temp tables (1)    
temporary tables (1)    
truncate table (1)    
user (1)    
views (1)    
while loop (1)    
with encryption (1)