Viewing 15 posts - 1 through 15 (of 19 total)
THANKS FOR YOUR HELP
BUT NOW I WANT TO CALCULATE THIS FIELD IN MY SSRS REPORT
HOW CAN I PUT IT THERE ? I FOUND JUST 3 FONCTIONS : SWITCH...
June 27, 2013 at 9:02 am
its not the best practice to create a calculated field by calling this stored procedure
so this is my context : i have a rapport who work perfectly but...
June 26, 2013 at 7:28 am
psingla (6/26/2013)
select UNITE_COUT_MATERIEL from DIM_INTER_MATERIELselect (SUPERFICIE_INTER_CULTURE / SUPERFICIE_INTER) * QUANTITE_MATERIEL from FACT_INTERVENTION inter,DIM_INTER_MATERIEL mat
where inter.ID_INTER=mat.ID_INTER
both the queries should return only single value..Use top 1
CAN YOU EXPLAIN...
June 26, 2013 at 5:38 am
i verify and i cant find the values :s im really lost !
this is the table DIM_TEMPS :
CREATE TABLE [dbo].[DIM_TEMPS](
[DATEID] [datetime] NOT NULL,
[JOUR] [int] NULL,
[JOUR_SEMAINE] [int] NULL,
[SEMAINE] [int]...
May 10, 2013 at 9:14 am
what i said about SP script's is valable for the table destination they came from the production on the same DW
but effectively your right i think i see...
May 10, 2013 at 7:45 am
yes i set the language i did it but still having the same message error
its supposed work fine ( of course with setting the language in conversion datetime...
May 10, 2013 at 5:30 am
so the first month of the year in this enterprise is October(10) and finish September (9)
( that's called CAMPAGNE its mean Crop year if i can trust Google translate :D...
May 10, 2013 at 3:41 am
before i expose whats the requirement of this script to thank you Eugene for your help
May 10, 2013 at 2:33 am
thanks you so much EUGENE for your precious help its done now for all the table who had similar message error
but still have another error with a dimension_time generate...
May 9, 2013 at 8:12 am
this is the new query with SET statement
CREATE PROCEDURE [dbo].[PS_DIM_MATERIEL]
AS
BEGIN
Truncate table DWProd.dbo.DIM_MATERIEL
INSERT INTO DWProd.dbo.DIM_MATERIEL
(ID_MATERIEL,
LIB_MATERIEL,
...
May 9, 2013 at 5:31 am
Truncate table DWProd.dbo.DIM_MATERIEL
INSERT INTO DWProd.dbo.DIM_MATERIEL
(ID_MATERIEL,
LIB_MATERIEL,
CODE_MATERIEL,
TYPE_MATERIEL,
MARQUE_MATERIEL,
...
May 9, 2013 at 5:00 am
i typed back up my DW and i do it , but i meant restore my DW :w00t:
the coffee machine is out service this week and i cant concentrate on...
May 9, 2013 at 4:14 am
thanks eugene no i have just one language
first im gonna back up my DW because i made a lot of modifications especially to ignore conversion to datetime because its...
May 9, 2013 at 3:30 am
Viewing 15 posts - 1 through 15 (of 19 total)