Alternative to stored procedures

  • Thread starter Thread starter Thilaka
  • Start date Start date
T

Thilaka

Hi guys,

I want to know if there's an alternative to stored procedures.
Ie, when updating certain tables of SQL server, i would like to update a few
other tables with vaules retrieving
from some VB.Net methods or properties?
(Because I don't think i can access the currently exposed VB.Net objects
from the SQL stored procedures).
 
Back
Top