Viewing 15 posts - 55,561 through 55,575 (of 59,072 total)
What the max DATALENGTH of the text column, please?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 9:39 pm
If you copied the data through a linked server to a temp table like you did with OPENROWSET, the speed would be the same.
The problem with OPENROWSET is that the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 8:52 pm
Heh... so write the triggers to send him personal pages and emails when the triggers fail
That will make him keenly aware of...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 8:39 pm
I'm thinking that it's a bad idea to use a trigger for this... what happens when one of the servers is down for some reason? You got it, the other...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 8:36 pm
This looks a lot like homework or an interview question... please post what you've tried and we'll go from there.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 8:27 pm
PLEASE! If you want help, post the offending query that gave you the error! ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 8:25 pm
Good lord, NO!!!!
Vamshi, I know you're kinda new at this, but holy mackeral this is bad! And, if you didn't write it,...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 8:15 pm
Just an FYI...Don't forget the other difference... UNIQUE key allows 1 NULL as a value... Primary Key won't.
And, you can also build a PK without it being clustered, although there...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 7:47 pm
Anthony... it's bad form on this forum to post the same question more than once... ticks people off. Go to your other thread and read what I posted.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 7:31 pm
I believe it uses the TAB delimiter for Excel spreadsheets...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 7:30 pm
We had several procs with such lineage... the problem was that the main routine (forgive me for calling it that) had the BEGIN TRANS in it making for a very...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 7:27 pm
Heh... first, your not auditing changes, you auditing the insertion of new data. If you want to audit changed, then you need to make the triggier FOR UPDATE, instead.
I've seen...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 7:10 pm
Use your sample table... I just created my own and posted so other folks could see what's going on.
If that's not what you meant, you need to explain to...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 6:45 pm
Hell, I know that DC... I'm not the kind of person who will go for a 10 second run when the current run is only taking 30 seconds on a...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 8:18 am
To continue the analogy...
You have a small leak in a pipe that you noticed and you call the plumber. He shows up in a well used but very clean truck. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2007 at 8:14 am
Viewing 15 posts - 55,561 through 55,575 (of 59,072 total)