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

Content with tag Stored Procedures Rss

   Items 1 to 20 of 154    Next 20 >>
 

System Proc sp_SysMon to monitor sql server health

I created as a system proc but it can be executed individually. It will print some system health counters.  Read more...
By Gokhan Varol 2012/01/31 | Source: SQLServerCentral.com | Category: system health
Rating: |  Discuss |  Briefcase | 968 reads

SQL Server stored procedure to generate random passwords

SQL Server is used to support many applications and one such feature of most applications is the storage of passwords. Sometimes there is a need to reset a password using a temporary password or generate a random password for a new user. In this tip I cover a simple stored procedure to generate random passwords that can be incorporated into your applications.   Read more...
By Additional Articles 2011/11/25 | Source: MSSQLTips.com | Category: security
Rating:  Rate this |  Briefcase | 3,160 reads

ITX_SP_BAK

Creates a single sql install file for all stored procs in a database.  Read more...
By Sean Brian 2011/10/14 | Source: SQLServerCentral.com | Category: backup / recovery
Rating: (not yet rated) |  Discuss |  Briefcase | 420 reads

CONTEXT_INFO() and the SQL Calling Stack

Nothing new for many developers, but I still like the way you can maintain the stack throughout the call chain.   Read more...
By Peter Sloboda 2011/08/29 | Source: SQLServerCentral.com | Category: context_info()
Rating: |  Discuss |  Briefcase | 4,421 reads

consolidated script generator for multiple stored procedures

Consolidated script generator for multiple stored procedures (existing and/or newly created) in MS Sql Server 2000/2005/2008 at one go  Read more...
By Partha Pal 0001/01/01 | Source: SQLServerCentral.com | Category: stored procedures
Rating: |  Discuss |  Briefcase | 1,508 reads

Reporting Services: Adding extra columns / rows to a matrix

The functionality of additional columns / rows in a cross table ("matrix") in Reporting Services is limited to totals / subtotals. By using a stored function a solution is described.  Read more...
By Martin Cremer 2011/06/24 (first published: 2008/07/24) | Source: SQLServerCentral.com | Category: reporting services (ssrs)
Rating: |  Discuss |  Briefcase | 22,462 reads

Methods For Converting a Stored Procedure

An interesting use of T-SQL to run a stored procedure as part of a SELECT statement to get a result set to be used and combined with other tables. From Eli Leiba, learn how you can build a stored procedure into your queries.  Read more...
By Eli Leiba 2011/04/08 (first published: 2009/10/29) | Source: SQLServerCentral.com | Category: t-sql
Rating: |  Discuss |  Briefcase | 29,453 reads

consolidated script generator for multiple stored procedures

Consolidated script generator for multiple stored procedures (existing and/or newly created) in MS Sql Server 2000/2005/2008 at one go  Read more...
By Partha Pal 0001/01/01 | Source: SQLServerCentral.com | Category: stored procedures
Rating: |  Discuss |  Briefcase | 1,508 reads

Changing Text in Multiple Stored Procedures From a Stored Procedure

In this article Brian Davey present a solution for changing the text in multiple stored procedures using T-SQL.  Read more...
By Brian Davey 2011/03/28 | Source: SQLServerCentral.com | Category: stored procedures
Rating: |  Discuss |  Briefcase | 9,123 reads

Which of Your Stored Procedures are Using the Most Resources?

Dynamic Management Views and Functions aren't always easy to understand. However, they are the easiest way of finding out which of your stored procedures are using up the most resources. Greg takes the time to explain how and why these DMVs and DMFs get their information. Suddenly, it all gets clearer.  Read more...
By Additional Articles 2011/01/31 | Source: SimpleTalk | Category: performance
Rating:  Rate this |  Briefcase | 4,501 reads

Stored procedure to script out user permissions

Stored procedure to script out user permissions  Read more...
By Harsha Majety 2011/01/17 | Source: SQLServerCentral.com | Category: stored procedures
Rating: |  Discuss |  Briefcase | 2,939 reads

True or False

By Arup Chakraborty 2010/11/26 | Category: stored procedures
Rating: (not yet rated) |  Discuss |  Briefcase | 2,870 reads

Performance testing and tuning for a beginner

How to test and tune a stored procedure?  Read more...
By Arup Chakraborty 2010/09/10 (first published: 2008/11/17) | Source: SQLServerCentral.com | Category: stored procedures
Rating: |  Discuss |  Briefcase | 31,562 reads

Excel with Stored Procedures

Longtime DBA David Poole brings us an interesting situation in involving setting up a user to allow Excel to query data from SQL Server.  Read more...
By David Poole 2010/08/13 (first published: 2008/08/13) | Source: SQLServerCentral.com | Category: stored procedures
Rating: |  Discuss |  Briefcase | 57,754 reads

