Question : I developed a stored procedure with a call to this extended SP EXEC xp_dirtree @path, 1, 1 Database: […]
Tag: extended-stored-procedure
Does XP_API deprecation announcement mean that sp_executesql will not be supported in the future?
Question : I have setup an Extended Events session in SQL 2008 R2 to track the deprecation_final_support and deprecation_announcement events. […]
EXEC xp_dirtree
Question : I developed a stored procedure with a call to this extended SP EXEC xp_dirtree @path, 1, 1 Database: […]
How is the new system stored procedure sys.xp_delete_files different from sys.xp_delete_file?
Question : SQL Server 2019 introduced a new (and undocumented) system stored procedure: sys.xp_delete_files What, exactly, does this new extended […]