Viewing 10 posts - 16 through 26 (of 26 total)
How would your suggestion work with the updated table structure I posted?
Also, the table has ~6M rows in it, so I can't really input the data the way you showed...
April 12, 2011 at 10:56 am
Seems like this isn't pulling back records as intended. Every phone number came back showing '3' calls.
April 12, 2011 at 10:48 am
I received a minor change to the requirements and have tried to simplify this as a result.
I created a new table that only has 3 columns in it:
PHONE_NBR (self-explanatory)
CALL_DATE (date...
April 12, 2011 at 8:36 am
Yeah, I found out about the lock - the hard way.
Using SSIS, how can I check the value in one column in table 'x' and then based on the value,...
August 20, 2010 at 4:11 pm
Yeah, I've created tables that way before, but I'm currently inserting the records into an existing table.
Would a create table statement be markedly faster than an insert into?
August 20, 2010 at 1:08 pm
No, not a text file. I'm hitting an Oracle back-end db. I'm using the openquery because it seems to be the only way I can get the data extraction to...
August 9, 2010 at 6:40 am
There is not a USE statement at the beginning of the query. I prefaced all of my schemas/tables with the appropriate db information.
The job history simply shows it was completed...
August 6, 2010 at 9:22 am
Let me clarify...I have jobs that are executing SSIS packages AND jobs that are just embedded sql code...BOTH types are working fine. I realize the SSIS scheduled jobs are different...
August 6, 2010 at 8:38 am
I don't know that it is a permissions issue. I have other jobs hitting the same back-end source and they're not having a problem.
All the query does is go out...
August 6, 2010 at 8:26 am
Yes it would, but I'm also wanting to add some kind of notification that the data has not been updated in the source table, and have the query try again...
May 12, 2008 at 9:22 am
Viewing 10 posts - 16 through 26 (of 26 total)