If I wish to create a new index against a SQL Server database, how do I prevent it from indexing existing data? i.e. only new data should be indexed with this. I am worried about index size.If I wish to create a new index against a SQL S
If I wish to create a new index against a SQL Server database, how do I prevent it from indexing existing data? i.e. only new data should be indexed with this. I am worried about index size.If I wish to create a new index against a SQL S