Yeah, that'd be my guess. If the table is owned by a user you can't just do "select * from table" you'd have to do "select * from username.table" That's probably what's making things blow up. Make sure you create all of the tables and SP under an account that is a DBO.
John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -----Original Message----- From: Kerry [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 12:24 PM To: CF-Talk Subject: RE: SQL Server User Problems is the table owner dbo or {username}? -----Original Message----- From: Protoculture [mailto:[EMAIL PROTECTED] Sent: 18 May 2005 17:20 To: CF-Talk Subject: RE: SQL Server User Problems Manage to solve the issue with the users, but now we're finding the stored procedures we had aren't not functioning. "Invalid object name" -- get this error when running a stored procedure. We checked in the database and it does exist. Also have tried removing and re-creating... >Make sure you have a SQL Server login with the same name under Security. >Then, make sure your database's user points to that login. > >Moving databases from one server to another tend to break SQL >Server-based logins, however, domain (Windows-based) logins will still >work. > >M!ke > >-----Original Message----- >From: Protoculture [mailto:[EMAIL PROTECTED] >Sent: Wednesday, May 18, 2005 10:15 AM >To: CF-Talk >Subject: SQL Server User Problems > >We've transferred a copy of our database to a new server and are trying >to log in as a particular user. It seems that for some reason, we >cannot connect to the default database. > >This was working fine on the old system, but since we've copied things >across it seems that a particular user account does not work. I've >tried removing it and recreating the user all with the same dismal results. > >Has anyone else experienced this or know of a possible solution? > >Cheers! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207051 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

