No announcements
Found 1417435 threads
-
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 | 1259 Views | Created by MU DBA - Wednesday, August 8, 2018 11:18 AM | Last reply by Erland Sommarskog - Wednesday, August 8, 2018 9:48 PM -
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 | 5180 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 | 2836 Views | Created by Neal Khatri - Friday, January 13, 2012 1:59 AM | Last reply by vinaypugalia - Friday, January 13, 2012 4:49 AM -
7 Votes
Difference between Function and Stored Procedure
So now whats the difference between stored procedure and a view.Answered | 9 Replies | 8014 Views | Created by czarvk - Tuesday, August 16, 2011 2:00 PM | Last reply by TechVsLife2 - Tuesday, August 16, 2011 5:54 PM -
0 Votes
Disabling Extended Stored Procedures
I'll be sure to skip the disabling of the extended stored procedures.Answered | 6 Replies | 14353 Views | Created by Insahn - Monday, October 26, 2009 4:05 AM | Last reply by UST - Tuesday, February 2, 2010 4:05 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 | 9075 Views | Created by Orlanzo - Monday, May 24, 2010 2:38 PM | Last reply by KJian_ - Monday, May 31, 2010 2:09 AM -
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 | 5223 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
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 | 1598 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 | 5874 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
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 | 3649 Views | Created by Neil Weicher - Saturday, June 25, 2011 6:46 PM | Last reply by Chirag Shah - Saturday, June 25, 2011 7:33 PM -
1 Votes
what is difference between views and table and stored procedure
http://www.google.com/search?Answered | 3 Replies | 7403 Views | Created by pnreddy - Wednesday, February 1, 2012 6:10 PM | Last reply by Kalman Toth - Saturday, February 4, 2012 11:17 AM -
0 Votes
Where is information about Extended Stored Procedure stored?
So you are saying you don't know where it is stored?Answered | 7 Replies | 2953 Views | Created by Neil Weicher - Tuesday, March 27, 2012 1:05 PM | Last reply by Erland Sommarskog - Wednesday, March 28, 2012 10:10 PM -
1 Votes
Call a stored procedure from a stored procedure
Hi Dave, According to your code, we are confused that which one of stored procedure need to be inserted into the one result.Answered | 5 Replies | 1471 Views | Created by Dave Parker - Saturday, October 5, 2013 2:30 AM | Last reply by Ch. Rajen Singh - Sunday, October 13, 2013 1:46 AM -
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 | 3168 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
Performance difference between view and stored procedure
http://beyondrelational.com/blogs/livingforsqlserver/archive/2011/08/09/interview-question-difference-between-views-and-stored-procedures.aspxAnswered | 8 Replies | 27376 Views | Created by cse_supriya - Thursday, August 26, 2010 7:32 AM | Last reply by Ramkumar Gopal - Tuesday, August 9, 2011 1:17 PM -
0 Votes
Dataset from different stored procedures
Push your stored procedures down a level.Answered | 1 Replies | 2417 Views | Created by AvivaG - Monday, June 11, 2012 6:16 PM | Last reply by BI Baracus - Monday, June 11, 2012 7:05 PM -
0 Votes
stored procedure
Hi Surya, You can use the generate script wizard to script out the procedure definition to a .sql file and then execute the .sql file on other server.Answered | 2 Replies | 907 Views | Created by Surya.chamala - Monday, December 9, 2013 4:44 PM | Last reply by Alankar Chakravorty - Monday, December 9, 2013 4:57 PM -
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 | 5098 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
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 | 646 Views | Created by rahaba - Wednesday, March 25, 2015 2:54 PM | Last reply by davidbaxterbrowne - Wednesday, March 25, 2015 5:43 PM -
0 Votes
stored procedure
Stored procedure basics http://msdn.microsoft.com/en-us/library/ms191436(v=SQL.90).aspx Types of Stored ...Answered | 4 Replies | 4463 Views | Created by Classic Run - Friday, April 30, 2010 1:53 AM | Last reply by Ramesh Rathod - Friday, April 30, 2010 10:30 AM - Items 1 to 20 of 1417435 Next ›
No announcements