News

SQL Server is one of the best products to come out of Microsoft, but not every professional knows how to use it effectively. For example, some might find it difficult to create a stored procedure ...
This example calls the previous stored procedure and captures the result returned by the procedure. It then pulls the first (and only) value from the result: Dim res As String res = ...
Do I import/link tables first? How do I keep end users from tampering with the tables if I do?<BR><BR>How do I call the stored procedure from Access? I heard I have to use a module. What are modules?
Processing occurs one at a time and calls a SQL Server stored procedure. The SPROC is recursive. For each ID that is submitted, it can have any number of child ID's.