I'm still pretty new to SQL Server but have a ton of experience with Oracle. How do I run a SQL script while I'm inside a SQLCMD session? Is their something analogous to "SQL>@C:[mypath]\myscript.sql" (Oracle) for SQL Server?
I'm sick of opening scripts and running them using bloated SQL Server Studio.