G
Guest
Hi all,
We have an application with is store procedure dependent. I'm looking for a
way to simplify our deployment by embedding Stored Procedures within our
application so that we do not have to "keep track" of which SPs to promote.
Basically if we can just "build and release" that will be idea.
So how do you guys manage your stored procedures? I'm thinking of two
possiblities:
1. Store the SPs in a the resouce file
2. Store the SQL scripts in a folder, then dynamically load the SPs when
they're needed.
I like Option #1 because all required SPs are deployed with the binary...
but editing a resource file is pain with the default VS.NET editor.
Option #2 provides a lot of flexiblity - we can modify SPs to suit certain
customer requirements... but synchronizing releases will be difficult.
Any other ideas?
Thanks!
We have an application with is store procedure dependent. I'm looking for a
way to simplify our deployment by embedding Stored Procedures within our
application so that we do not have to "keep track" of which SPs to promote.
Basically if we can just "build and release" that will be idea.
So how do you guys manage your stored procedures? I'm thinking of two
possiblities:
1. Store the SPs in a the resouce file
2. Store the SQL scripts in a folder, then dynamically load the SPs when
they're needed.
I like Option #1 because all required SPs are deployed with the binary...
but editing a resource file is pain with the default VS.NET editor.
Option #2 provides a lot of flexiblity - we can modify SPs to suit certain
customer requirements... but synchronizing releases will be difficult.
Any other ideas?
Thanks!