SP and function dependencies

Extracts all calls to SPs and functions (down to depth of 32)  Read more...
By Peter Sloboda 2010/07/15 | Source: SQLServerCentral.com | Category: stored procedures
Rating: |  Discuss |  Briefcase | 1,646 reads

Dynamic creation of Insert, Update, Delete Stored procedures

Automates the creation of INSERT, UPDATE & DELETE stored procedure of a table  Read more...
By Deepthi Viswanathan Nair 2010/07/09 (first published: 2009/07/23) | Source: SQLServerCentral.com | Category: stored procedures
Rating: |  Discuss |  Briefcase | 31,386 reads

Get default values of parameters in stored procedures

Helps to get the default value of parameters from stored procedures and functions.   Read more...
By Atif-ullah Sheikh 2010/06/22 | Source: SQLServerCentral.com | Category: stored procedures
Rating: |  Discuss |  Briefcase | 1,737 reads

Using Certificates to Sign Stored Procedures

How to sign stored procedures with certificates, this is useful if the procedures use dynamic SQL.  Read more...
By Jonathan Roberts 2010/06/21 | Source: SQLServerCentral.com | Category: certificates
Rating: |  Discuss |  Briefcase | 7,232 reads

Stored Procedure Execution

By Jason Shadonix 2010/06/09 | Category: stored procedures
Rating: (not yet rated) |  Discuss |  Briefcase | 3,895 reads

Access variables values from Trigger

Pass variables values from Stored Procedures to Trigger  Read more...
By Tejas Shah 2010/06/09 | Source: SQLServerCentral.com | Category: triggers
Rating: |  Discuss |  Briefcase | 7,648 reads
   Items 1 to 20 of 154    Next 20 >>
 
Tags
t-sql (77)    
miscellaneous (21)    
programming (18)    
administration (17)    
sql server 7 (17)    
performance tuning (11)    
advanced querying (9)    
ado (7)    
sql server 2005 (7)    
security (6)    
xml (6)    
strategies (5)    
triggers (5)    
configuring (4)    
metadata (4)    
parameters (4)    
sql-dmo (4)    
visual basic 6 (4)    
dts (3)    
dynamic sql (3)    
installation (3)    
integration services (ssis) (3)    
linked server (3)    
reporting services (ssrs) (3)    
autogenerate (2)    
backup / restore (2)    
blogs (2)    
chris morton (2)    
codrakon (2)    
database design (2)    
development (2)    
excel (2)    
indexing (2)    
insert (2)    
monitoring (2)    
search (2)    
select (2)    
sql server 2008 (2)    
update (2)    
user defined function (udf) (2)    
xsl (2)    
.net (1)    
::fn_listextendedproperty (1)    
arrays (1)    
asp (1)    
autogenerate parameters (1)    
automatic (1)    
automation (1)    
backup / recovery (1)    
basics (1)    
best and worst practices (1)    
call stack (1)    
certificates (1)    
charindex (1)    
clr functions (1)    
clr stored procedures (1)    
clr udt (1)    
coalesce (1)    
column description wi sql (1)    
context_info() (1)    
crosstab (1)    
data quality (1)    
date manipulation (1)    
dba (1)    
dba code (1)    
dependency (1)    
distributed queries (1)    
drop function (1)    
drop procedure (1)    
dynamic (1)    
editorial (1)    
editorial - ipod (1)    
editorial - mp3 (1)    
editorial - wmv (1)    
encryption (1)    
english query (1)    
error handling (1)    
execute (1)    
execution plan (1)    
extended procedures (1)    
find foreign key using sql (1)    
function (1)    
indexed views (1)    
information_schema.routines (1)    
insert update stored procedure generation (1)    
maintenance and management (1)    
maintenance and management sql server 2005 (1)    
matrix (1)    
naming standards (1)    
nested loop (1)    
object_id (1)    
openxml (1)    
palalelism (1)    
parsing (1)    
passwords (1)    
performance (1)    
performance monitoring (1)    
permissions (1)    
pivot (1)    
pivottable (1)    
profiler (1)    
replication (1)    
report (1)    
rsexecutionlog (1)    
schemas/dtds (1)    
script (1)    
semaphore (1)    
service broker (1)    
source control (1)    
split (1)    
splog (1)    
sql puzzles (1)    
sql server (1)    
sql server 6.5 (1)    
ss2k5 - xml (1)    
stack (1)    
stress test (1)    
syscolumns (1)    
sysobjects (1)    
system development life cycle (1)    
system health (1)    
system tables (1)    
table field information (1)    
table metadata (1)    
tables (1)    
temp tables (1)    
temporary tables (1)    
temporary  tables (1)    
t-sql aids (1)    
updategrams (1)    
utility (1)    
video (1)    
views (1)    
with encryption (1)    
worst practices (1)