Viewing 15 posts - 1 through 15 (of 30 total)
Thanks Homebrew.
Funny old world, that a comic book character should appear in my database diagram!!
January 5, 2006 at 4:19 am
Ron, Just tried your indexing....this does the trick!!!
Thanks.
So, you think i should use EXISTS instead of IN? Performs better?
Thanks again
December 6, 2005 at 10:38 am
thanks ron.
yes, the EXISTS variation returns the same correct recordset but unfortunately still at 35sec
to answer your earlier q:
@intContactCategory is null
acts...
December 6, 2005 at 10:30 am
Thanks. both the tblAgencies and tblContactCategories tables are also small (10 records and 400 records). here are the DDLs:
tblUsers:
CREATE TABLE [tblUsers] (
[pk_intUserID] [int] IDENTITY (1, 1) NOT NULL ,
[fk_intAgencyID]...
December 6, 2005 at 9:25 am
thanks.
bit surprising that we need to do all this though.
thanks again for your help
January 20, 2005 at 7:57 am
ok. I take your point about datatype. However even if I was using the same datatype (see below) there seems to be a problem when one of the cases uses...
January 20, 2005 at 6:21 am
ok. stupid me.
I was actually trying to be smart and pick your brains on a different problem I had a few days ago which was something like this (the DESC...
January 20, 2005 at 5:59 am
Thanks Frank. That works fine.
Bye the way......
What if I want to sort reverse and put Mr Green on Top
I tried the below code but not working. It seems the DESC...
January 20, 2005 at 5:47 am
Thanks Adam. Losts of food for thought here. In the end I decided to split my text field into 3 varchar(8000) fields using substring.
Like your last post I used a...
November 23, 2004 at 2:53 am
Eoin and Greg
Thanks for your replies. I actually tried out Gregs script first before I saw Eoin's one. It worked, very well.
Eoins script looks very similar. Thank you both.
Eamon
Edited by...
December 19, 2003 at 3:50 am
Viewing 15 posts - 1 through 15 (of 30 total)