Viewing 3 posts - 1 through 3 (of 3 total)
... and another test
Win XP 32 bit SP3
SQL Server 2005 SP3 (9.0.4262)
CPU 2 processors (Core duo)
4517 and 3.32809
May 12, 2010 at 1:48 am
#1165997
[Borrowing the thread]
The ">>" "operator" was exactly was I was looking for (wanted appending feature to sqlcmd), it does what I want.
Unfortunately it seems not to support the same "codepage...
December 1, 2009 at 6:21 am
#1085728
Why not take it a step further, like this:
=Iif(Parameters!CategoryName.Count = 1, "'" & Parameters!CategoryName.Value(0) & "'", "'" & Join(Parameters!CategoryName.Value, "','") & "'")
April 21, 2009 at 8:30 am
#981473