Postada em 04/11/2009 11:27 hs
ALTER TABLE tb0703_Cidades ALTER COLUMN nomeCIDADE nvarchar(100) COLLATE SQL_Latin1_General_CP1_CI_AS
Gente quando tento alterar da o seguinte erro:
**************************************************************** Server: Msg 5074, Level 16, State 8, Line 1 The index 'idxNome' is dependent on column 'nomeCIDADE'. Server: Msg 4922, Level 16, State 1, Line 1 ALTER TABLE ALTER COLUMN nomeCIDADE failed because one or more objects access this column. ************************************************************** Axiste alguma view, como posso altera sem mexer na view.
|