Quantcast
Channel: SQL Server High Availability and Disaster Recovery forum
Viewing all articles
Browse latest Browse all 4532

To deleting database file from data folder...

$
0
0

Hello all...

can anyone tell me how I delete database file from C:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\Data\[database name] . this path . 

I attached database from sql server . its can deleted by UI. but not programmatically.

I use

 RemoveDirectory(file path);

this function ... but this is not working .

what should i do .


Viewing all articles
Browse latest Browse all 4532

Trending Articles