D
Dot net work
I am using dynamic SQL inside my stored procedure because I need to
use a variable with the TOP keyword.
When I drag this stored proc on to my XML schema file inside VS.NET,
the schema is not generated, which I think is understandable.
Is there something that I can do to have a dynamic SQL based stored
procedure, and somehow use an xml schema, because I really like the
fact that with an xml schema variable you can refer to the datatable
column names at design time, such as:
MyXMLSchema.MyRow.MyCol
Thank you,
Regards, dnw.
use a variable with the TOP keyword.
When I drag this stored proc on to my XML schema file inside VS.NET,
the schema is not generated, which I think is understandable.
Is there something that I can do to have a dynamic SQL based stored
procedure, and somehow use an xml schema, because I really like the
fact that with an xml schema variable you can refer to the datatable
column names at design time, such as:
MyXMLSchema.MyRow.MyCol
Thank you,
Regards, dnw.