Viewing 15 posts - 31 through 45 (of 64 total)
TheSQLGuru (8/20/2009)
Rowan (8/19/2009)
Just to give you...
August 21, 2009 at 2:26 am
Thanks, I will visit this option, but because I'm drawing data from a DB2 database I will have to see how this can be done.
Just to give you an idea,...
August 19, 2009 at 2:14 am
Thank Antonio
Yeah seems like a join instead of 'not in' is the way to go
April 21, 2009 at 8:33 am
No unfortunately there aren't any null values
April 20, 2009 at 7:52 am
Yeah i dunno man, i tried the NOT EXISTS method and it works with your dummy data but not with my actual data.
Maybe its a data thing.
April 17, 2009 at 6:18 pm
Christopher Stobbs (4/15/2009)
CREATE TABLE Table1
(BIBNAC VARCHAR(100),Col1 INT,Col2 INT ,Col3 INT)
CREATE TABLE Table2
(ACCOUNTNUM VARCHAR(100))
CREATE CLUSTERED INDEX PK_1 ON Table1
(BIBNAC)
CREATE CLUSTERED INDEX...
April 17, 2009 at 7:42 am
By this time we had put approximately 20 indexes on other tables identified by DTA and the "missing indexes" dmv's that didn't really help the main problem
Sorry , I did...
April 15, 2009 at 5:35 pm
Hi Lynn
By this time we had put approximately 20 indexes on other tables identified by DTA and the "missing indexes" dmv's that didn't really help the main problem
I'm not sure...
April 15, 2009 at 5:27 pm
Lynn Pettis (4/15/2009)
April 15, 2009 at 5:09 pm
Hi Lynn
Sorry for the late reply.
Thanks for all the replies
This is just crazy. I'm in the process of migrating my sql 2000 server to a sql 2005 server but...
April 15, 2009 at 3:35 pm
Thanks Grant i will try that asap
April 15, 2009 at 9:53 am
Thanks Lynn, i will try that asap
I did try your query where you use 'except'
This did cut the running time down quite a bit
April 15, 2009 at 9:49 am
Lynn Pettis (4/15/2009)
Rowan (4/15/2009)
Lynn Pettis (4/15/2009)
Can you tell me more about the configuration of the server all of this is running on?
Its a Windows Server 2003 server SP2
Microsoft SQL Server...
April 15, 2009 at 8:49 am
Lynn Pettis (4/15/2009)
Can you tell me more about the configuration of the server all of this is running on?
Its a Windows Server 2003 server SP2
Microsoft SQL Server 2005 - 9.00.4035.00...
April 15, 2009 at 8:25 am
Viewing 15 posts - 31 through 45 (of 64 total)