Navigation
Primary links
User login
mssql
Stories having to do with Microsoft SQL Server
Tips for refreshing development mssql server databases
scott — Fri, 07/11/2008 - 14:39
It’s usually a good idea to schedule regular refreshes of a development (dev) sql server from the production(prod) version. Ideally, the prod environment is secured from everyone except an isolated number of systems administrators requiring dev to be kept as close to the live version as possible.
Microsoft's SQL Server Integration Services Intro
scott — Tue, 04/22/2008 - 14:38
DTS's were so... simple, but with a more robust implementation comes complexity. Using Microsoft’s SQL Server Business Intelligence Studio you can create powerful automated packages known as SSIS packages which have taken the place of the DTS. To get started select new project from the File menu and choose Integrated Services project.




