what do you mean by how SQLServer uses JSP? SQL Server will be backend while JSP is used for front end. The JSP forms will pas down values to SQL Server which either saves them to db using queries/stored procs or it retrieves data from db for passed values.
"The JSP forms will pas down values to SQL Server which either saves them to db using queries/stored procs or it retrieves data from db for passed values"
Sorry if i didnt make my question clear.
Im looking for information on how JSP passes information down to the SQL Server