Search Results

0
votes

How can I synchronize views and stored procedures between SQL Server databases?

I use (and love) the RedGate tools, but when Microsoft announced Visual Studio 2010, they decided to allow MSDN subscribers who get Visual Studio 2008 Team System to also get Visual Studio 2008 Dat …
1
vote

ADO.NET check if Rollback is possible

A lot of this complexity is handled by using a TransactionScope object in a "using" statement - check it out on …