Files
DP44/Common/DTS.Common.Storage/Attach_ISO_RemoteDB.sql

7 lines
70 B
MySQL
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
USE master
GO
sp_attach_db 'ISO', 'C:\DataPRO_SQL\ISO.mdf'
GO