The sum of all SQL Server matter that exist,
and the space in which all SQL Server events
occur or could occur.
Welcome to SQL Server Universe.com Sign in | Join | Help
in
Home SS SLUG Forums Articles Photos Downloads

Browse by Tags

All Tags » T-SQL » Dynamic SQL   (RSS)
Sorry, but there are no more tags available to filter with.
  • Re: Problem when creating SQL Query Dynamically

    Hi, I have to agree with Preethi about dynamic SQL.Manjuke, you could try something like this if you need to avoid the dynamic SQL bit in your example: Use a user-defined table-valued function that would break the string at the commas and return a table containing a single column of the values specified in @spParam This user defined ...
    Posted to T-SQL (Forum) by gogula on March 14, 2008
Powered by Community Server, by Telligent Systems