<?xml version="1.0" encoding="UTF-8"?><rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><copyright>All content (copyright) respective authors</copyright><description>Code bookmark tagged with attach</description><link>http://www.codaddict.com/tag/attach</link><title>Code bookmark tagged with attach</title><item><title>Attach/Detach database using osql</title><description>exec sp_attach_db @dbname = 'Portal', @filename1 ='C:\Program Files\Microsoft SQL Server\MSSQL$VISHAL\Data\Portal.mdf', @filename2 ='C:\Program Files\Microsoft SQL Server\MSSQL$VISHAL\Data\Portal_log.LDF'<br />
go<br />
<br />
exec sp_detach_db 'Portal'<br />
go</description><link>http://www.codaddict.com/vmonpara/SQL Server</link><dc:creator>vmonpara</dc:creator><pubDate>Sat, 29 Dec 2007 11:33:32 GMT</pubDate></item></channel></rss>