Friday, October 3, 2008

Line Break In Dynamic SQL

While writting dynamic sql you might get into situation where you want to separate the code in next line. For that purpose use

Char(13) + char(10) and this is will give a line break in the code you are writing in dynamic sql.

No comments: