Viewing 6 posts - 1 through 6 (of 6 total)
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".
January 25, 2006 at 9:00 pm
Are there any triggers on the SQL table? That could be part of the problem.
February 6, 2004 at 9:26 am
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...
May 8, 2003 at 8:09 am
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...
May 8, 2003 at 8:06 am
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.
May 5, 2003 at 3:37 pm
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.
May 5, 2003 at 11:12 am
Viewing 6 posts - 1 through 6 (of 6 total)