Viewing 5 posts - 1 through 5 (of 5 total)
Thanks for reply!
Earlier I was collecting data in some temporary table so that I can use it as input to query on main table. Now I have removed that part...
January 27, 2014 at 11:50 pm
Hi,
may be this question is not related my original concern.
But I have added one non clustered index column in select list. Now performance in significantly increased.
is index helpful when we...
November 20, 2013 at 2:12 am
OK. One additional question. Suppose one non clustered index is already there on multiple columns and some of columns I am using in where clause.
Does that index help in...
November 20, 2013 at 12:23 am
Check constraint does work in way what I have mentioned in a problem.
May be logic what I have written in the function which is getting called from constraint is...
September 29, 2013 at 11:28 pm
Thanks! 🙂
as I wanted to write that statement in single statement but I think I have to right multiple statements like
DECLARE @context varbinary(128)
SET @context = CAST('xyz' AS varbinary)
SET...
August 7, 2013 at 3:35 am
Viewing 5 posts - 1 through 5 (of 5 total)