Viewing 15 posts - 1 through 15 (of 21 total)
thank you, i just never thought of views as part of the solution and i think it might work.
i was blinded by thinking the other way around, store the...
August 1, 2006 at 1:53 am
it's possible to pass dinamic sql to the procs, but imagine that a proc is huge, the main select inside is huge. i dont want to do the entire main...
August 1, 2006 at 12:32 am
i think there is something wrong in there .... but probably i wasn't clear enough
i don't need to use a dinamically defined table (which phisicaly exists inside the database) in...
July 10, 2006 at 2:42 am
thank you for your answer,
i thought that because i select only 3 columns from the second table it will go faster then simply
select
from hugetable inner join bigtable_i_only_need_three_columns on ....
May 29, 2006 at 11:49 pm
thank you,
i never thought to query sysobjects for the default
May 22, 2006 at 5:27 am
this is only to add some simplification to our sql code at the cost of performance i guess.
the computed columns are calculated every time we query the table, and because...
May 9, 2006 at 7:23 am
tell me the language ... it depends a lot on the language.....
February 8, 2006 at 2:33 pm
does the derived table make a big difference? i dont know ....
because all your answers were server solutions ... i will choose the server (procedure, table,query) solution instead of...
February 7, 2006 at 7:15 am
because i wanna reuse the plan (or maybe i am completely wrong) of at least for a big part of the sql, and then simply requery the result with some...
February 6, 2006 at 9:38 am
lets suppose that the applications returns some data for partners, products, field agents, accounts (and 10 more categories), each categories is shown in a grid in which the user can...
February 1, 2006 at 11:00 pm
thank you both for your posts. I'm sure that its gonna work in both ways, but i was HOPING that maybe im missing an easier way. I imagined that there...
November 2, 2005 at 2:09 pm
thank you, i never thought of that, i was too busy tring to catch several PRINTS,
and one extreme solution was to write an extended procedure to send some packets...
October 17, 2005 at 1:23 pm
i was trying to avoid the creation of a table every time i use the select .... but if this is the only solution .... it can be done
thank for...
October 4, 2005 at 3:17 pm
Viewing 15 posts - 1 through 15 (of 21 total)