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: $!";