Viewing 3 posts - 1 through 3 (of 3 total)
@Condition is a parameter
July 11, 2008 at 7:04 am
#841451
I forgot to mention one thing, I am getting following warning:
The data set ‘TaskList’ contains a definition for the field ‘TaskName’. This field is missing from the returned result set...
July 11, 2008 at 6:55 am
#841436
Thanks for the reply. Now I am not getting any compile time error. However, its displaying only headings but no records.
Following is the query:
Declare @MyNewSql nvarchar(4000)
Select @MyNewSql = 'Select ...
July 11, 2008 at 6:49 am
#841425