Viewing 15 posts - 1 through 15 (of 17 total)
I can recommend the suggestion of Ian to work in SQL Query analyzer and use drag and drop. It helped me a lot.
Thanks for the great explanation of this problem....
April 30, 2008 at 3:38 am
Better Late then not at all.
Thanks for the confirmation.
I am executing tests now and I will report later.
I am still very interested in a suggestion for a SP that chops...
March 11, 2008 at 10:52 am
OK Jeff and Matt,
I have deactivated autoshrink and I will plan better :D. I learned a lot in a few post from you all. Thanks.
I ran the estimated execution plan...
March 11, 2008 at 9:32 am
OK Jeff, So no shrinking! Is there any point in time that shrinking is good?
Menno
March 11, 2008 at 7:01 am
OK Jeff, I suppose you suggest to turn off the autoshrink. Shall I do this in the overnight procedures? By the way the users are on a cube based on...
March 11, 2008 at 2:11 am
Hi Ian,
This is the main facttable:
CREATE TABLE [dbo].[FactsDossiers] (
[Admincode] [nvarchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
[Broncode] [nvarchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
[Klantcode] [nvarchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
[Dossiercode]...
March 11, 2008 at 2:08 am
Hello Ian,
This is the view: Update_Factsdossiers_Maatregelen_financieringsstatus
SELECT dbo.DimAdmincode.Bedrijfstype,
dbo.FactsDossiers.Admincode,
dbo.FactsDossiers.Kengetal AS Referentiekengetal,
dbo.FactsDossiers.Samenloop AS Samenloopdossier,
dbo.Filter_datum_Tijdpunten.Datum AS Referentiedatum,
dbo.Filter_datum_Tijdpunten.DagBoekjaar AS ReferentieBoekjaar,
dbo.Filter_datum_Tijdpunten.DagPeriode AS Referentieperiode,
FactsDossiers_1.Kengetal AS updatetargetkengetal,...
March 11, 2008 at 1:29 am
Thanks Jeff,
I have the auto shrink on. I will check if the "truncate log on checkpoint" is on. Is it to find in the settings or do I have to...
March 10, 2008 at 11:47 pm
Thanks Ian, This is the case. I use large queries with complex joins. I connect them to look up values and depending on the value change record status. These queries...
March 10, 2008 at 11:38 pm
Hi Barry,
The recovery model is already set to simple. Do you have additional options in mind?
Menno
March 10, 2008 at 7:26 pm
Hi Matt,
I want to try to set the temp DB to a larger start size. How can I do that?
Menno
March 10, 2008 at 7:23 pm
Viewing 15 posts - 1 through 15 (of 17 total)