Viewing 15 posts - 496 through 510 (of 609 total)
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...
July 28, 2009 at 12:23 pm
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.
July 28, 2009 at 12:01 pm
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...
July 22, 2009 at 7:12 am
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...
July 22, 2009 at 6:57 am
i still get this error
Cannot create index on view . The view contains a convert that is imprecise or non-deterministic.
July 21, 2009 at 8:48 am
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...
July 21, 2009 at 8:09 am
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
July 21, 2009 at 7:46 am
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...
July 21, 2009 at 7:10 am
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...
July 20, 2009 at 1:53 pm
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...
July 20, 2009 at 1:13 pm
Any advise on creating a trigger or adding a component in the pkg?
July 20, 2009 at 6:31 am
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...
July 17, 2009 at 9:17 am
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...
July 17, 2009 at 8:05 am
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...
July 17, 2009 at 7:26 am
Viewing 15 posts - 496 through 510 (of 609 total)