Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Is it possible to store the result of a C# console application in a stored procedure variable? This doesn't work obviously, but this is effectively what I'm trying to do:
Sh*t. Road block. I know this isn't a SQL issue, but the only valid return type for main function is int? So I can't create an app that returns a value?The only solution as I see it now to keep my C# program non-specific to this application is to create a SQL table and just load my results into that table, then access the records in my SQL sp.