Viewing 15 posts - 4,681 through 4,695 (of 5,394 total)
There's a great article by Lynn Pettis that covers the topic very well.
I suggest that you take a look:
December 10, 2009 at 6:05 am
GilaMonster (12/9/2009)
exec sp_configure 'Run SQL Faster',1
Wow! Thanks Gail, I'm trying immediately on my production server. :hehe:
Would you also recommend (as a fellow expert) turning on these switches?
exec sp_configure 'Auto...
December 9, 2009 at 9:27 am
Roy Ernest (12/7/2009)
Disadvantages of being an expert... 🙂Get emails from strangers...:-D
That's why I never get emails from strangers.
Uhmmm... wait a moment: I don't even get them from people I...
December 7, 2009 at 8:02 am
Steve, I can just say that you are running this community outstandingly and I'm proud to be a member.
The reasons why you are running SSC are up to you,...
November 30, 2009 at 1:27 am
Roy Ernest (11/25/2009)
I sometimes feel that the thread rules us... We dont rule the thread anymore. It has evolved itself into a controlling being
Should we name it HAL 9500 (posts)?
November 25, 2009 at 6:50 am
I did a quick search:
Informix latest version should be 11.5 (it's a long time since I last worked with it :-))
You need to install the CSDK package, that should contain...
November 24, 2009 at 6:43 am
You need to install the OLEDB provider for Informix. I don't remember where it comes from, but I remember there's a tools CD that contains the OLEDB provider (and many...
November 24, 2009 at 6:28 am
The duplicates can only be in the data you are inserting.
Try to query those rows grouping for the primary key having count(*) > 1.
November 24, 2009 at 6:25 am
There's a comparison in the "IN" clause, so you have to define explicitly the collation you are using both in the subquery select list and outer query where clause.
Try this:
WITH...
November 24, 2009 at 5:36 am
The UPDATE is enough. There's no need for the EXISTS test, it's just doing things twice and slowing down operations.
November 24, 2009 at 5:29 am
The two queries do different things, but I guess you are trying to detect duplicate records.
Putting "distinct" records into a new table involves copying a lot of data, so I...
November 24, 2009 at 4:41 am
When STATISTICS TIME is set to ON you get time stats for each statement in the batch, so it might print a huge number of statistics.
This is not the case...
November 24, 2009 at 4:24 am
I don't think this is a good Idea, Mike. The code you put in the transformation script is run for each row in the source table, so it would have...
November 24, 2009 at 1:17 am
jcrawf02 (11/23/2009)
Gianluca Sartori (11/23/2009)
Too much talk about steak: I had to have one for dinner!This was my steak last saturday. Still alive.
Is that all you ate? I notice no side...
November 23, 2009 at 7:11 am
Viewing 15 posts - 4,681 through 4,695 (of 5,394 total)