Discover a new way to find and share stories you'll love… Learn about Reading Desk

Post Profile



Encrypting all Stored Procedures in a Database

This is an alternative for "Encrypting all Stored Procedures of a Database".
read more

share

Searching within all the Stored Procedures in a database

Programming / Windows Development : CodeProject (last year)

You can search for any string with in the TSQL scripts of all the Stored Procedures in a database using the syscomments table. Read Post

Find particular word or text from the entire stored procedure

Programming / Windows Development : CodeProject (last year)

Not necessarily an alternative, but a wrapper. I created it as a quick stored proc, and put it in the master db, so it can be used in any database.Usage: exec fi 'last_name'.USE [master]GOSET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONG... Read Post

Encrypt all Stored Procedures with PowerShell

Programming / Windows Development : CodeProject (10 months ago)

encrypt all stored procedures in SQL server with powershell Read Post


Copyright © 2011 Regator, LLC