Been there, done that? Think again, my friend. Sign up to our newsletter to enjoy the US without spending a thing (as well as options when you're feeling flush). This comprehensive bootcamp starts ...
I have been a Microsoft Certified Trainer now for around 7 years. I have worked for various Microsoft partners to deliver Microsoft Official Curriculum (MOC) classes to customers across the world. I ...
Technology Toolbox: VB.NET, C#, SQL Server "Yukon" All versions of SQL Server prior to SQL Server "Yukon" provide two ways to write procedural code that executes inside the database. The usual way is ...
A free tool to reduce coding for developers who like to surface T-SQL database recordsets in a simple collection of customized POCO objects. Every so often, I find myself wishing that I had a utility ...
Write-Host "Backup in Progress" $QueryStatement = "SELECT * FROM settings where setting_name='backup_path'" $Query = ...