In Sql Server 2005, When I try to restore a database, i get the error that the procedure sp_attache_single_file_db doesn't exist. Does anyone know why?
I'm logged in as the sa.
exec sp_attache_single_file_db @dbname = 'TEST', @physname='C:\temp\test.MDF'