I'm new to C#, so I apologize in advance.
How can I utilize SQL queries that are already associated with my SQL Server 2005 installation. I have a windows form app that I'm trying to make a user-interface that calls the already saved queries.
I was just looking into stored procedures, but I'm not sure if that's the way to go.
Any advice would be greatly appreciated. Thank you very much in advance.