Tag: sql 2005
-
Installing SQL Server Reporting Service
Microsoft SQL Server Reporting Services enables organizations to transform valuable enterprise data into shared information for insightful, timely decisions at a lower total cost of ownership. In this article Im going to install SQL Server 2005 Reporting Services on Windows 2003 machine. Lets discuss about installation of reporting services.
-
SQL Server 2005 Full Text Search
We had a requirement where the user had to do a search on Overview/description field which had nvarchar (max) data type. Full text search can be used for searching against the LOB data types like nvarchar (max), text and BLOB data types like varbinary (max) and image data type. Please note that in image and…