In Focus
Istanbul Chapter May 2013 2nd Seminar Announced : Learn WinJS, Windows Store, MVC
C# Corner ISTANBUL Chapter Seminar Recap
ANNOUNCEMENT: April 2013 Month Winners
WCF Hands On: Learn WCF All Day on May 18. NOIDA.
REGISTER NOW: Developer Day in Kolkata
Email :
Password :
Remember me?
Forgot password
Contribute
An Article
A Blog
A News
A Video
A Link
An Interview Question
Ask a Question
TECHNOLOGIES
.NET 4.5
Current Affairs
JQuery
SharePoint 2010
Web Development
.NET Assemblies
Databases & DBA
Learn .NET
SharePoint 2013
Web Services in C#
ADO.NET in C#
Design & Architecture
LightSwitch 2012
Silverlight with C#
Windows 8
AJAX in C#
Exception Handling C#
LINQ
Smart Devices
Windows Azure
Android Programming
Graphics Design
Mobile & Embedded
SQL
Windows Controls C#
Articles C#
Hardware
Office 2013
SQL Server 2012
Windows Forms C#
ASP.NET Controls in C#
How do I
OOP/OOD
Testing
Windows Phone 8
ASP.NET MVC with C#
HTML 5
Operating Systems
TypeScript
Windows Server 2012
ASP.NET Programming
Internet & Web
PHP
Visual C#
Windows Store Apps
C# Language
iPhone/iPad
Products
Visual Studio .NET
Workflow Foundation in C#
C# Tutorials
Java
Reports using C#
Visual Studio 2010
WPF
C, C++, MFC
Java and .NET
Robotics & Hardware
Visual Studio 2012
XAML
Career Advice
JavaScript, CSS
Security in .NET
WCF with C#
XML
Chapters
Request a new Category
|
View All
ANSWERS
BLOGS
VIDEOS
INTERVIEWS
BOOKS
LINKS
NEWS
CHAPTERS
CAREER ADVICE
After 3rd C# Corner ISTANBUL Chapter Seminar
Difference amongst Const, Readonly, Static k ...
Enabling or Disabling JavaScript in Internet ...
GridView New Feature in ASP.NET 4.0
Data Access Technologies in Microsoft World
What is the Role of Http.Sys in IIS ?
Simple way of applying file downloads permission
HTML 5 vs Native Apps
Check upcoming B'day in Asp.net
Error Condition: HttpException: maxRequestLe ...
Blog
Different types of Stored Procedure in sql server.
Posted by
Purushottam Rathore
in
Blogs
|
SQL
on
Jul 12, 2010
Different types of Stored Procedure in sql server.
Tweet
7506
1
0
Temporary Stored Procedures
- SQL Server supports two types of temporary procedures:
Local
temporary procedure
Global
temporary procedure
Local temporary:
A local temporary procedure is visible only to the connection that created it.
Local temporary procedures are automatically dropped at the end of the current session.
Global temporary:
A global temporary procedure is available to all connections.
Global temporary procedures are dropped at the end of the last session using the procedure. Usually, this is when the session that created the procedure ends.
Temporary procedures named with # and ## can be created by any user.
System stored procedures
are created and stored in the master database and have the sp_ prefix.(or xp_) System stored procedures can be executed from any database without having to qualify the stored procedure name fully using the database name master.
Automatically Executing Stored Procedures
- One or more stored procedures can execute automatically when SQL Server starts. The stored procedures must be created by the system administrator and executed under the sysadmin fixed server role as a background process.
The procedure(s) cannot have any input parameters.
User stored procedure
This Feature is Sponsored By
DynamicPDF Merger is a developers dream for interacting with any existing PDF documents. Merge, append, split, form fill, flatten stamp and so much more.
DateTime format in SQL Server
Join Fundamentals in SQL
post comment
Please could you explain practically :)
Posted by
Lajapathy Arun
on
Jun 22, 2012
COMMENT USING
PREMIUM SPONSORS
iPhone, Android & Web Development Services
Over-C is a holistic consortium of communications and technology specialists. We build, deploy and market both business as well as consumer products and solutions.
More Blogs from this Blogger
How to reset FreeTextBox editor using javascript
Difference between Sql server 2005 and 2008
Sending any value from one form to another form in WPF
Default enter key on button using jquery
Microsoft.ACE.OLEDB.12.0" provider is not registered on the local machine
Serial number in Gridview or datalist in asp.net
Different types of Stored Procedure in sql server.
Email Validation in wpf
Most popular video formats
Benefits and limitations of using Cookies
View All
SPONSORED BY
DynamicPDF ReportWriter Suite
PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
Follow @twitterapi
Latest Blogs
Why to fear Object Oriented Programming approach
Happy Birthday Destin Joy
Access Master Page Control In Child Page
Find Dependent Object In SQL Server
Gets The Value Of Dynamic Generated TextBox in Windows Application
Example of Expander in WPF
Dock Panel Example in WPF XAML
Popup Example in WPF
Introduction to Azure
Secure Your Android Application from Hackers
View All
Poll
Result
All Polls
Favorite Computer Manufacturer
Who is your favorite Computer manufacturer?
Lenovo
HP
Dell
Toshiba
Acer
Sony
Who is your favorite Computer manufacturer?
Options
Votes
%
Lenovo
19
13.38
HP
5
3.52
Dell
16
11.27
Toshiba
54
38.03
Acer
43
30.28
Sony
5
3.52
Total
142
100%