7 lines
70 B
Transact-SQL
7 lines
70 B
Transact-SQL
USE master
|
|
GO
|
|
sp_attach_db 'ISO', 'C:\DataPRO_SQL\ISO.mdf'
|
|
GO
|
|
|
|
|