Viewing 15 posts - 286 through 300 (of 1,098 total)
Check in sysjobs for snapshot jobs of the old publications. I think that when reinstalling replication or droping publications, some objects where still created and that's why you cannot re...
January 21, 2004 at 12:08 pm
If you need to have the clone db continuosly with the last changes, you should choose between log shipping and replication.
Wich one is better will depend of how much...
January 21, 2004 at 6:06 am
To know the remaining time, execute kill spid. This will put the process in killed/rollback and will tell you the progress of the rollback.
If it is 100 % and o...
January 20, 2004 at 9:04 am
You could create an stored procedure wich executes the report you need and send the email to someone in all the servers you need.
Then in a central server or administration...
January 19, 2004 at 8:23 am
just execute
drop procedure PRocName from the db where they belong.
please post the errors here if any.
January 19, 2004 at 7:45 am
Select the code that you want to comment, then Ctrl + Shift + C comments all the text. To uncomment, select the text and Ctrl + Shift + R.
January 16, 2004 at 11:06 am
What do you mean by upgrading your db, applying new service packs?
With Service Packs you should read the notes that come with it to understand in wich order you need...
January 16, 2004 at 9:00 am
Both log shipping and replication could be good choices, but better cluster server of course.
If you are going to use replication then I would suggest to use Transactional.
You can create...
January 15, 2004 at 9:13 am
if you are first sincronizing with the snapshot, also check space in the system disk (where your temp folder is) because SQL first extract every snapshot file into that folder.
January 15, 2004 at 7:29 am
If you set replication in SQL, then you won't be able anymore to truncate the tables, you will have to delete them, wich means that all the deletes will replicate...
January 14, 2004 at 6:45 am
Never see them, but does iss log file have some structure? Are separated in columns?
If not, can use a DOS command like more with xp_cmdshell to read the file and...
January 13, 2004 at 8:43 am
Is the snapshot agent job running?
If not, start it manually to change the status.
January 12, 2004 at 1:37 pm
If you reinitializec the subscription, maybe the snapshot was told not to regenerete the sp. And that's why it failed again after re applying.
You can use sp_scriptpublicationcustomprocs to regenerete all...
January 9, 2004 at 1:59 pm
Viewing 15 posts - 286 through 300 (of 1,098 total)