Organize SQL Server Stored Procedures in Visual Studio -


when working code in visual studio find myself asking 'what stored procedure this?'. how find stored procedure tableadapter.getmethod name, locate , open tableadapter (.xsd), highlight query in tableadaptor, go properties , commandtext tell me stored procedure is. go in sql management studio , view/edit stored procedure. it's long winded...

i know have taking long way - there has easier way. create folder in appcode each table. create tableadapter , add in of queries act on table. create subs , functions queries in tableadapter in .vb in same folder. great able show list of stored procedures used in tableadapter (and better yet, dbl click sp)

appcode      -samplefolder          -sample.xsd          -sampleops.vb          -(show list of stored procedures used in xsd) 

i have looked @ porting website vs database project; have looked @ creating schema's. suggestions on how best organize stored procs , speed workflow.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -