Basic Anatomy of Sql Server
Collapse
This topic is closed.
X
X
-
steveTags: None -
Ed Murphy
Re: Basic Anatomy of Sql Server
steve wrote:
Regarding this specific idea, you could work around this issue byA series of articles examining some basic concepts in Sql Server.
>
Basic Anatomy of Sql Server, part I
What is a stored procedure?
This is the first in a series of articles examining some basic concepts in Sql Server. What is a stored procedure? This ...
>
Basic Anatomy of Sql Server, part II
The unit test as part of the database.
This is the second in a series of articles examining some basic concepts in Sql Server. Basic Anatomy of Sql Server, part I - What is a sto...
>
Basic Anatomy of Sql Server, part III
What does deferred name resolution really mean?
http://beyondsql.blogspot.com/2007/1...-part-iii.html
performing a unit test one level up (writing a bit of stub code if
needed). Yes, it'd be nice to have more support for it in the DB
layer, but that alone doesn't justify the (apparent) huge migration
cost for the large number of existing systems out there. (I asked
you about this before, got no response.)
Regarding your general project, I was going to ask about LINQ (which
will presumably have the huge advantage of ubiquity due to being an
Official Microsoft Thingy), but I see you've already dismissed it at
Comment