Viewing 15 posts - 1 through 15 (of 18 total)
Looks good, but for the purposes of what I'm doing, this is overkill. (I'm a big believer that simpler is better.) I went ahead with the simple check I posted...
April 29, 2005 at 8:53 am
I concur – I did see something in BooksOnline that said you had to use the full qualifier for tempdb. Once I put in the qualifier, it worked like a...
April 29, 2005 at 7:23 am
Or better, should I do this?
if object_id() is null or object_id() = 0
?
April 28, 2005 at 3:14 pm
First, thanks for the assistance!
So far, it seems to be behaving better. Of course, with the "##" tag, it's a temporary table, but...
April 28, 2005 at 3:13 pm
As we say here in New York, "you da man!"
Thanks again for your help!
May 29, 2003 at 10:16 am
I'm getting "Incorrect syntax near the keyword 'join'."
Ideas?
May 29, 2003 at 10:06 am
Trouble is, the fields **ARE** the same name. (I'm assuming "fields" and "columns" are interchangable in this context.)
As an experiment, I tried performing a join on another table in...
May 29, 2003 at 9:09 am
Wow – I didn't expect to get this many responses to what I thought was a simple topic!
I finally came up with a workaround. I...
May 28, 2003 at 7:21 am
Thanks for the feedback; unfortunately, this doesn't help me.
I need to eval **every value in the column** [Elapsed Time].
My original post isn't entirely accurate, so let me clarify what I'm...
May 27, 2003 at 1:43 pm
I just confirmed the problem. The file itself has duplicate lines; therefore, it violates the unique key when I try to import.
I created two test import files. I...
April 3, 2002 at 9:13 am
For the information of anyone looking at this thread: it turns out that I was trying to import using the default datafiletype (that is, native). When I used the...
April 3, 2002 at 8:53 am
It's not working. 🙁
Just for grins, I set -L to 2, and am still getting the same EOF error. Could it be that it's not reading the linefeeds correctly?
The...
March 20, 2002 at 10:22 am
I *almost* got it to work!
It turns out the -q option does in fact allow the bcp command to recognize spaces in the database and table names. I tried...
March 20, 2002 at 9:27 am
Right after my last post, I found the following on MSDN:
"To specify a database name that contains a space or quotation mark, you must use the –q option."
Am going to...
March 20, 2002 at 9:06 am
Viewing 15 posts - 1 through 15 (of 18 total)