Sharing scripts

Most if not all SQL professionals will have heard of SQLServerCentral.com, if you haven’t it’s a great community site with it’s own SQL Server forum where you can ask questions and receive answers from your peers. The site has a contribution center feature where registered members can submit articles, scripts and even a “Question of the day”. In true community spirit I shared one of the scripts that I had been working on. [...]

Finding files in T-SQL

Richard Douglas shows how you could use the undocumented stored procedure xp_FileExists to start another process. [...]