Viewing 15 posts - 25,216 through 25,230 (of 26,490 total)
Just thought of this, you may want to put the File System Task in a ForEach container using the file enumerator. That is how ours works. We have multiple...
February 27, 2008 at 9:05 am
Actually, once you read up on the File System Task, I think you'll find it very easy to use.
😎
February 27, 2008 at 8:54 am
I'd look at the File System Task. It can move a file easily and doesn't require all that code you have in the Script Task. We use the...
February 27, 2008 at 8:18 am
And then comes along a merger, and your unique OrderNo/CustomerNo/InvoiceNo whatever is no longer unique as you have to merger both companies data into a single database. It comes...
February 27, 2008 at 8:03 am
You mentioned pulling the data from both SQL Server and the mainframe, if the layout of the data from the mainframe the same as in SQL Server?
😎
February 27, 2008 at 7:55 am
More than one. You also have the variations on the name as well: John Smithe for example. Is it really Smithe or is it a typo and should...
February 27, 2008 at 7:48 am
Okay. And, tell me if I am wrong, this also leads to another potential problem in the data. I could be in there multiple times as Lynn Pettis,...
February 27, 2008 at 6:20 am
Quite simple really, I'd put an alternate index (unique) or a unique constraint on CountryName.
😎
February 27, 2008 at 6:16 am
majorbloodnock
Isn't the 19th century when psychiatry came into being with people like Freud?
😎
February 26, 2008 at 4:38 pm
That looks like laziness on their part. They obviously didn't want to take the time to analyze the data that would be stored in the varchar fields so that...
February 26, 2008 at 4:18 pm
Jeff,
It may not be your job to evaluate peoples code, but I personally take it as a great compliment when you have complimented me on my code. I'm sure...
February 26, 2008 at 4:12 pm
Try this code. It is untested as you did not provide the DDL or any test data.
with TestDate (
PersonNumber,
EntryDate
) as (
select
...
February 26, 2008 at 3:57 pm
Jack,
I didn't take it as a criticism. The more detailed the request, the more info provided about what has been tried, and what is expected, the more likely you...
February 26, 2008 at 12:31 pm
Jack Corbett (2/26/2008)
Lynn Pettis (2/26/2008)
Jeff Moden (2/26/2008)
Lynn Pettis (2/26/2008)
This may not answer your question, but it may help you figure out what you need to doNice!
Jeff,
Thanks for the comment. ...
February 26, 2008 at 11:27 am
Jeff Moden (2/26/2008)
Lynn Pettis (2/26/2008)
This may not answer your question, but it may help you figure out what you need to doNice!
Jeff,
Thanks for the comment. Sometimes it isn't giving...
February 26, 2008 at 10:43 am
Viewing 15 posts - 25,216 through 25,230 (of 26,490 total)