Forum Replies Created

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

  • RE: using value for True in ACCESS or SQLServer

    Thanks for that reminder, Bill Holt. I've seen that before but had completely forgotten about it and would have fallen for it again. I'm adding that to my "Access folder".

  • RE: Why cant my query update a linked table?

    Are there any triggers on the SQL table? That could be part of the problem.

  • RE: Restore MDF and LDF file

    NOTE: You might have noticed a discrepancy in the database names. The actual database name is "DSM_CPKFinishing_be". I shortened it to "CPK" in our discussions, but have always typed the...

  • RE: Restore MDF and LDF file

    Yes, it's possible the service packs versions are different. I'll have to figure out what SP we had before.

    "create database cpk on primary (filename='c:\mssql\data\cpk_data.mdf') for attach" didn't work either. I...

  • RE: Restore MDF and LDF file

    I tried:

    EXEC sp_attach_db @dbname = N'cpk',

    @filename1 = N'c:\MSSQL\Data\cpk_data.mdf',

    @filename2=N'c:\MSSQL\Data\cpk_log.ldf'

    I also tried it without the log file. Both times, I got the error.

  • RE: Restore MDF and LDF file

    Yes, I am. Another problem is that the we never did a "detach". We just stopped the services and copied the MDF and LDF file.

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