I
Icy
I created a BCM database in my local machine and I would like to move it to
the server so other machines on the network can have access to it as well. I
used osql -E -S command to stop the BCM database from my machine and moved it
to the server, and I re-attached BCM database from the server.
EXEC sp_attach_db @dbname = N'STS_Config', @filename1 =
N'C:\new_database_location\STS_Config.mdf', @filename2 =
N'C:\new_database_location\STS_Config_log.ldf'
Can I have other machine attach to the Database in the server the same way?
Since I am the owner, I still have to give permission to user to access it.
But I would rather perfer to have Admin on the server have the total control
of DB. It seems MS2007 BCM Data Admin Tool is the way to go, but does it work
on the database created by BCM V2 on MS2003?
I installed the BCM Data Admin Tool + SQL 2005 Express, when I launch the
Admin Tool it did not find the BCM Instance, is there a special way to
configure that?
Any help will be greatly appreciated.
Thanks!
the server so other machines on the network can have access to it as well. I
used osql -E -S command to stop the BCM database from my machine and moved it
to the server, and I re-attached BCM database from the server.
EXEC sp_attach_db @dbname = N'STS_Config', @filename1 =
N'C:\new_database_location\STS_Config.mdf', @filename2 =
N'C:\new_database_location\STS_Config_log.ldf'
Can I have other machine attach to the Database in the server the same way?
Since I am the owner, I still have to give permission to user to access it.
But I would rather perfer to have Admin on the server have the total control
of DB. It seems MS2007 BCM Data Admin Tool is the way to go, but does it work
on the database created by BCM V2 on MS2003?
I installed the BCM Data Admin Tool + SQL 2005 Express, when I launch the
Admin Tool it did not find the BCM Instance, is there a special way to
configure that?
Any help will be greatly appreciated.
Thanks!