Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.ms-sqlserver > #1100
| From | Gene Wirchenko <genew@ocis.net> |
|---|---|
| Newsgroups | comp.databases.ms-sqlserver |
| Subject | Re: When to Use GO |
| Date | 2012-06-01 09:41 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <7vrhs7lf40ob0rsdn1j97e5htl98h2iu62@4ax.com> (permalink) |
| References | <2q1ds719sl2jcedv0shaif16dvksgigkds@4ax.com> <XnsA0646084DCB3FYazorman@127.0.0.1> <k59fs7ps9bjishkktkkc06bcicqkm0rlf4@4ax.com> <XnsA064E43E2B682Yazorman@127.0.0.1> |
On Thu, 31 May 2012 22:26:13 +0200, Erland Sommarskog
<esquel@sommarskog.se> wrote:
>Gene Wirchenko (genew@ocis.net) writes:
>> I have not read anything stating about a CREATE PROCEDURE having
>> to be the only command in a batch. But, as my post shows, I have
>> discovered it myself. Curse incomplete docs.
>
>The third paragraph in the Remarks section for the topic for CREATE
>PROCEDURE in Books Online reads:
>
> The CREATE PROCEDURE statement cannot be combined with other Transact-SQL
> statements in a single batch.
I have not been able to find BOL on Google. Is there a link? I
have been using MSDN. I see now that I missed that bit, but that was
a different page than what I had been reading prviously.
>>>Again, put your source code under version-control and load the files from
>>>a client-side program. Then you don't need to ask these questions.
>>
>> I am experimenting in SSMS. I do not want the overhead.
^^^^^^^^^^^^^
>So you have all your procedure in a single monolithic script. A week
>after deployment a bug discovered. Then another bug. And so on. Do
^^^^^^^^^^
The two words that I have highlighted do not mean the same.
>you edit the big script over and over again? And since it creates tables
Yes, I am experimenting.
>that already exists, it's pretty useless by then.
Since it starts by dropping the database, no.
>But if you want to redo mistakes others have already have made, please
>go ahead.
Overornamentation is a mistake others have made. I am avoiding
it.
Sincerely,
Gene Wirchenko
Back to comp.databases.ms-sqlserver | Previous | Next — Previous in thread | Next in thread | Find similar
When to Use GO Gene Wirchenko <genew@ocis.net> - 2012-05-30 14:21 -0700
Re: When to Use GO Erland Sommarskog <esquel@sommarskog.se> - 2012-05-31 07:29 +0000
Re: When to Use GO Gene Wirchenko <genew@ocis.net> - 2012-05-31 10:07 -0700
Re: When to Use GO Erland Sommarskog <esquel@sommarskog.se> - 2012-05-31 22:26 +0200
Re: When to Use GO Gene Wirchenko <genew@ocis.net> - 2012-06-01 09:41 -0700
Re: When to Use GO Erland Sommarskog <esquel@sommarskog.se> - 2012-06-01 23:23 +0200
Re: When to Use GO Gene Wirchenko <genew@ocis.net> - 2012-06-03 19:36 -0700
Re: When to Use GO "Bob Barrows" <reb01501@NOSPAMyahoo.com> - 2012-05-31 06:45 -0400
csiph-web