Viewing 15 posts - 1 through 15 (of 40 total)
Hi Experts -
I'm try to find how data is routed from DB server when exporting to local vs share path. Below is my scenario.
I execute BCP command...
January 22, 2018 at 5:32 pm
I finally made it to work by using filters when defining table lists to be replicated.
Thanks for information.
May 7, 2015 at 11:24 am
I finally made it to work by using filters when defining table lists to be replicated.
Thanks for information.
May 7, 2015 at 11:23 am
Hi,
I need DELETE to be replicated only for current 3 yrs data. Replication should not happen when the nightly job DELETE data older than 3 yrs. So what i did...
May 6, 2015 at 11:52 am
Hi,
I'm looking for similar process but i DO NOT want to replication the delete from nightly job in source table. I have nightly job that purge records in few source...
May 5, 2015 at 5:32 pm
i couldn't fight back to those who said the question is wrong Chris :blink:
Gopi
January 11, 2013 at 5:06 am
Here is the proof that i followed placing reference link without pretending as if mine.
December 20, 2012 at 2:25 am
Thanks for remaining to place Reference. There is nothing to hide or pretend and i agree i followed some blog content and msdn. I know its best practice to put...
December 20, 2012 at 1:14 am
Hello,
"Data Integrity" can be enforced in sql server through
PRIMARY KEY Constraint
FOREIGN KEY Constraint
UNIQUE ConstraintCHECK Constraint
Default Definition
so on..
My point here is all about enforcing "Unique Constraint".
This can be done in several...
December 20, 2012 at 12:41 am
Using SQL Server 2008.
I mean to say we can't use CTE for my requirement since this is not gonna be single column traverse in tree heirarchy. Request to read...
October 16, 2012 at 8:19 am
I have been using CTE in many cases. But this is a special scenario where we can't use CTE. If you could provide then that will be more helpful.;-)
October 15, 2012 at 8:16 pm
Hi Steve,
There can be multiple intermediate hierarchy. There can be n number of Region levels as below
C1-> R1->R2->R3->R4->B1
C2->R5->B2
Thanks
Gopi
October 15, 2012 at 12:08 pm
Hi,
Thanks for your comment.
I think my question is not clear. Branch2 ProfileID is 7. If You look at profile table @ ProfileID 7, Grp2_inherited = 1. It means all values...
October 14, 2012 at 8:41 pm
Viewing 15 posts - 1 through 15 (of 40 total)