Viewing 15 posts - 151 through 165 (of 748 total)
PS, I already removed the first line as well as the last line from the data file.
October 22, 2014 at 10:06 am
patrickmcginnis59 10839 (10/22/2014)
October 22, 2014 at 10:04 am
Here is my finding using a format file to do the bulk insert:
I generated the format file (attached here for your convenient, please change Employee.fmt.txt back to Employee.fmt) using:
bcp AdventureWorks2008.HumanResources.Employee...
October 22, 2014 at 7:38 am
Thanks Patrick and Jeff.
I recreated the data source and specify comma as delimiter, I've attached the data source file here for your convenience.
The data source file is generated this way...
October 22, 2014 at 7:13 am
patrickmcginnis59 10839 (10/21/2014)
It can depend on the table its getting loaded to and the parameters you have in your bcp command and I don't have adventureworks loaded.
Some other...
October 21, 2014 at 2:20 pm
GilaMonster (10/16/2014)
October 16, 2014 at 12:45 pm
Nice article and nice experiment, but unfortunately from security perspective I am not able to even give the needed SQL# a try simply because SQL# has lots highly restricted features...
September 5, 2014 at 7:01 am
interesting summary article, worth to save for later use
August 19, 2014 at 6:54 am
SQLRNNR (8/18/2014)
halifaxdal (8/18/2014)
And why would you want to handcuff yourself like that?
I like the word "handcuff", that's not by me, it's by the platform itself, I am building a dashboard...
August 18, 2014 at 10:27 am
And why would you want to handcuff yourself like that?
I like the word "handcuff", that's not by me, it's by the platform itself, I am building a dashboard using Dundas...
August 18, 2014 at 9:58 am
SQLRNNR (8/18/2014)
halifaxdal (8/18/2014)
unfortunately CTE is not allowed in this particular staging table creation, and even if it is allowed, 10 million records would be a lengthy dump.:crazy:
So use a temp...
August 18, 2014 at 9:19 am
unfortunately CTE is not allowed in this particular staging table creation, and even if it is allowed, 10 million records would be a lengthy dump.:crazy:
August 18, 2014 at 9:08 am
Eirikur Eiriksson (8/16/2014)
halifaxdal (8/16/2014)
What I am looking for is a simple query...
August 17, 2014 at 7:55 pm
Thanks for the discussion but I am sorry I didn't see that your reply is talking my question here:
What I am looking for is a simple query (with no declare,...
August 16, 2014 at 3:57 pm
things getting complicated so quickly, the raw data contains also some domains that actually not domains but IP address, so I also need to bypass those records:
For records like: abc.com,...
August 16, 2014 at 3:13 pm
Viewing 15 posts - 151 through 165 (of 748 total)