Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • RE: MS Acces Query vs SQL View

    Thanks, sorry for the simple question... now I see the answer...

  • RE: SUM(@Month1)

    With this select statement using EXEC how would I get the result back into another variable ??

    Thanks for the help...

  • RE: SUM(@Month1)

    The field name is 'Jan' that I want a sum for... it is a float field but called Jan

  • RE: Cursor Use

    Try to take the space away between the database name and the open brackets ( ... This was one problem I had...

    INSERT INTO tblhbest1(UnternehmenID, Handelsobjekt) SELECT UnternehmenID, Handelsobjekt FROM view1

  • RE: Cursor Use

    I did it... Thanks Frank for the help... here it is ... the column names were the key...

    ALTER PROCEDURE dbo.CreateRTMdb AS

    TRUNCATE TABLE kc_RTMb

    INSERT INTO kc_RTMb(Period, MKT, SEC, CT,...

  • RE: Cursor Use

    by using AS in the select statement, are you not specifing the columns then ??

    Thanks for all your help Frank

    John

  • RE: Cursor Use

    Sorry also this is for frequent use, I plan to have it in a stored procedure...

  • RE: Cursor Use

    Already tried that but I get "Insert Error: Column name or number of supplied values does not match table definition." as I am using Sum's ... how do I get...

  • RE: Cursor Use

    I have included the source and the dest ... I need to take the first fields and then the MillCompany & Code add a new record with the rest of...

Viewing 9 posts - 1 through 9 (of 9 total)