Hi all,
Detailed problem description:
I am using SQL Server 2005.
To free space on the C drive we want to move mdf (data) and ldf (log) files for example 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data'
to the D-drive, 'D:\Data'.
I know SBO-Common is necessairy for SBO, the others not sure.
How can I move those files, without creating any problems?
Thanks, Chief