Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.ms-sqlserver > #343
| From | Gene Wirchenko <genew@ocis.net> |
|---|---|
| Newsgroups | comp.databases.ms-sqlserver |
| Subject | Re: large scripted stored procedure |
| Date | 2011-05-17 15:15 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <5os5t695m9q79k7e5t6pc19hl9k9oii2m7@4ax.com> (permalink) |
| References | <c1d5fa56-a451-4b9f-a568-f15661001a6e@x6g2000yqj.googlegroups.com> <Xns9EE8EB4B91169Yazorman@127.0.0.1> |
On Tue, 17 May 2011 23:07:49 +0200, Erland Sommarskog
<esquel@sommarskog.se> wrote:
>avcitamer (ttavci@gmail.com) writes:
>> I need to compile stored procedures and functions larger than
>> 8000bytes on Sql Server 2005.
>> I even tried CLR procedure, but unfortunately it didnt work.
>> what can I do. Please help me.
>
>Not sure that I understand where the problem is. In the system I work
>with, there is a stored procedure which is 3806 lines long, and some
>160.000 bytes in size.
>
>Could you describe your problem in more detail?
I suspect that he is storing code in a database. Does SS 2005
have varchar(max)?
Sincerely,
Gene Wirchenko
Back to comp.databases.ms-sqlserver | Previous | Next — Previous in thread | Next in thread | Find similar
large scripted stored procedure avcitamer <ttavci@gmail.com> - 2011-05-17 07:30 -0700
Re: large scripted stored procedure Erland Sommarskog <esquel@sommarskog.se> - 2011-05-17 23:07 +0200
Re: large scripted stored procedure Gene Wirchenko <genew@ocis.net> - 2011-05-17 15:15 -0700
Re: large scripted stored procedure avcitamer <ttavci@gmail.com> - 2011-05-17 23:20 -0700
Re: large scripted stored procedure Erland Sommarskog <esquel@sommarskog.se> - 2011-05-18 07:32 +0000
Re: large scripted stored procedure avcitamer <ttavci@gmail.com> - 2011-05-18 04:59 -0700
csiph-web