After I have istalled express version of DB 9.5 on Vista.
I create a stored procedure(used global temporary table),
When i try to execute this procedure, it's very very slow,
even if there is only one row can be fetched.
But I try this on XP instead, it's ok.
Does it Needs addtional setting for global temporary table on Vista?
Thanks in advance.
I create a stored procedure(used global temporary table),
When i try to execute this procedure, it's very very slow,
even if there is only one row can be fetched.
But I try this on XP instead, it's ok.
Does it Needs addtional setting for global temporary table on Vista?
Thanks in advance.
Comment