Posts
Sort by recent activity
One to Many Log shipping -- doable?
Hello!
I use SQL Backup 6.5, and need to set up one to many log shipping (to on site spare SQL server, to off site, to development...)
I have it set up now to the on site warm standby.
Any tips or ...
SQL Compare does not support DB attributes?
(Is there another tool that does this?)
My scripts are usually like this:USE [master]
GO
CREATE DATABASE [FOO] ON PRIMARY
ALTER DATABASE [FOO] SET ANSI_NULL_DEFAULT OFF ...
Suggestion for SQL Compare: Useful error messages
As you can see in this thread: http://www.red-gate.com/MessageBoard/vi ... 1164#31164
SQL Compare is not working out for me (so far).
(Hey, that is what demo versions are for, right? <g>)
Anyway, a...
Merge a large stack of SQL files into one file?
(If this is the wrong tool, tell me the right one!)
So our devs work like this:
CreateDB_001.sql // main file, creates the main tables
CreateDB_002.sql // these are all little adds and mods
......