Quantcast
Channel: Rss Feed - SSMSBoost Add-in discussion board - Forum
Viewing all articles
Browse latest Browse all 825

SSMSBoost v3.0 Beta (2008,2012,2014,2016)

$
0
0
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:
INSERT INTO [AdventureWorks.DimDate] ([DimDateKey].....


The script should read as :

Code:
INSERT INTO [AdventureWorks].[DimDate] ([DimDateKey].....


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!
Go to last post

Viewing all articles
Browse latest Browse all 825

Trending Articles