Viewing 11 posts - 1 through 11 (of 11 total)
hi and thanks for you answers.
i have the following columns in a flat file, which is not normalised, more an olap structure :
TIME PERIOD PRODUCT ...
January 11, 2006 at 2:49 am
i solved it by adding adLockOptimistic to the Open statement
April 28, 2005 at 9:32 am
jim
thanks for the script !
i found the answer in the books online : i need to be a sysadmin to create tables with dbo.
thanks
February 21, 2005 at 3:03 am
problem solved :
the server wasn't started for local server !
July 8, 2004 at 8:43 am
Hi
I use windows authentication
I am trying to connect by using the registration wizard
i can't see the sql server icon in systray and in windows services, i only see MSSQLServerOlapService
July 5, 2004 at 6:25 am
Hi
Exactly, I import a file into a table, do some modifications then export it. So I figured when the table is exported it is considered as a new file....
May 24, 2004 at 1:12 am
thanks for replying
i used the wizard to create the package. I don't know what a global variable is.
do you mean Books Online ?
May 19, 2004 at 8:35 am
only a trail but a happy trail !
thanks for your help
May 18, 2004 at 5:23 am
i finally figured it out :
CREATE PROCEDURE myproc AS
SELECT F.PERIOD, F.PROD, F.REP, DERIVEDTBL.TOTAL_VALUES, MKTSHARE = case when derivedtbl.total_values > 0 then F.VALUES / DERIVEDTBL.TOTAL_VALUES else 0 end,
categ = CASE...
May 17, 2004 at 9:21 am
thanks for your suggestion :
I receive an error : view definition includes no output columns or includes no items in the from clause
do you know what it means ?
thanks
May 17, 2004 at 6:17 am
Viewing 11 posts - 1 through 11 (of 11 total)