Re: Identity Column



Funny, I have never had a problem finding a stored procedure in a list.
Especially when proper error handling tells me which stored procedure
failed, and proper unit testing would have taken that mystery out of most
scenarios anyway.

So you're saying if I use stored procedures I can't refactor, or use source
control, or have code reviews? Hogwash. If these are your reasons for
avoiding stored procedures and dumping all of your ad hoc SQL in the data
layer, remind me to never work with you. Good luck.





You know why a DBA is always busy doing DBA stuff? Because they have
to find the stored procedures which broke the API from a list of 5000+
SPs (if it's legacy enough, all 5000 SPs should begin with "sp").

Ad hoc sql is not littered over countless applications, that's just a
poor argument (pure dba, see below). Ever heard of a data layer (the
physical tier)? You get full refactoring, source control, revision
control, super IDE, code review capability.

Again, this is not something a "pure" DBA who has never worked outside
of a SQL server would know.

.



Relevant Pages

  • Re: SP Source Control Options
    ... > relies heavily on Stored Procedures on SQL 7. ... > What options are there to implementing Source Control on ... Script them out of SQL Server, ... control system. ...
    (microsoft.public.sqlserver.security)
  • Re: SP Source Control Options
    ... > relies heavily on Stored Procedures on SQL 7. ... > What options are there to implementing Source Control on ... Script them out of SQL Server, ... control system. ...
    (microsoft.public.sqlserver.security)
  • Re: Identity Column
    ... Especially when proper error handling tells me which stored procedure ... So you're saying if I use stored procedures I can't refactor, ... SPs. ... So genius, how exactly would you refactor, use source control, or do ...
    (microsoft.public.sqlserver.programming)
  • Has anyone used SQLSourceSafe?
    ... many SQL objects (tables, stored procedures, user defined functions, views, ... We're going to look into a number of tools to help with SQL version control, ...
    (microsoft.public.sqlserver.server)
  • RE: SQL SERVER 2000 Integraion
    ... It will integrate with stored procedures. ... how it can provide version control for user defined functions. ... > control on my Store Procedures in SQL 2000? ... > SQLSERVER? ...
    (microsoft.public.vstudio.sourcesafe)