Hello,
I would like to change the collation of a column in a view from SQL_Latin1_General_CP1_CI_AS to Latin1_General_CI_AS. The view is from another database (same server) but has a different collation.
Currently we are using SQL 2000 but will be moving to SQL 2008.
Also is there a way to prevent edits? If I use triggers in 2008 do I need three INSTEAD OF triggers (one each insert, update, delete)?
Thank you,
djj
The Lord is My Shepard (Psalm 23) - I need someone to lead me!
I would like to change the collation of a column in a view from SQL_Latin1_General_CP1_CI_AS to Latin1_General_CI_AS. The view is from another database (same server) but has a different collation.
Currently we are using SQL 2000 but will be moving to SQL 2008.
Also is there a way to prevent edits? If I use triggers in 2008 do I need three INSTEAD OF triggers (one each insert, update, delete)?
Thank you,
djj
The Lord is My Shepard (Psalm 23) - I need someone to lead me!