News

I'm building out a new system with a database back-end that runs in multiple environments (DEV, INT, TST, PROD) and am looking for a tool to allow the DEV, INT and TST environments be updated with ...
Copying SQL Server logins from one box to another, though, is a bit trickier because SQL Server stores and manages the password. So just how do you copy the login and preserve the password? I'm glad ...
If you've been searching for a way to use the table structure in an existing Microsoft Access database in another table, then check out this quick tip. It shows how to copy and customize the table ...
They have their own server with a SQL Server database holding the data for the live site. So as not to interfere with their live data during development, we have a backup of their data installed ...