SQL Server 2008 extended stored procedures Questions

1

SQL 2008 stored procedures and execution plans
Hi, Is it any significant difference in performance between stored procedure with many parameters (some of them can be null sometimes) and creating many stored procedures that will contains only subset of this parameters ? Thx,  

Answer Question   |  February 16, 2010  4:04 PM
SQL Server 2008, SQL Server 2008 extended stored procedures, SQL Server stored procedures
asked by:
15 pts.

SQL Server 2008 extended stored procedures
I have created several extended stored procedures in SQL 2008 which when i run always return a NULL. I call these XP’s from within a stored procedure. They work fine in SQL 2005 and SQL 2000. One thing i have noticed is when i click on the properties of the xp the path to the [...]

Answer Question   |  March 26, 2009  10:41 AM
SQL Server 2005, SQL Server 2008, SQL Server 2008 extended stored procedures, SQL Server extended stored procedures
asked by:
KH
155 pts.

1