Hi, I've been using the Results Grid scripting capability, using the INSERT INTO template, and have noticed that when I put a table name into the Specify Parameter Values that has requires a schema name, the resulting table name is wrapped in square brackets. As the table name is wrapped completely, the generated SQL is invalid. For example, if I enter the table name AdventureWorks.DimDate, the resulting script shows as : Code:
The script should read as : Code:
Thanks, Steve EDIT : I've edited the XML for the template to include an additional schema parameter, which is then appended to the table name with a period between, to work around the problem. Thanks! |
![]() |