Re: create database: programmatically vs app-tools
From: R Reyes (RReyes_at_discussions.microsoft.com)
Date: 11/11/04
- Next message: James Curran: "Re: Compress ASCII text as Hex?"
- Previous message: Nicholas Paldino [.NET/C# MVP]: "Re: Validate IP"
- In reply to: Ben Bloom: "Re: create database: programmatically vs app-tools"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Nov 2004 11:08:01 -0800
Thanks for the replies.
>From now on I think I will be creating all my databases with reusable
scripts.
Sounds like its definitely worth it.
"Ben Bloom" wrote:
> It's easier to migrate changes through development -> Test -> Production
> servers if the database is created in script. Just apply the script to
> a different server/database and you're set.
>
> If you use the GUI tools (which, I admit, are nice and easy) you have to
> manually change each database.
>
> Mark wrote:
>
> > Once you've typed the syntax once ... you can save it in a .sql or text file
> > and reuse it over and over and over. Once it's written, no more clicking -
> > just modify for the new database, and then execute. Moreover, there are a
> > myriad of configuration issues that affect performance, security, etc., that
> > sometimes are easy to overlook in the GUI, and would have to be addressed by
> > reading through BOL to write the syntax yourself. Consider it a "healthy"
> > excercise that will treat you well over the long haul.
> >
> > Good luck.
> >
> > Mark
> > www.dovetaildatabases.com
> >
> > "R Reyes" <RReyes@discussions.microsoft.com> wrote in message
> > news:895E9ABF-AB93-4FEC-9AE3-97A713D5A953@microsoft.com...
> >
> >>Just wondering if anyone knows the pros/cons between creating a database
> >>programmatically vs using the application's tool windows/features that
> >
> > come
> >
> >>with SQLServer, Access, Oracle, etc...
> >>
> >>Is it the same? Does it really matter? I have created databases with
> >
> > .NET
> >
> >>programmatically and it works fine, but why would anyone want to do all
> >
> > this
> >
> >>typing when they can easily point and click inside the program?
> >>
> >>It took a few hours of typing for me to create the database and all its
> >>tables. I am very certain that if i just point and clicked inside the
> >>program it would've been done in less than an hour. So why do people
> >>programmatically use SQL? Is it only on an as-needed basis or do many
> >
> > people
> >
> >>ALWAYS use this practice because it makes it more efficient/declarative?
> >
> >
> >
>
>
> --
> to reply, remove .s.p.a.m. from email
>
- Next message: James Curran: "Re: Compress ASCII text as Hex?"
- Previous message: Nicholas Paldino [.NET/C# MVP]: "Re: Validate IP"
- In reply to: Ben Bloom: "Re: create database: programmatically vs app-tools"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|