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

Content with tags Stored Procedures, Metadata Rss

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

chris morton (2)     select (2)     AutoGenerate parameters (1)     parameters (1)    
codrakon (2)     update (2)     Encryption (1)     WITH ENCRYPTION (1)    
insert (2)     AutoGenerate (1)     Object_ID (1)    
   Items 1 to 5 of 5   
 

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

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

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

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

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,288 reads
   Items 1 to 5 of 5