Viewing 10 posts - 1 through 10 (of 10 total)
Hi,
It seams to be not that easy/possible to catch this at server-side.
I'm going to dig into the code and seach for those temp tables (and centralize it :-)).
Thanks for the...
January 28, 2013 at 8:44 am
Thanks for the replies.
Does any one else have an idea how to solve this?
grtz
Jo
January 22, 2013 at 1:43 am
Hi Chris,
Your query works fine.
This is for a paid project. But before I wrote it all in (scripting-)code and I wanted to go more to a multi-level development with...
July 31, 2008 at 3:59 am
Hi,
No, it's denormalisez because of me. (one of my mistakes).
But it's to much work to modify it in the current project.
A lesson for the future projects. 🙂
Now testing your...
July 31, 2008 at 3:30 am
Hi Chris,
I'll make it easy for you. We have no development policy for SQL yet. I'm working on it.:P
July 31, 2008 at 2:29 am
Hi Chris,
I'm using a view on two tables:
ALTER VIEW [dbo].[vw_VBR]
AS
SELECT dbo.VBR.ID AS VBR_ID, dbo.VDR.ID AS VDR_ID, dbo.VBR.ret1, dbo.VBR.ret2, dbo.VBR.ret3, dbo.VBR.ret4, dbo.VBR.ret5, dbo.VBR.ret6, dbo.VBR.ret7,
...
July 31, 2008 at 2:16 am
Hi Wilfred,
This is application is not for firefighters :).
It's used to measure the toxic level of gasses in a factory who creates microchips and semiconductors.
My program needs to export the...
May 16, 2008 at 5:26 am
Hi,
I tried indexing all the other columns with a non-cluster index. But the max is 16. Now I only use a clusterd index on FLTIME in each table.
My program works...
April 23, 2008 at 11:28 am
The clustered indexes on FLTIME does my program run a lot faster with almost no time outs.
I'm going to try again with non-clustered indexes on all other columns.
Thanks for the...
April 23, 2008 at 6:23 am
First of all, thanks for the response.
I will try adding clustered indexes on FLTIME in the three tables. And run my program again.
The execution plan can I give you, but...
April 23, 2008 at 4:29 am
Viewing 10 posts - 1 through 10 (of 10 total)