making to work with sql server 2000
ramkumar123
Posts: 4
I am connecting sql server 200 using sql server management studio 2005.
I have installed sql search in studio management & how can I enabled Sql Search for sql server 2000 also?
I have installed sql search in studio management & how can I enabled Sql Search for sql server 2000 also?
Comments
SQL Search's supported database versions are SQL 2005 and SQL 2008.
I am afraid it does not support SQL 2000.
Kindly let us know if you have any other issues or questions regarding the product,I'll like to help.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
SQL Server 2000 used real tables dbo.sysobjects, dbo.syscolumns and friends, whereas 2005 and later uses the views sys.objects, sys.columns (and many others) which have a rather different schema.
It'd therefore be a significant amount of work to populate SQL Search's internal object model from the 2000-style tables.
Many thanks,
Rob
Red Gate