News

Catalogic Software, a provider of software-defined copy data management (CDM), has released ECX 2.4, the newest version of its software platform that adds Oracle and SQL application-aware integration, ...
As SQL Server 2008 and 2008 R2 reach the end of support in 2019, you’ll have an opportunity to upgrade to a cloud database service. Follow this step-by-step guide to manage change effectively as ...
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 ...
In part 2 of a series, On VB columnist Joe Kunk provides a Visual Basic program to generate a SQL script that clears all the data from a SQL Server database. In part one of this article, I described a ...
I needed to copy the SQL Server database, with its most recent schema changes, down to my laptop for a client demonstration at a location where Internet connectivity might not be available. Even ...
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 ...
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 ...