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 - 2001-09-25 : 22:12:47
|
| Ganesh writes "I have a sql string ,the size of which goes far beyond 4000 characters. Now I can't use sp_executesql or exec of sql to execute that string,because both requires size not greater than 4000 characters.If i use the Connection object execute method at the front end to execute the string(whose length exceeds 4000 characters) then it does without any glitch.But i want to do the same in backend.So help.I would like if u send me the correct answer for this at my email address specified.Thankz." |
|
|
|
|
|