开发者

where to use this code?

开发者 https://www.devze.com 2023-02-05 17:15 出处:网络
where to use this code : EXEC sp_开发者_StackOverflow中文版attach_db @dbname = N\'myASPNetDB\',

where to use this code :

EXEC sp_开发者_StackOverflow中文版attach_db @dbname = N'myASPNetDB', 
   @filename1 = N'c:\mypathdata\myaspnet.mdf', 
   @filename2 = N'c:\mypathlogs\myaspnet_log.ldf'


You would run that within SQL Server Management Studio.

0

精彩评论

暂无评论...
验证码 换一张
取 消