Παιδιά την βοήθειά σας. Έχω εγκατάστήσει 2 instances του Sql Server Express και θέλω να μεταφέρω την μία database από το ένα instance στο άλλο. Έκανα Drop και Attach και πέτυχε. Το πρόβλημα είναι ότι έχω και χρήστες πάνω στην Database τους οποίους δεν μπορώ να ενεργοποιήσω. Δεν με αφήνει να προσθέσω ένα login και να κάνω map τον user της database, το μύνημα λάθους είναι:
TITLE: Microsoft SQL Server Management Studio Express
------------------------------
Create failed for User 'lings2006'. (Microsoft.SqlServer.Express.Smo)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.2047.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Create+User&LinkId=20476
------------------------------
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.Express.ConnectionInfo)
------------------------------
User, group, or role 'lings2006' already exists in the current database. (Microsoft SQL Server, Error: 15023)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.2047&EvtSrc=MSSQLServer&EvtID=15023&LinkId=20476
------------------------------
BUTTONS:
OK
------------------------------
Ενώ όταν πάω να κάνω delete τον user από την database έχω το ακόλουθω μύνημα:
TITLE: Microsoft SQL Server Management Studio Express
------------------------------
Drop failed for User 'lings2006'. (Microsoft.SqlServer.Express.Smo)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.2047.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Drop+User&LinkId=20476
------------------------------
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.Express.ConnectionInfo)
------------------------------
The database principal has granted or denied permissions to objects in the database and cannot be dropped. (Microsoft SQL Server, Error: 15284)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.2047&EvtSrc=MSSQLServer&EvtID=15284&LinkId=20476
------------------------------
BUTTONS:
OK
------------------------------
Μπορεί κάποιος να μου πεί τι να κάνω ώστε να μετφέρω την database και τους users αυτής από τον ένα SQL Server Express στον άλλο;
Ευχαριστώ