
At times, you need to do a quick query against LDAP, but if your access is quite restricted, sometimes instead of using SQL Server Management Studio, you can also use SSIS Project within Visual Studio to do it.StepsLaunch Visual … [Continue reading]

At times, you need to do a quick query against LDAP, but if your access is quite restricted, sometimes instead of using SQL Server Management Studio, you can also use SSIS Project within Visual Studio to do it.StepsLaunch Visual … [Continue reading]

After one client was notified that her passwords were found in a data leak and may compromise the accounts from her iPhone:Compromised...Some of your passwords have appeared in a data leak, putting those accounts at high risk of … [Continue reading]

One morning, you discovered your SSIS package failed to run with the following error message:This is typically caused by a simple setting that is too often overlooked during deployment.In general, you do not want to save any connection ID … [Continue reading]

After installing Git, you may want to do some basic configuration so you can have a proper versioning history and collaborate with others in a shared repository.First thing, you want to do before anything is to set your name and email.You can … [Continue reading]

This may be a very basic topic, but it turned out to be very useful for people who are just starting to delve into version control software.Just a quick overview from Pro Git book by Scott Chacon and Ben Straub that you can download from the link … [Continue reading]