Community

Undocumented stored procedures: Work directly with directories, files and drives

(Serdar Yegulalp) A T-SQL script will rarely need to access the file system directly. The vast majority of programming recommendations encourage you to manipulate files or folders through business logic (i.e., using a C#/VB.NET application) rather than a T-SQL script. However, in the few instanc

Read More - Register for Free Membership