Closed steuic closed 4 years ago
In methods GenerateSqlStatementConcrete(...) for 'CREATE INDEX' and 'DROP INDEX' the identifier was 'fully qualified' by adding table name.
The method 'GenerateQualifiedOperationAndTableName(..)' add the fully qualifying part: the table name.
Added also a LiteralHelper method to return table name without starting 'dbo'
In methods GenerateSqlStatementConcrete(...) for 'CREATE INDEX' and 'DROP INDEX' the identifier was 'fully qualified' by adding table name.
The method 'GenerateQualifiedOperationAndTableName(..)' add the fully qualifying part: the table name.
Added also a LiteralHelper method to return table name without starting 'dbo'