(sarahlin@yahoo .com) writes:[color=blue]
> Hi there, we tried to restore a sql 7 DB to sql2000, somehow some of
> the varchar filed become nvarchar, why is this?[/color]
Sounds like you are victim to a mirage. That does simply just not happen.
You may be mistaken about the source database. Or you are looking into
the wrong database on the target server.
YES I am!! I was indeed looking into a different database.
One quick follow up question, is there any tool that I can use to make
sure that the restored database is "completely " identicial? say,
premission, or data.
(sarahlin@yahoo .com) writes:[color=blue]
> YES I am!! I was indeed looking into a different database.
> One quick follow up question, is there any tool that I can use to make
> sure that the restored database is "completely " identicial? say,
> premission, or data.[/color]
I guess Red Gate's SQL Compare could do the job. But I have not used
it myself, so I don't know how far it goes.
I would bet dollars to donuts that your data is identical. Permissions could
be complicated since they are stored by and id number not by name
(permissions to dchristo on Server1 are not going to translate to dchristo
on Server2).
I would be most concerned that the stored procedures and SQL Code used to
access your database continue to work as advertised. Particularly if any
column or table names in the SQL 7 database are now reserved words in SQL
2000. (I seem to recall having trouble with a column called "Level")
--
-Dick Christoph
<sarahlin@yahoo .com> wrote in message
news:1141166493 .530739.45340@u 72g2000cwu.goog legroups.com...[color=blue]
> YES I am!! I was indeed looking into a different database.
> One quick follow up question, is there any tool that I can use to make
> sure that the restored database is "completely " identicial? say,
> premission, or data.
>
> Thanks!!
>
> -sarah
>[/color]
Comment