Hi all,
I have created a sql package for sharepoint BCP
its is doing follwoing steps
1.Take bacup of content db of one server
2.move this backup file to BCP server
3.delete the content db from bcp site using "stsadm.exe -o deletecontentdb"
4.delete the old content db from sql server and restore the new content db with same name
5.attached the restored db to bcp site using "stsadm.exe -o addcontentdb "
it was working fine but now site giving the below error
"Server error: http://go.microsoft.com/fwlink?LinkID=96177"
if i delete the content db from site and add it again it will work fine
can anyone give me solution, I am woking in sharepoint 2007
thanks in advance