I am trying to add an extended stored procedure to Sql Server. I need to put the code for it in the same folder as the standard Sql Server dll files. I know the default place that they're stored is C:\Program Files\Microsoft SQL Server\Mssql\Binn, but that folder doesn't exist on the computer running Sql Server.
How can I find out exactly where the standard dll files are stored?