Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jayp369
Starting Member
26 Posts |
Posted - 2008-04-09 : 10:48:15
|
I recently migrated a SQL 2000 db to a different server. from USSERVER1 to USSERVER2 both servers have exactly the same SP's and builds.Both databases are named exactly the same including the table owners. I did a backup and restore from USSERVER1 to USSERVER2.On USSERVER2 SELECT COUNT(*) FROM wmError will not work, but works on USSERVER1.On USSERVER2 SELECT COUNT(*) FROM WEBM.wmError will work. I can't use the 2nd method because of existing coding.Does anyone know why? And how I can fix it?Jay |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-04-09 : 22:16:38
|
Which login does dbo map to on source server? Sounds it mapped to webm. |
 |
|
|
|
|