SQL Server 2005 Undocumented Stored Procedures!
- 0
- Add a Comment
Today I was searching the internet for an easier way to see if a file exists. As I was searching I came across several undocumented SQL Server 2005 procedures. They are:
xp_fileexist
sp_MSforeachdb
sp_msforeachtable
sp_msdependencies
Now knowing that these undocumented extended and stored procedures exist, they will definitely make my job a lot easier. The source that […]
