Quote Originally Posted by dbaliker View Post
I think u havent understood my requirement. I wanted to frame a string from sql and use that string elsewhere.
It is not as simple as you have said above. I do not want to update/replace. The values are already present in the table but I want to form a query string from SQL procedure.
It seems like you want dynamic sql. But who can tell.