Search Results

2
votes

How to replicate a shared MSSQL 2005 db for development purposes?

There are couple of ways of doing it. Use SQL Server 2005 copy function, but it would fail if SQL Agent is not ruining or there is any permission restriction - mostly like to happe …