Installing stored procedures SQL Server 2005

Hi Guys, I need to install the NAV SQL stored procedures (64-bit version). I’ve been given the code to use by a SQL guy and told to do it through SQL Server Management Studio, however, i’m not familiar with that, and am unsure where to go to run the script to install the procedures. Can anyone help please.

Thanks.

Hi Polonious,

Open SQL Server Management Studio.
Connect to the server in question.
Right-click it, and choose “New Query”
When the Query-window has opened, chose to open the script-file that was given to You by the SQL-guy.
When the script is imported, press “Execute”.

Thanks sander7, appreciate it.