Viewing 15 posts - 9,076 through 9,090 (of 9,399 total)
Yes...and the price tag will be your fault as well. Get used to it - it's the way of the world.
August 8, 2013 at 12:32 pm
I'm not sure about using bcp, but here's how I would do it in a procedure.
BULK INSERT incoming_data
FROM 'L:\CurrentData.txt'
WITH (DATAFILETYPE = 'CHAR',
...
August 8, 2013 at 11:46 am
If you're making the move from Oracle to SQL Server, here are my thoughts on the major differences.
1. SSMS is so much faster and more capable than Oracle Enterprise Manager,...
August 8, 2013 at 11:08 am
There are a couple of ways to go about this. The simplest is:
select replace(replace(replace('in a delete, insert, or update trigger', 'delete', 'del'), 'insert', 'ins'), 'update', 'upd')
August 8, 2013 at 7:42 am
Don't forget about asking for a left-handed, metric crescent wrench.
August 8, 2013 at 7:39 am
The error says that you have an invalid column number in your format file. I know it can be a bit confusing at first, but once you really get...
August 7, 2013 at 8:44 am
Lowell (8/6/2013)
August 7, 2013 at 5:56 am
For repeated data loads from text files, I find it better to use a format file to control what goes where. It takes a bit of work to set...
August 6, 2013 at 10:50 am
If you enable identity insert in the GUI, then you have to include and map the identity field.
If you have it unchecked, you should exclude the field (set to ignore)...
August 6, 2013 at 10:20 am
Do you have any open transaction somewhere? In another window perhaps?
August 6, 2013 at 10:18 am
It sounds a little like "A Wrinkle in Time" but it's been quite a few years for me, so I might have it wrong.
August 6, 2013 at 10:04 am
Thanks. Honestly, I'm just glad to hear that he's okay. I found a recent post and that says he's okay and even has internet access, so at least...
August 6, 2013 at 7:16 am
Sorry...I meant the "questions getting worse thread" in my previous post. Is that "the thread"?
August 6, 2013 at 7:09 am
That's good to hear. Which thread? The "NOT about SQL" one?
August 6, 2013 at 7:07 am
Viewing 15 posts - 9,076 through 9,090 (of 9,399 total)