You could try creating the database (or modify) as SQL 2000 compatible; it's in Options, Compatibility Level = SQL Server 2000 (80)
EXEC dbo.sp_dbcmptlevel @dbname=N'DBName', @new_cmptlevel=80 I'm not positive how that would affect the backup files, though - David On Dec 11, 2007 1:40 PM, Scott Stewart <[EMAIL PROTECTED]> wrote: > My client's files are in MS SQL Server 2000 format. > > I have 2005 Express. I have no access to his servers. > > sas > > -- > Scott Stewart > ColdFusion Developer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:248163 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
