SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag Metadata Rss

Refine your search with one of the following additional tags (with number of items):

SQLServerCentral (4)     AutoGenerate parameters (1)     Indexes (1)     SQL Server 2005 (1)    
Stored Procedures (4)     database clean (1)     Integration Services (SSIS) (1)     SQL Server 7, 2000 (1)    
tagging (4)     delete (1)     Loop (1)     Sysobjects (1)    
chris morton (2)     Editorial (1)     Master Database (1)     Table (1)    
codrakon (2)     Editorial - iPod (1)     Object_ID (1)     Temp tables (1)    
Dynamic SQL (2)     Editorial - MP3 (1)     parameters (1)     Temporary Tables (1)    
Foreign Key (2)     Editorial - WMV (1)     redundant columns (1)     Truncate Table (1)    
insert (2)     empty columns (1)     Referenced Tables (1)     User (1)    
select (2)     Encryption (1)     relationship (1)     Views (1)    
update (2)     execute  statement (1)     remove empty columns (1)     While Loop (1)    
Alter table (1)     FMTONLY (1)     remove redundant columns (1)     WITH ENCRYPTION (1)    
AutoGenerate (1)     index (1)     Search (1)    
   Items 1 to 18 of 18   
 

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 | 1,677 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: Indexes
Rating: |  Discuss |  Briefcase | 439 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,407 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 Key
Rating: |  Discuss |  Briefcase | 1,017 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 | 837 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 | 107 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 | 140 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 | 129 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 | 159 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,221 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 | 1,677 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 | 963 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 | 2,396 reads

How SSIS and Other Tools Obtain Metadata

How to author stored procedures that use temp tables, so they work with tools such as SSIS and Crystal Reports.  Read more...
By Renato Buda 2008/11/03 | Source: SQLServerCentral.com | Category: FMTONLY
Rating: |  Discuss |  Briefcase | 6,107 reads

AUTOGENERATE INSERT UPDATE SELECT STATEMENTS UPDATED

I have made an update of this script http://www.sqlservercentral.com/scripts/Metadata/64603/. the new version includes can generate 4 stored procedures for every table in a database  Read more...
Rating: |  Discuss |  Briefcase | 1,111 reads

Find Foreign Keys

This script lists all foreign keys with parent and child table information  Read more...
Rating: |  Discuss |  Briefcase | 295 reads

get users across all databases on the SQL Server instance

Quick way to get all users on all Databases  Read more...
By Mani Singh 2008/07/24 | Source: SQLServerCentral.com | Category: Metadata
Rating: |  Discuss |  Briefcase | 900 reads

Searching Objects for Text

When searching meta-data to find an occurance of a particular string or pattern it is difficult to look everywhere. This procedure helps you find what you are looking for.  Read more...
By Solomon Rutzky 2008/05/28 | Source: SQLServerCentral.com | Category: Stored Procedures
Rating: |  Discuss |  Briefcase | 6,287 reads
   Items 1 to 18 of 18   
 
Most popular

How SSIS and Other Tools Obtain Metadata

How to author stored procedures that use temp tables, so they work with tools such as SSIS and Crystal Reports.  Read more...
By Renato Buda 2008/11/03 | Source: SQLServerCentral.com | Category: FMTONLY
Rating: |  Discuss |  Briefcase | 6,107 reads

Searching Objects for Text

When searching meta-data to find an occurance of a particular string or pattern it is difficult to look everywhere. This procedure helps you find what you are looking for.  Read more...
By Solomon Rutzky 2008/05/28 | Source: SQLServerCentral.com | Category: Stored Procedures
Rating: |  Discuss |  Briefcase | 6,287 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,221 reads