Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Gene Wirchenko Newsgroups: comp.databases.ms-sqlserver Subject: Re: SS 2008: Front-End Language Processor for Scripts Date: Wed, 25 May 2011 15:21:42 -0700 Organization: A noiseless patient Spider Lines: 52 Message-ID: <2svqt6t7tr63dcbd5552cal5arpckk72jn@4ax.com> References: <8liot6lm9t1b5reup0fqq7kkn68tbg6uhi@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: mx04.eternal-september.org; posting-host="7Qrvczazr82YckO5XW8Vtw"; logging-data="4874"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/25hf9t8OgHgeakWmAo0XgoRA/qCpkdqk=" X-Newsreader: Forte Agent 4.2/32.1118 Cancel-Lock: sha1:ohaRb1NynpyAX34henWFPnt5bHc= Xref: x330-a1.tempe.blueboxinc.net comp.databases.ms-sqlserver:378 On Wed, 25 May 2011 23:33:14 +0200, Erland Sommarskog wrote: >Gene Wirchenko (genew@ocis.net) writes: >> C:\cbs2dev\SQLServer\AbaPerls\Perl>dbbuild -Server LOOP\SQLEXPRESS >> -database Banking >> defined(%hash) is deprecated at >> c:\cbs2dev\SQLServer\AbaPerls\Perl/AbaPerls/AbaS >> ql.pm line 433. >> (Maybe you should just omit the defined()?) >> Use of uninitialized value $opt_subsystem in uc at dbbuild.bat line >> 458. > >They added more warnings to Perl in 5.12, so you get a lot of these >with AbaPerls. I have address these, but I have not made a public Warnings or errors? By a warning, I mean emit error message and continue. By an error, I mean emit error and stop. >release of those changes yet. And it will probably take some time >before I do, since I've recently completed a major overhaul to add >support for TFS. I think I want to see it stabilise first... > >I think Perl 5.10 is a better choice for the time being. Groan! That will be three Perl downloads and installations. I suppose I need the practice. >> DECLARE @name sysname, >> Cannot change directory to NAMELESS\sql: No such file or directory And this? Where is "NAMELESS\sql" coming from? >Just a word of warning: if you found Microsoft's documentation difficult >to get through, AbaPerls is definitely rougher. Now, I don't know >what your current directory is, but let's say you have your SQL files >in Banking\SQL in an AbaPerls directory structure. Then you need to be >in the folder above Banking and specify -subsy BANKING. No, c:\cbs2dev\SQLServer is the directory name. I have not gotten into organising my SQL Server code into different directories yet. I do not have very much. I do not find Microsoft's documentation difficult to get through. I find it difficult to find anything in it above the tactical level. (The syntax of a command is tactical. Why one might use it or the approach that one uses it in is strategic and often of much greater concern for me.) Sincerely, Gene Wirchenko