Forum Replies Created

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

  • RE: Rename file, Run DTS, Move file

    Thanks for your reply. Yes, SQL 2000.

  • RE: Excel files with different names into SQLServer2k using DTS

    Hi Tony,

    Thank you so much for your time and help. I went over the link you provided and have some questions. Please pardon my ignorance, but I think this...

  • RE: Need help with a simple query

    Hi Lowell,

    There are 3 forms (identified by SurveyID 1497, 1499 and 1500), having about 50+ questions each.

    Throughout a clients' life, a client (CaseNoteID) would be filling several versions of...

  • RE: Need help with a simple query

    Sorry bout that...

    CREATE TABLE [Survey_Response] (

    [ResponseID] [int] IDENTITY (1, 1) NOT NULL ,

    [CaseNoteID] [int] NOT NULL CONSTRAINT [DF__Survey_Re__CaseN__4944D3CA] DEFAULT (0),

    [SurveyID] [int] NOT NULL CONSTRAINT [DF__Survey_Re__Surve__4A38F803] DEFAULT (0),

    [QuestionID] [int] NOT...

  • RE: Need help with a simple query

    Hi Lowell,

    Thank you so much for your prompt response. I was wondering what the LastUpdate = GetDate() was for? I tried executing the command and it gave me an invalid...

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