Technology Archive

18 May 2013

Challenges with Cloud Migration

One of the biggest challenge in cloud adoption is moving the existing application to the cloud. I had the opportunity to do that with one of the existing applications. One of the most important aspect is to
9 May 2013

SQL Server – Use T-SQL to delete files older than X days

Sometimes there is a need to delete backup files via tSQL. Here is a script that can do the trick. — -d represents number of days, – 2 represents file older than 2 days set the parameter