Link to home
Start Free TrialLog in
Avatar of noirfan
noirfan

asked on

Backing up and restoring Windows 2000 database with binary fields

I have a database backup that came from a Microsoft SQL Server 2000 install.  I've restored it to a Microsoft SQL Server 2008 R2 machine and all the fields (there are about three in each row) that have binary data in them are all showing as NULLs.   Is there some special way the backup has to be executed to include these?  I just used the standard backup Task via SSMS.   Or is the issue that I need to restore it a Microsoft SQL Server 2000 machine?  I'm trying to avoid having to spin one up if I can avoid it...but if that's my only option here...  Thanks in advance.
Avatar of Qlemo
Qlemo
Flag of Germany image

You cannot do anything more than perform a backup. Binary data should not be an issue. What type are those empty fields now, and is it the same as on 2000 (if you know that)?
Avatar of noirfan
noirfan

ASKER

Values show as NULL in the restored SQL 2008 R2 database.  In the source system they show as BINARY.   As far as type, in SQL 2008 R2 they show as image; in the source SQL2K system they show as image, as well.
ASKER CERTIFIED SOLUTION
Avatar of arnold
arnold
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of noirfan

ASKER

The restore to 2005 seems to have done the trick.  Thanks!