Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Problem with larger files (and s/)

by Cloudster (Novice)
on Jun 24, 2008 at 21:43 UTC ( [id://693829]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    CREATE TABLE [dbo].[CustomerBalances] (
        [arbh_acct] [int] NOT NULL ,
        [arbh_prop_code] [varchar] (30) COLLATE SQL_Latin1_General_CP1_CI_
    +AS NOT NULL ,
    ...
        [arbh_ar_cat] [tinyint] NULL 
    ) ON [PRIMARY]
    GO
    
  2. or download this
    print "\nThis program reformats scripts produced by SQL Server 2000 En
    +terprise Manager\n";
    print "to remove brackets and tab out data types and null settings.\n\
    +n";
    print "You provide a file name, this program reads it and produces a n
    +ew file\n";
    ...
    
    close(OUT) || die "problem closing new $outfile: $!";
    close(IN)  || die "problem closing original $sqlfile: $!";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://693829]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-23 20:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found