Viewing 15 posts - 2,221 through 2,235 (of 5,103 total)
Absolutely, if the trigger is not there you will get the error ![]()
July 19, 2006 at 2:05 pm
Make sure the Distributor is using the correct account!
July 19, 2006 at 2:04 pm
To be in control of the column order you 'need' format files ![]()
July 19, 2006 at 1:54 pm
data conversion error are usually asociated with missalignment between the Files and the Columns on the Tables.
Are you using format files? If you are you are going to have to...
July 19, 2006 at 1:45 pm
You are missing the : on the path 'E:\data\testdot_log.ldf'
July 19, 2006 at 1:38 pm
Is your collation case sensitive?
It seems like is the only file with lowercase 'data' instead of 'Data'.
July 19, 2006 at 1:29 pm
You are on the right track!
Have a look http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/dataset_server_ce.asp
July 19, 2006 at 1:23 pm
MSDE can't be used as Publisher or Distributor of Transactional Replication!
Cheers,
July 19, 2006 at 1:20 pm
exec sp_MSforeachtable 'Alter table ? nocheck constraints all'
-- do your bcp stuff
exec sp_MSforeachtable 'Alter table ? check constraints all'
keep in mind that at this point you are on your own...
July 19, 2006 at 1:06 pm
Because the only "correct" way of doing it is exactly what you described and you will be having some hard time with the scripts to do it, the safest way...
July 19, 2006 at 12:51 pm
Definitely is wiser to separate them into several jobs and also to space them. That, will give you:
July 19, 2006 at 12:28 pm
What Error is reported when it fails?
July 19, 2006 at 12:22 pm
Hopefully your Production Hardware is better than your desktop ![]()
July 19, 2006 at 10:48 am
As an example of how Peer-to-Peer does NOT guarranties 100% availability, this is what BOL has to say:
July 19, 2006 at 8:41 am
Viewing 15 posts - 2,221 through 2,235 (of 5,103 total)