Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread Hint in execution plan
Mon, Mar 1 2010 10:25 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

In EDBManager developing a query I'm given the following

Hint: Create index (DayBook) on column "D"."_fkStaff" for possible better
performance

I did, there is, and its still suggesting it, even after closing and reopening EDBManager Smiley

Roy Lambert

Tue, Mar 2 2010 6:38 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< In EDBManager developing a query I'm given the following

Hint: Create index (DayBook) on column "D"."_fkStaff" for possible better
performance

I did, there is, and its still suggesting it, even after closing and
reopening EDBManager Smiley>>

Did you make sure that the collation matched properly ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, Mar 2 2010 8:48 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

>Did you make sure that the collation matched properly ?

No Frownand my apologies for not thinking of that option.

I was nobbled by EDBManager or to put it another way when I altered the details of the previous column (integer) to create the next one (varchar) I didn't realise that case insensitive hadn't been ticked.

If you ever reach a slow patch would it be possible to define default properties for the field types in EDBManager eg I will 99.87% of the time have varchars case insensitive.

Roy Lambert
Wed, Mar 3 2010 8:58 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< If you ever reach a slow patch would it be possible to define default
properties for the field types in EDBManager eg I will 99.87% of the time
have varchars case insensitive. >>

What you're looking for are SQL domains, and yes, I'll probably introduce
something similar in a user-defined type system.

--
Tim Young
Elevate Software
www.elevatesoft.com

Wed, Mar 3 2010 10:27 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

><< If you ever reach a slow patch would it be possible to define default
>properties for the field types in EDBManager eg I will 99.87% of the time
>have varchars case insensitive. >>
>
>What you're looking for are SQL domains, and yes, I'll probably introduce
>something similar in a user-defined type system.

Possibly (if I know what an SQL domain was) but what I was thinking about was defaults for your check/edit boxes.

Roy Lambert
Thu, Mar 4 2010 1:27 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< Possibly (if I know what an SQL domain was) but what I was thinking about
was defaults for your check/edit boxes. >>

Smiley That will work also - noted.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image