Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-05-05 : 14:58:55
|
| Sue writes "When iam passing parameters to crosstab SP. First parameter select query is going beyond 8000 characters.can any one help how to solve it." |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2004-05-06 : 02:35:39
|
| Split it into multiple parameeters?Create a temp table with a text column and put it in there and access it from the SP?==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|