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

7 lines
82 B
MySQL
Raw Normal View History

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