Viewing 12 posts - 1 through 12 (of 12 total)
Thanks so much for the reply! That is more than enough information to get me started. I'll be sure to post an update on what we've done to...
October 22, 2010 at 10:45 am
Weird, I show that it's been uploaded, but I did it again. Let me know if you still can't see mkt.zip.
October 21, 2010 at 2:06 pm
Why doesn't 6/6/2079 make sense? Our date table (which comes from our ERP) currently only has dates until September. The 6/6/2079 date ensures that situations such as orders being placed past...
May 17, 2007 at 5:04 pm
The fiscal calendar is passed in through our ERP to our 400. These fields are in the [ETL].[Transform_DimDate] table.
February 2, 2007 at 2:18 pm
Jeff, Are you talking about the first week of the calendar year? If so, that falls into week 14 for us, and that week starts on Sunday, January 31st, and...
February 2, 2007 at 11:27 am
The first table, dbo.DimDate, is created in databaseA, we'll name it, and the second table, ETL.TransformDimDate is created in databaseB. Let's say we have a row where...
February 1, 2007 at 4:50 pm
Right now, I manually open the file and wipe out the column names. I'm not sure if they will always be saving the data this way; this month it was...
February 1, 2007 at 9:12 am
I've finally gotten a job that works! I have three T-Sql steps:
1. Create the table
2. Load the table
3. Delete the file out of the directory
A few questions that...
January 22, 2007 at 4:02 pm
I am attempting to use Bulk Insert (statement below). When I run it in Query Analyzer, I'm getting an error: Invalid number of columns in format file 'C:\documents and settings\datamining\my...
January 22, 2007 at 11:13 am
Okay I tried to run from the cmd line, and I got the error "Unknown command 'and' on command line". The path to where my txt file is at is:
C:\Documents...
January 19, 2007 at 3:32 pm
Vivien, I have also been working on implementing your solution. I have gotten the T-sql step 1 working, but on step 2 it is hanging when the job runs. I...
January 19, 2007 at 2:20 pm
Our table names should be identical to the files, such as 2007Dec08Sprint, with the month and year changing as needed.
I created an ActiveX script, which I have pasted below. ActiveX...
January 19, 2007 at 11:02 am
Viewing 12 posts - 1 through 12 (of 12 total)