Hey guys,
I am trying to alter an existing VIEW in a ADP. The following statement is not working and I'm not sure what the correct syntax is:
ALTER VIEW dbo.zView2 (Field1, Field2, Field3, Field4) AS
SELECT Field1, Field2, Field3, Field4 FROM dbo.zView1
I have tried this and ALTER PROCEDURE...