Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Articles with tag
Stored Procedures
Search for
any
content tagged
stored procedures
Items 1 to 20 of 115
Next 20 >>
Re-compilation and Its effects on Performance
How recompilation does significantly affect on the execution time of SQL query and plummet or degrade the performance?
Read more...
By
at yazdani
2012/06/07
|
Source:
SQLServerCentral.com
|
Category:
stored procedures
Rating:
|
Discuss
|
Briefcase
|
8,042 reads
Verify SQL Server Stored Procedures are the same on multiple servers
I have a stored procedure I push down to all of my servers that does a custom backup job and I want to make sure all servers have the same stored procedure. Is there some way to check without going to each server and reviewing the stored procedure? Check out this to find out.
Read more...
By
Additional Articles
2012/04/09
|
Source:
MSSQLTips.com
|
Category:
stored procedures
Rating:
Rate this
|
Briefcase
|
3,976 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,555 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,584 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
|
24,378 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,654 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,273 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 tuning
Rating:
Rate this
|
Briefcase
|
4,787 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
|
32,032 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
|
58,570 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,924 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,497 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,799 reads
How to find unused Stored Procedures in SQL Server 2005/2008
Use dynamic PivotTables to identify unused Stored Procedures in a SQL Server 2005/2008 database
Read more...
By
Ronny Dahl
2010/04/15
|
Source:
SQLServerCentral.com
|
Category:
sql server
Rating:
|
Discuss
|
Briefcase
|
25,003 reads
Implement a stack in SQL Server using stored procedures
In this article I will show you how to implement a stack. In programming, stacks are a great way to...
Read more...
By
Josef Richberg
2010/01/18
|
Source:
SQLServerCentral.com
|
Category:
blogs
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,639 reads
Run SSIS packages from remote client with stored procedure
By utilizing service broker, xp_cmdshell and dtexec.exe SSIS packages can be run with a stored procedure.
Read more...
By
Jason Rowland
2010/01/12
|
Source:
SQLServerCentral.com
|
Category:
sql server 2005
Rating:
|
Discuss
|
Briefcase
|
7,868 reads
Undocumented Extended and Stored Procedures
Some useful undocumented extended and stored procedures in SQL Server 2005
Read more...
By
Timothy A Wiseman
2009/11/20 (first published: 2008/05/09)
|
Source:
SQLServerCentral.com
|
Category:
stored procedures
Rating:
|
Discuss
|
Briefcase
|
29,889 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,654 reads
Calling Stored Procedures from .NET Applications
Everybody knows how to call stored procedures from a .NET application. Right? But then, how often do you see stored procedures used to their full advantage in database applications? William Brewer goes through some of the basics, but uses PowerShell as the example .NET application, and avoids all mention of Northwind or AdventureWorks!
Read more...
By
Additional Articles
2009/10/22
|
Source:
SimpleTalk
|
Category:
.net
Rating:
Rate this
|
Briefcase
|
5,159 reads
Using XML to pass and return values to procs
Tips on parsing and sculpting XML from within a SQL 2005 stored procedure
Read more...
By
Steve McRoberts
2009/10/19
|
Source:
SQLServerCentral.com
|
Category:
xml
Rating:
|
Discuss
|
Briefcase
|
9,926 reads
Items 1 to 20 of 115
Next 20 >>
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.