Viewing 15 posts - 61 through 75 (of 230 total)
I can't...but if I build the script, I can get it on that server which is linked to the other one....and I just need an output file that can be...
March 25, 2010 at 6:11 pm
sorry all....I wasn't thinking earlier...the reason it has to be done by script and automated thru a job is that the servers being queried are in a place where we...
March 25, 2010 at 5:48 pm
SQL Compare is an option, but I wanted to do it by script and run it as a job....
I am interested in the schema differences, not data.....my thoughts were to...
March 25, 2010 at 5:05 pm
We will check it out for sure!! Thanks Roy!!
March 12, 2010 at 8:27 am
Thank you so much Roy!! I appreciate all your help!!
March 10, 2010 at 8:26 am
I did script out the replication!! Good move and thank you for the reminder!
March 9, 2010 at 2:03 pm
ok, I will give it a shot! I was hoping and praying it could be that easy, but my reading of articles had me scared!! What a learning...
March 9, 2010 at 1:40 pm
THANK YOU!!!! Thank you everyone for all the help!!!!!!
March 8, 2010 at 3:09 pm
but it is set to true (= 1)....
and in the subscription options it is set to true....
now, in looking at the errors previously, I see where it was trying to...
March 8, 2010 at 2:42 pm
Roy, where is this set :Set the Replicate Schema Change to TRUE
In the replication script that I printed out, I see this: @replicate_ddl = 1.....is that the same thing??
March 8, 2010 at 2:29 pm
ok, for today's issue....I have a deployment that includes 3 alter tables (2 with add columns, 1 with a drop column and an add column) and add a default constraint...
March 8, 2010 at 2:15 pm
this is transactional replication and there is both drop columns and add columns and I am looking now to see if there were any other constraint issues too....
March 8, 2010 at 2:02 pm
OOPS, I forgot to paste in the code that I found...sorry!!
exec sp_dropsubscription @publication = 'tTestFNames'
, @article = 'tEmployees'
...
March 8, 2010 at 2:00 pm
One more piece of info I wanted to share....I opened up the replication script for TESTBED and it has in there the variable @replication_DDL = 1 (I think that was...
March 8, 2010 at 1:40 pm
Thanks Jeff, your agreeing with me makes me feel better!! I wanted to use a CTE...thought this was my chance to BREAK INTO them!!
September 29, 2009 at 4:12 pm
Viewing 15 posts - 61 through 75 (of 230 total)