No announcements
Found 2217294 threads
-
1 Votes
What are Extended Stored Procedures?
The extended stored procedures appear to users as regular stored procedures and are executed in the same way.Answered | 1 Replies | 5358 Views | Created by sams6 - Monday, June 7, 2010 6:14 AM | Last reply by Jim McLeod - Monday, June 7, 2010 6:22 AM -
1 Votes
extended stored procedure
Extended stored procedures allow you to call any function within a C or C++ DLL.Answered | 3 Replies | 3020 Views | Created by Neal Khatri - Friday, January 13, 2012 1:59 AM | Last reply by vinaypugalia - Friday, January 13, 2012 4:49 AM -
3 Votes
Difference between Stored Procedure and extended Stored Procedure
p=25288&seqNum=7 https://www.sqlconfiguration.com/enterprise-issues-business-rules/module5/system-extended-stored-procedures.php#gsc.tab=0Answered | 4 Replies | 1585 Views | Created by MU DBA - Wednesday, August 8, 2018 11:18 AM | Last reply by Erland Sommarskog - Wednesday, August 8, 2018 9:48 PM -
0 Votes
Disabling Extended Stored Procedures
I'll be sure to skip the disabling of the extended stored procedures.Answered | 6 Replies | 14725 Views | Created by Insahn - Monday, October 26, 2009 4:05 AM | Last reply by UST - Tuesday, February 2, 2010 4:05 PM -
2 Votes
Extended Stored Procedures and Azure?
I don't know if there are any plans about extended stored procedures but i think you can offer this idea on this feature on this great ...Answered | 5 Replies | 5388 Views | Created by Neil Weicher - Wednesday, February 29, 2012 1:31 PM | Last reply by Vitor Faria Tomaz - Thursday, March 1, 2012 2:07 PM -
0 Votes
Deprecation of Extended Stored Procedures
Hi, Yes, extended stored procedures have been deprecated and will be removed in a future version of SQL Server.Answered | 1 Replies | 9268 Views | Created by Orlanzo - Monday, May 24, 2010 2:38 PM | Last reply by KJian_ - Monday, May 31, 2010 2:09 AM -
0 Votes
Change DLL for Extended Stored Procedure?
Is there a way to change the name of the DLL that an Extended Stored Procedure calls without dropping and re-adding it You will ...Answered | 1 Replies | 3829 Views | Created by Neil Weicher - Saturday, June 25, 2011 6:46 PM | Last reply by Chirag Shah - Saturday, June 25, 2011 7:33 PM -
0 Votes
How to restore extended stored procedure
Hello, Extended stord procedure are really very "different" objects compare to "normal" object in SQL Server like stored ...Answered | 1 Replies | 1775 Views | Created by District9 - Wednesday, March 12, 2014 12:58 AM | Last reply by Olaf Helper - Wednesday, March 12, 2014 6:38 AM -
0 Votes
Extended stored procedures in SQL Server
Extended stored procedure is a old and deprecated technolgy.Answered | 5 Replies | 6099 Views | Created by CSharp Enthusiast - Friday, December 2, 2011 11:26 PM | Last reply by CSharp Enthusiast - Tuesday, December 6, 2011 10:48 PM -
0 Votes
Where is information about Extended Stored Procedure stored?
No, that is not what Krishnakumar is saying.Answered | 7 Replies | 3064 Views | Created by Neil Weicher - Tuesday, March 27, 2012 1:05 PM | Last reply by Erland Sommarskog - Wednesday, March 28, 2012 10:10 PM -
0 Votes
Exception msg0 while running an extended stored procedure
I would like to do it correctly without any bugs Then you'll have to debug the C/C++ source code for the extended stored procedure.Answered | 3 Replies | 762 Views | Created by rahaba - Wednesday, March 25, 2015 2:54 PM | Last reply by davidbaxterbrowne - Wednesday, March 25, 2015 5:43 PM -
0 Votes
Need to change the DLL called by an Extended Stored Procedure
I came up with the following stored procedure which will do the following.Answered | 4 Replies | 3300 Views | Created by Neil Weicher - Friday, March 30, 2012 2:03 PM | Last reply by Neil Weicher - Thursday, April 12, 2012 3:47 PM -
0 Votes
Creating DLL file for Extended Stored procedure in C#
An extended stored procedure (xp) is a C or C++ dll which is registered with SQL Server, and you cannot write an xp using C#.Answered | 7 Replies | 27289 Views | Created by sidzone123 - Friday, August 10, 2007 11:51 PM | Last reply by Pankaj Mathur - Friday, December 25, 2009 7:02 PM -
0 Votes
Get a list of Extended Stored Procedures and permissions
SELECT OBJECT_ID(object) still works so I think I got what I need.Answered | 6 Replies | 761 Views | Created by RKD_SG - Wednesday, January 27, 2016 6:19 PM | Last reply by - Thursday, January 28, 2016 4:09 PM -
0 Votes
Drop extended store procedure if exists
Hello, i want to check if extended store procedure exists, if it does i delete it and create a new one.Answered | 2 Replies | 3606 Views | Created by JonathanSmith - Friday, July 29, 2011 3:29 PM | Last reply by JonathanSmith - Friday, July 29, 2011 9:41 PM -
1 Votes
@return_value in stored procedures and what is it for?
Hi, there are two common ways to return data from a stored procedure, return value and output parameters.Answered | 2 Replies | 17801 Views | Created by IvicaNesic - Monday, October 22, 2012 9:55 PM | Last reply by IvicaNesic - Wednesday, October 24, 2012 3:29 PM -
1 Votes
SQL Server 2008 Extended Event Predicate to target a specific stored procedure
Hi This article might help you : ...Answered | 1 Replies | 2095 Views | Created by nornal - Friday, January 18, 2013 10:22 PM | Last reply by Saurabh Sinha DBA - Saturday, January 19, 2013 3:47 AM -
1 Votes
Stored procedure executed in stored procedure
Hi IqPerf, You can also use OpenQuery to select data from a Stored Procedure.Answered | 4 Replies | 5311 Views | Created by lgPerf - Wednesday, April 27, 2011 2:12 PM | Last reply by Naomi N - Wednesday, April 27, 2011 3:04 PM -
0 Votes
Can you call a stored procedure via extended events?
By rolling up your sleeves, firing up Visual Studio, and writing a dll using the Extended Event XeReader API.Answered | 3 Replies | 1770 Views | Created by SQL_LLL - Tuesday, April 30, 2013 3:09 PM | Last reply by Michael Hotek - Wednesday, May 1, 2013 12:32 PM -
0 Votes
What's better?
That's what I was looking for.Answered | 2 Replies | 3854 Views | Created by Nishit Badani - Friday, July 23, 2010 3:51 PM | Last reply by Nishit Badani - Friday, July 23, 2010 5:28 PM - Items 1 to 20 of 2217294 Next ›
No announcements