Viewing 15 posts - 19,171 through 19,185 (of 19,564 total)
Good Article with useful info. Thanks
November 9, 2009 at 4:52 pm
rlondon (11/9/2009)
November 9, 2009 at 4:08 pm
the script repository here at SSC also has some scripts that would be of use. Check those out too. Download a few and find the one you like...
November 9, 2009 at 3:54 pm
rshm35 (11/9/2009)
The query has 12 joins in that 2 views are there...i can not use indexed view..help me out..
We need more information to help. Some great comments have been...
November 9, 2009 at 3:49 pm
I think a script component task would be your best bet. We use the scripts for similar functionality.
November 9, 2009 at 3:46 pm
It sounds feasible and doable.
November 9, 2009 at 3:09 pm
Do I understand this correctly?
1. In SSIS, but only using SQL tasks and .Net Script components?
2. Reliable FTP?
3. FTP needs to be secure?
November 9, 2009 at 2:50 pm
12 Tables in a join is a handful. However, I have seen it done many times over at several clients. A little query tuning can go a long...
November 9, 2009 at 12:39 pm
Keep in mind, that is only checking for the first column in a foreign key. You will need to add additional code if there is more than one column...
November 9, 2009 at 12:02 pm
This might get you close to what you want.
select o.name,c.name from sys.sysreferences r
inner join sys.syscolumns c
on r.fkeyid = c.id
and r.fkey1 = c.colid
Inner Join sys.sysobjects o
on c.id = o.id
Left Outer Join...
November 9, 2009 at 12:01 pm
When the query isn't running, what is your processor usage?
November 9, 2009 at 11:21 am
Doh, option 6 tripped me up - should have read it more closely.
November 9, 2009 at 11:02 am
Amazing how sideways the Thread goes when talking about Pork Chops and Kilts.
Now there's an image - Kilts with Pork Chops.
November 9, 2009 at 10:17 am
Viewing 15 posts - 19,171 through 19,185 (of 19,564 total)