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?
Comments
Post a Comment