Viewing 4 posts - 1 through 4 (of 4 total)
That is the Developers Edition
and the scripts are -
--creating table
CREATE TABLE [Emp] (
[EmpID] [int] NOT NULL ,
[EmpName] [nvarchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[salary] [decimal](9, 2) NULL ,
[EmpType] [nvarchar] (10)...
March 20, 2008 at 3:27 am
I m working with SQL Server 2000.
An indexed view is any view with a unique clustered index ...
Attaching the query..
March 20, 2008 at 12:54 am
Full-Text indexex are used for full-text searching. The search which is not possible with ordinary indexes and search procedures can be done using the full-text searching.
SQL Server full text...
January 4, 2008 at 2:28 am
:unsure:This is not an efficient script, it doesn't include tables without clustered indexes(primary key).
December 18, 2007 at 2:14 am
Viewing 4 posts - 1 through 4 (of 4 total)