Migrating from SQL Server 2005 to SQL Server 2008 : forced to use schema name before table name -


i have 2 big programs connect sql server 2005 database.

now migrate new server sql server 2008.. programs don't work anymore when connected new server, cause in queries in programs table names used, , not dbo tables.. sql server 2008 doesn't recognise them, unless use schema name before table name...

it very difficult me change queries in 2 programs add schema name before tables names.

i read in forum if specify default schema problem solved.. haven't been solved though.

the solution seems working when changed schema of table dbo.. not sure if action ok or cause other problems related modification?

is there better solution?

will changing schema of tables cause me other kind of problems?

many in advance

default schemea work you. issue approach?

change schema name cause big issue , not advisable. , how schema name change?(just think).

you set default schema 1 procedure first , check, if ok. change whole database schema.

https://dba.stackexchange.com/questions/21158/net-sql-server-authentication-schema-issue

in sql server 2005, how change "schema" of table without losing data?

change schema name of table in sql

best practice sql server 2008 schema change


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -