Viewing 15 posts - 376 through 390 (of 1,158 total)
It depends on the setting. It will have been set when adding the article to the publication.
The default is to drop and recreate the table but you...
June 11, 2012 at 9:50 am
Another idea I've thought of is you could use a logical database (views) merging the physical databases. This would work as a testbed as well if you pursued the idea...
June 1, 2012 at 3:19 am
C.K.Shaiju (6/1/2012)
ScottPletcher (5/30/2012)
I would think that object name clashes would be a potential concern. If they occurred, resolving those could theoretically involve a LOT of work.
Hi ScottPletcher, Yes object...
June 1, 2012 at 3:17 am
Replication doesn't just change schema randomly.
It would require someone to modify it by releasing a change or editing the table structure through ssms. Might be worth checking...
June 1, 2012 at 3:11 am
Should probably also point out that I use a dedicated SSIS server which stores the packages in MSDB
June 1, 2012 at 3:01 am
Never been a problem for me. My SSIS server is still SQL 2005 has no problem running against the rest of the environment which is 98% 2008R2 =, 1%...
June 1, 2012 at 3:00 am
Marios Philippopoulos (5/31/2012)
We had also taken backups of all users dbs...
May 31, 2012 at 10:05 am
C.K.Shaiju (5/30/2012)
I need a help.
Customer requirement is to merge 3 to 5 databases to a single database. Before proceeding to this I required to know the current details (Configuration,...
May 30, 2012 at 4:37 am
Perry Whittle (5/26/2012)
I've never found a detached database difficult to re attach, unless of course some clown moves the files instead of copying them.
True. Its just my preference....
May 26, 2012 at 4:05 am
pjl0808 (5/23/2012)
BTW: I'm not trying to gloat about the size of the table or anything, just trying to emphasise we can't...
May 26, 2012 at 3:22 am
Perry Whittle (5/22/2012)
deep_kkumar (5/22/2012)
Are you able to re-point the applications etc? YESI will try to work on the mirroring option.
Can I know more about other options?
you could also log ship...
May 26, 2012 at 3:21 am
pjl0808 (5/23/2012)
The "exec sp_addsubscription @sync_type = 'none' @article='all'...." is failing because I haven't dropped the subscription, I just dropped the article from the...
May 26, 2012 at 3:03 am
I've done a number of these table switches with large tables of up to 5 billion rows.
Its these proc calls
exec sp_dropsubscription @article ='bigtable'.....
exec sp_droparticle
/* drop and rename here */
exec sp_addarticle
exec...
May 23, 2012 at 6:16 am
michael vessey (5/21/2012)
May 23, 2012 at 2:49 am
In a real world scenario. Just think of it like you're flicking through an index of a book for a postcode, if you want more than just the postcode you...
May 23, 2012 at 2:42 am
Viewing 15 posts - 376 through 390 (of 1,158 total)