Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Erland Sommarskog Newsgroups: comp.databases.ms-sqlserver Subject: Re: large scripted stored procedure Date: Tue, 17 May 2011 23:07:49 +0200 Organization: Erland Sommarskog Lines: 19 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Injection-Info: mx04.eternal-september.org; posting-host="DD6dU+BfJNjsjSP4/K/V7w"; logging-data="10832"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18WWL4L0mU2oYe8siBPAcDi" User-Agent: Xnews/2006.08.24 Mime-proxy/2.1.c.0 (Win32) Cancel-Lock: sha1:DSG8VaRYuZG28REdfg/m3367Jyc= Xref: x330-a1.tempe.blueboxinc.net comp.databases.ms-sqlserver:341 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? -- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx