Thank this author by sharing:
By Mark Drobnis, 2007/11/22
Usage Example:
IF @createScript = 'Y' AND (@listOfTestId = '' OR @currentId IN (SELECT * FROM dbo.FTParsedINT(@listOfTestId))) BEGIN
-- script all test case if @listOfTestId is '' or script only the test in the list '1,2' etc.
.
END
As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.
Join us!
Steve Jones Editor, SQLServerCentral.com