 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
seth.rothman
Joined: 29 Jan 2008 Posts: 54 Country: United States |
|
Issues in SSMS 2012 with 6.4.230 Standard |
|
A few things:
1) While changing SQL Assistant options within the IDE of SSMS 2012, the add-on will often disappear. I can't nail down exactly when it occurs because it doesn't happen consistently.
2) The "ignore name prefixes" setting within DB Options, Auto Complete doesn't work properly if you select a join from the intellisense popup. I have it set to ignore "tbl_lts_". When selecting a table directly, it works fine but when selecting a join it doubles up the dbo.dbo (there's another post I just commented on about this problem) and aliases the resulting table with the "tl" that should be ignored. For example:
SELECT * FROM dbo.tbl_lts_app_email ae
INNER JOIN dbo.dbo.tbl_lts_app_email_attachment tlaea
ON tlaea.app_email_id = ae.id
INNER JOIN dbo.dbo.tbl_lts_app_email_attachment tlaea2
ON tlaea2.app_email_id = ae.id
Note the duplicated dbo's too.
3) When switching tabs within SSMS, the screen flickers and I see a whole bunch of SQL Assistant stuff. I recorded a video and freeze-framed the screen that's causing the flicker. Unfortunately I'm unable to post images but I'm more than happy to send it via email.
|
|
Fri Sep 27, 2013 4:04 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Would you please email your images and video to our support team?
|
|
Fri Sep 27, 2013 5:11 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Thank you for the image you provided to the support. Would you please describe how to read it and where to look for the flickering issue?
Also, I found out in our internal tracking system that the issue with duplicated schema has been already resolved, but there is no stable public build available yet containing that issue.
|
|
Mon Sep 30, 2013 10:15 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|