Viewing 15 posts - 2,221 through 2,235 (of 2,897 total)
These are just little personal utility scripts I have on my network share drive ..... Nothing else would use them or even know about them.
September 9, 2008 at 7:39 am
homebrew01 (9/8/2008)
There are other IT tools outside of SQL, used for pushing NON-SQL data to different locations, that use the word "replication" in their name or description. Perhaps...
September 8, 2008 at 1:36 pm
How big are the tables ?? If they're huge, transactional replication might be good. otherwise the SSIS option would be simpler.
September 8, 2008 at 12:53 pm
Good Luck !
There are other IT tools outside of SQL, used for pushing data to different locations, that use the word "replication" in their name or description. Perhaps some people...
September 8, 2008 at 11:45 am
If you have ongoing needs to keep location 2 updated with data from location 1, day after day, week after week, then replication is the way to go. If you...
September 8, 2008 at 9:51 am
ALZDBA (9/8/2008)
With Tempdb, your need the alter database to update the catalog
and you'll need the stop/start to create...
September 8, 2008 at 8:37 am
jerin (9/5/2008)
Thanks Ray MondI ran the query you sent in the master database. But it returned nothing.
Even though you ran it in master, not your own database, you still should...
September 8, 2008 at 8:30 am
Bob Fazio (11/27/2007)
The short answer...
September 5, 2008 at 1:21 pm
Vika (9/4/2008)
September 5, 2008 at 9:39 am
Rod at work (9/2/2008)
September 5, 2008 at 8:14 am
I used SQLSafe by Idera ... sounds similar to RedGate's. The other ideas post above are also good options.
September 3, 2008 at 2:59 pm
GilaMonster (9/3/2008)
Then implement some backup jobs. Next time it could be you getting the written warning, or fired.
Yup. It only takes a couple of clicks in the GUI, and...
September 3, 2008 at 1:15 pm
We put our log files on the E drive which is physically on the server, and our data files go on the SAN. Keeps them nice and separate.
September 1, 2008 at 12:13 pm
Viewing 15 posts - 2,221 through 2,235 (of 2,897 total)