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 ...
A SQL Server Login Script Like No Other You can copy SQL Server logins from one box to another the hard way, or take the easy route by getting an assist from the SP_HELP_REVLOGIN proc. By Eric Johnson ...
I'm doing some development on a dev server of ours for a site that's currently live on another server. They have their own server with a SQL Server database holding the data for the live site. So ...