'APPEND' is not a recognized option
icekube12jr
Posts: 3
Hi,
When I do a Smart Rename on a table in my database, I get this error:
'APPEND' is not a recognized option.
This happens for every trigger that is to have the renamed table updated. This is the line where I assume the error comes from as it contains the word APPEND:
ALTER trigger dbo.tD_myTable on myTable for DELETE WITH APPEND as
Not sure what to do...
icekube12jr
When I do a Smart Rename on a table in my database, I get this error:
'APPEND' is not a recognized option.
This happens for every trigger that is to have the renamed table updated. This is the line where I assume the error comes from as it contains the word APPEND:
ALTER trigger dbo.tD_myTable on myTable for DELETE WITH APPEND as
Not sure what to do...
icekube12jr
Comments