I've used SQL Server before, but I'm trying to get into stored procedures.
Every time I try to run a simple, test stored procedure in SQL Server 2012 Mgmt Studio, it opens a common dialog to save a report (.rpt
) file.
If the procedure does nothing, shouldn't the output be a simple count, "0 rows affected" ?