Viewing 11 posts - 1 through 11 (of 11 total)
Even if it was poorly written, that would lock others out? One query can shut down the entire server?
I've had better performance results in Microsoft Access (with more data...
February 3, 2010 at 3:32 pm
Thanks for the good responses. I will still be battling this issue, but have some hints on how to solve it.
Our company is small and we have only 2...
September 9, 2009 at 9:08 am
Tried this, but I still get the same error
June 23, 2009 at 10:26 am
That makes sense, but I have tried it on one of our network drives, and it doesn't work either.
May 15, 2009 at 10:24 am
It isn't represented as a null, but when I bring in the file, I would like to have the fields represented as NULL instead of a zero length string.
May 15, 2009 at 9:57 am
The file is not on the same box as the server. But it is on a server that is part of our internal network.
May 15, 2009 at 9:56 am
Below is the code
BULK INSERT DBO.an_STLaw_SampInfo
FROM 'C:\Data\sampling_info_050509_test.csv'
WITH
(
DATAFILETYPE = 'char',
...
May 15, 2009 at 9:01 am
No, that is not the goal. The records can be anywhere in the table, and need to be excluded based on field values, not any specific position in the...
February 10, 2009 at 11:24 am
There are 2 primary key fields that will work to join to another table, but the remaining fields are dynamic.
March 6, 2008 at 3:48 pm
The procedure produces a table, but the table fields can be dynamic, so that is the problem. It does not appear that a table can be created with dynamic...
March 6, 2008 at 3:00 pm
Viewing 11 posts - 1 through 11 (of 11 total)