What is the equivalent of the extended procedure ‘xp_dirscan’ in SQL Server 2005?
What is the equivalent of the extended procedure ‘xp_dirscan’ in SQL Server 2005?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not native shipped code in SQL Server. It’s a 3rd party extenfed stored proc (which is a DLL).
You can register on SQL Server Central and see this article with download and instructions.
It’s for SQL 2000 but registering the DLL should be the same (I’ve not tried it on ‘2005)