Viewing 15 posts - 61 through 75 (of 641 total)
I wrote in my opening statement that I used Import Wizard and in resulting table there are no 'duplicates'
last evening I used bulk insert to import the .txt file and...
December 31, 2014 at 7:47 am
Yes, thanks. I did this and it was solution.
December 29, 2014 at 11:46 pm
Thanks! I put a send mail task in case file not there, else there would be a hard failure which isn't nice, you're right.
December 29, 2014 at 6:32 pm
pietlinden, in the end, the approach I took was to create the portion of the filename that holds the date using functions and concatenate it to the part of the...
December 28, 2014 at 5:59 am
Hi, just want to let you know that I got around to reimporting my files and on to adding indexes to the resulting tables which comprised a schema.
The suggestions offered...
December 19, 2014 at 12:27 pm
Serg, It works quickly against sample data but against real life database I cancelled this query after 4 minutes 41 seconds because it didn't return anything.
I think I...
November 25, 2014 at 7:55 pm
Serg,
The actual life tables are similar to what I initially posted, with the exception that dim_lead doesn't actually contain latitude and longitude columns. I'm don't know why I...
November 24, 2014 at 8:46 am
ps. serg, thanks for showing me how the LEFT JOIN is redundant. appreciate.
November 22, 2014 at 8:12 pm
Erirukur,
the reason I use your query is because it doesn't eliminate lead records having a NULL value in the lead_city column. The top query of *my* final UNION...
November 22, 2014 at 4:09 pm
eirikur, the query you provided is good. Not sure it performs faster in myenvironment tho. Once query execution plan is cached it's about same, but it is still better in...
November 20, 2014 at 6:44 pm
well, I'm so excited to have gotten these quality answers and will be literally happily pouring over them in my free times today. thanks so much.
November 20, 2014 at 8:09 am
Ah, that is exactly awesome! Thanks Scott!
November 19, 2014 at 4:39 pm
I'm going to use Scott Pletcher's answer....Works for me!
if someone says it's not perfect, can you give more info?
November 19, 2014 at 4:07 pm
hm, you can't store formatted values in DATETIME variables. good to know there's reason for trouble and it's root reason.
any others like that?
Thanks Jeff!!!
November 15, 2014 at 9:10 am
Viewing 15 posts - 61 through 75 (of 641 total)