hi,
i'm trying to replicate a database that presently exists on SQL 2005 on to an SQL 2000 database.
any ideas how i can get that done?
i tried to use the generate script option in 2k5, but keep getting this error.
------------------------------
ADDITIONAL INFORMATION:
Script failed for Server 'LINAR'. (Microsoft.SqlServer.Smo)
Property TextHeader is not available for StoredProcedure '[ANDR2].[spac_trace]'. This property may not exist for this object, or may not be retrievable due to insufficient access rights. The text is encrypted. (Microsoft.SqlServer.Smo)
i tried to play around the properties, by granting control of it to the dbo ...
but i still get the error.
i'm trying to replicate a database that presently exists on SQL 2005 on to an SQL 2000 database.
any ideas how i can get that done?
i tried to use the generate script option in 2k5, but keep getting this error.
------------------------------
ADDITIONAL INFORMATION:
Script failed for Server 'LINAR'. (Microsoft.SqlServer.Smo)
Property TextHeader is not available for StoredProcedure '[ANDR2].[spac_trace]'. This property may not exist for this object, or may not be retrievable due to insufficient access rights. The text is encrypted. (Microsoft.SqlServer.Smo)
i tried to play around the properties, by granting control of it to the dbo ...
but i still get the error.