Forum Replies Created

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

  • RE: HELP! Need to find row in recordset

    Thank you Ghost and Kathi, you have been a huge help!

    I already wrote code to find the appropriate row, but it is not as efficient as it could be. I...

  • RE: SQL statement to add field to a table

    Should these 2 lines work by themselves?

    ALTER TABLE tblAccount ADD

    [MailServer] varchar(50)

     

    P.S. I forgoit i already had a post about this, I was going to delete this thread, but you had...

  • RE: How to add a field to a table

    Should these 2 lines work by themselves?

    ALTER TABLE tblAccount ADD

    [MailServer] varchar(50)

     

     

  • RE: SA Password

    You are right . I am sorry for not considering context of how my post would be taken . I was more feeling panic for him not trying...

  • RE: Table Join kills Performance

    Well for starters I don't think I am doing this in the best possible way for performance.

    For some resaon, now the exact same code runs lickety split.

    I know that I...

  • RE: SA Password

    Didn't you write it down in a safe place??

  • RE: Problem with Dates

    I don't know how to use stored procedures yet.

    I am more than willing to try learn though.

     

  • RE: Problem with Dates

    It's really that simple? Just take out the #'s?

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