I have a Orders_SPs.sql file.
Its purpose is to add a new stored procedure inside my existing Northwind database which is
running on SQL Server 2005 and I also have SQL Server Management Studio.
But I don’t know how to execute that .sql file so it can add list of stored procedures in my existing northwind database from Orders_SPs.sql file.
Thanks….
File > Open > Fileorders_sps.sqlfileQuery > Execute(or press F5)