So I'm a long time user of Access, and I know some SQL. I have Access programs that run many different queries, manipulate the data, and I might end up with a singular table that is the result of many different tables' results and data transformations.
When I go to SQL, there is space for me to write a SELECT FROM WHERE statement which would give me one table of results. If I wanted to perform two different SELECT statements in the same process in a logical flow of a program, how do I do that? If I hit F5 in SSMS in a query that contains two SELECT statements, I'll get an error.
I'm trying to connect how I normally write a program in Access to how I can achieve the same in SQL. Do I need to look into stored procedures? Or is there something else I need to research?
When I go to SQL, there is space for me to write a SELECT FROM WHERE statement which would give me one table of results. If I wanted to perform two different SELECT statements in the same process in a logical flow of a program, how do I do that? If I hit F5 in SSMS in a query that contains two SELECT statements, I'll get an error.
I'm trying to connect how I normally write a program in Access to how I can achieve the same in SQL. Do I need to look into stored procedures? Or is there something else I need to research?