Files
DP44/Common/DTS.Common.Storage/Attach_ISO_RemoteDB.sql
2026-04-17 14:55:32 -04:00

7 lines
70 B
Transact-SQL

USE master
GO
sp_attach_db 'ISO', 'C:\DataPRO_SQL\ISO.mdf'
GO