Forum Replies Created

Viewing 15 posts - 496 through 510 (of 609 total)

  • RE: SQl code tuneup

    total result comes to 159752 records , wired thing is i can run the same query in a second but another user who is a developer its taking for 3...

  • RE: SQl code tuneup

    just curious to know.. if am using temp tables in the query does it reside in RAM and so the query may be slow when comapred to physical tables.

  • RE: Index on all columns of a table

    It is the 1st columns in couple indexes and the rest it is either 2nd or 3rd column with in the indexes.

    I dont think they had any reason to put...

  • RE: Index on all columns of a table

    Grant

    I think your point make sense to me but would like to know about how it works.

    As you said we do have a column " Cdate " which is there...

  • RE: Index on all columns of a table

    Lynn

    what is DTA?

  • RE: Simple Query - long time

    i still get this error

    Cannot create index on view . The view contains a convert that is imprecise or non-deterministic.

  • RE: Simple Query - long time

    As i have union all from 2 tables, i thout of creating to seperate view for each table with indexes and join them in 3rd view but when creating indexed...

  • RE: Simple Query - long time

    I have UNION ALL in my view so i think i cant create an index on that view as it has UNION in it. any other suggestions.

    thanks

  • RE: Simple Query - long time

    Yes, there is a big view in which it queries 2 large tables and ofcourse this column does nto have any index it has to use the availabe best index...

  • RE: sql Trigger

    I tried trigger on a table so that it inserts null into invalid date fields but unfortunately the trigger is not working after insert. I have only 1 way now..to...

  • RE: sql Trigger

    I do have a derived column but i can not update with null at that point may be i have to add script component to check

    IF isdate( mydate)=False then...

  • RE: sql Trigger

    Any advise on creating a trigger or adding a component in the pkg?

  • RE: Performance Advise

    The min memory setting is always 0 by default do i need to change that to work better.

    If it is 0 does ti mean there no min value? what if...

  • RE: Performance Advise

    Dave Ballantyne

    I understand READ UNCOMITTED is exceptional as it gives inconsitent result but i think we dont worry about it as we do not update our productions so i think...

  • RE: Performance Advise

    Read locks don't block other readers. If you have on updates, you shouldn't have any blocking

    as i said most of the time we only do SELECTS on the databases and...

Viewing 15 posts - 496 through 510 (of 609 total)