dbTalk Databases Forums  

How to get rid of dbo in field names?

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss How to get rid of dbo in field names? in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
code
 
Posts: n/a

Default How to get rid of dbo in field names? - 09-01-2005 , 10:02 AM






Hello,

I just converted a website database from MS Access to SQL 2000, and many of
the pages are not working because SQL now wants fields to be ref'd as
"dbo.<<fieldname>>"... I've fixed this before, but cannot remember how... If
I cannot fix it through the database / connection, I'll have hundreds of
lines of code to modify.

Any suggestions?

Thanks in advance!!!!

--Jon

Reply With Quote
  #2  
Old   
Narayana Vyas Kondreddi
 
Posts: n/a

Default Re: How to get rid of dbo in field names? - 09-01-2005 , 11:46 AM






What are the login credentials of your application? Is it qualifying objects
with a different owner name? If so, s_changeobjectowner might help you.
--
HTH,
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/


"code" <code (AT) community (DOT) nospam> wrote

Quote:
Hello,

I just converted a website database from MS Access to SQL 2000, and many
of
the pages are not working because SQL now wants fields to be ref'd as
"dbo.<<fieldname>>"... I've fixed this before, but cannot remember how...
If
I cannot fix it through the database / connection, I'll have hundreds of
lines of code to modify.

Any suggestions?

Thanks in advance!!!!

--Jon



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.