Viewing 12 posts - 16 through 27 (of 27 total)
Good question, but do agree the explanation could be improved.
August 16, 2013 at 8:39 am
I assume they need access to these other tables too, or you could restrict access to the tables you don't want them joining to.
You could use a stored procedure. ...
August 8, 2013 at 10:50 am
Good question. I almost answered under the assumption the Order table had an ID column, but realized it was named differently in time.
August 8, 2013 at 9:39 am
I don't think you can do that with replication, but you could do it with stored procedures that read and write to both databases. A view could read from...
August 8, 2013 at 9:30 am
Glenn Berry's blog and presentations are pretty useful for this, at least at the high level:
The first three here are good have some nice references:
Depending on your edition...
August 8, 2013 at 9:21 am
Thanks for showing me a better way diamondgm, I haven't really used WITH ROLLUP before.
August 8, 2013 at 6:24 am
psingla (8/6/2013)
Control flow tasks is not a task or container so not an object.It's just a name give to collection of tasks and container..
and writer is asking for SSIS objects..
Control...
August 6, 2013 at 12:28 pm
You could use a recursive CTE instead of temp table. I used a temp table to simulate your result set (and added a couple sections for testing), but you...
August 6, 2013 at 11:16 am
Good question, this is a feature I haven't had to use yet.
August 6, 2013 at 10:51 am
Viewing 12 posts - 16 through 27 (of 27 total)