|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
turn off dbo. prefix?
I am using a pre-written content management system for a website using MSSQL. The problem is that all the SQL references point to tables called
tableName rather than dbo.tableName. Now I could go through the entire code and change every reference of a table in the SQL statements to have the dbo. prefix, or I just could stare at the wall and wiggle with my toes. I would prefer latter. But I was wondering whether there is a more productive solution? Is there a setting somewhere in MS SQL to turn off the need to enter the dbo. prefix in SQl statements? Thanks for your help on this! |
|
#2
|
|||
|
|||
|
What I might have forgotten to mention was that if I do not use the prefix, I end up with an error message:
Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'SelectedArticles' |
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > turn off dbo. prefix? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|