Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-05-21 : 09:12:58
|
| Alex writes "We have designed and implemented 45-50 tables with average 10-15 field per table. All table relationships, most constraints, etc are inplace. This database is currently up and running, and we are integrating the ASP modules (at the table level.We have a tight program, and we can take advantage of some generic stored procedures that we can quickly adapt to our immediate application.Stored Procedure requirements as follow:1) We can access all tables and fields2) Embed all business rules3) Handle all database error trapping which is not typically related to ASP, and C/C++ application modules4)handle all constraints that is not currently in place5) We like to access our database via stored procedure rather than at table levelcan you provide us with a complete generic set of stored procedure that we can rapidly adapt to our application?We are using win2k server, and sql server2k.AlexAOT" |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2002-05-21 : 09:29:14
|
| I would love to speak to you about contract work. Please email me.<O> |
 |
|
|
M.E.
Aged Yak Warrior
539 Posts |
Posted - 2002-05-21 : 11:55:25
|
| Lol, Page... you'll have to tell me what happens here ;) |
 |
|
|
|
|
|