Viewing 15 posts - 241 through 255 (of 1,536 total)
Agreed, replication is the way to go.
Transactional replication is easy to setup and get running and provides (under normal circumstances) pretty low latency copies of the data that you can...
February 23, 2010 at 1:19 pm
I subscribe and heartily recommend your doing so. There are great articles, you are guaranteed to learn something new every month, and when you add on the ability to go...
February 17, 2010 at 8:17 am
No worries 🙂
If it happens again....... (here's hoping not)
February 10, 2010 at 9:36 am
Could you attach ones of the stack dumps?
February 10, 2010 at 9:08 am
use powershell
sqlps dir SQLSERVER:\SQL\<server>\<instance>\Databases\<dbname>\Tables
gives you only user tables, add -force if you want everything.
February 9, 2010 at 12:25 pm
I have to say, I did get very upset when they posted a GUI for Robocopy...that just seems wrong.
/MIR is great
/LOG is the same, there is also code out there...
February 9, 2010 at 10:03 am
Open up profiler, replicate in the GUI what you want and use the information from the profile trace to get the query that you want.
February 9, 2010 at 10:00 am
I've not seen much beyond the command line options myself, that being said I use robocopy pretty much exclusively when performing file transfers across the network. The ability to have...
February 9, 2010 at 8:55 am
I would follow the process that Laerte posted. It's quick and simple to manage and does exactly what you need.
February 8, 2010 at 4:14 pm
Is the layoutthe same for all the files? Are they all going into the same table? Do you have a format file?
February 8, 2010 at 2:46 pm
If you're allowed flash drives you could run it right off that.
February 5, 2010 at 3:20 pm
gabriel.raymer (2/5/2010)
February 5, 2010 at 2:47 pm
Do you have retries enabled on your replication jobs at all? Hadn't thought of that until this second. If you pull up the SQL Agent Jobs on both the distributor...
January 29, 2010 at 11:05 pm
Do you have entries in the msrepl_errors table in the distribution database for the corresponding times?
January 29, 2010 at 9:49 pm
Viewing 15 posts - 241 through 255 (of 1,536 total)