Forum Replies Created

Viewing 6 posts - 466 through 472 (of 472 total)

  • RE: Could I have an instance sql 2000 and sql 2005 in the same server?

    Another thing to consider...

    If you install the Management Studio (formerly Enterprise Manager) on your desktop box, in most cases Enterprise Manager will no longer open.  I found documentation about why...

  • RE: SQL2005 to SQL2000 Restores

    Thanks for the advice.  I used the export wizard and sucessfully moved the database last night. 

     

  • RE: facing this error when restoring database from..

    I have done several restores of a SQL 2000 database to SQL 2005 and have never had any trouble.

    You might check to make sure you don't have the compatibility mode...

  • RE: Trouble Deleting a Job

    Oh, good grief.  That's exactly what the problem was.  I feel stupid for missing that one.

    Thanks!

  • RE: RefreshDatabaseWindow Question

    I'm not sure what the difference is, but I switched the line:

    DoCmd.TransferSpreadsheet acExport, SpreadsheetTypeExcel9,  "dbo.tblTempExport", filename

    to:

    DoCmd.OutputTo acOutputTable, "dbo.tblTempExport", acFormatXLS, filename, False

    and it works now. 

     

    Don't know why, but it works...

  • RE: RefreshDatabaseWindow Question

    Thanks Mark,

    That makes sense to me also, but when I tried that before I got an error that said "The table name you entered doesn't follow Chaplaincy object-naming rules". 

    I...

Viewing 6 posts - 466 through 472 (of 472 total)