How can we help you today? How can we help you today?
nhustak
Ok guys, this product cost far too much for the basics to still be non-functioning. The level of frustration I am dealing with EVERYDAY is starting to get to me. Please post the latest 3.x version for download - I need a version that works. (NOLOCK) pretty much rendering it inoperative is making sql prompt useless for me. 90% of our stored procesdures use nolock. This is a serious problem for me. I am very dependent on SQL Prompt - I'm a contractor and I regularly work with large databases with what amounts to random fieldnames. So EVERYDAY I get more and more angry as SQL Prompt fails to work. This isn't something I use once a week - it's something I use all day long. I apologize for the tone of this post but I really feel like I am beta testing an application at this point and I didn't sign up for that. I want to revert to 3.x until this thing is working. As it stands, I feel like we all deserve an extension on our support. For me, it's nearly unusable with the current bugs. If it weren't part of the package I purchased, I'd be returning it for a refund. THAT is how frustrated I am at this point. This post is a product of the last two days of SQL Prompt 4 constantly failing due to the fact I am debugging stored procedures that contain NOLOCK. 4 is certainly faster than 3 - but that speed doesn't help when it constantly fails to function. Regards, Nick Hustak / comments
Ok guys, this product cost far too much for the basics to still be non-functioning. The level of frustration I am dealing with EVERYDAY is starting to get to me. Please post the latest 3.x versio...
0 votes
First off, please put the release numbers in the posts about new versions. Second - version 4.0.2.53 - it is still erratically picking up declared variables. ALTER proc [dbo].[Matcher_PostBuildingKeyAndScore] @Matcher_Output_pk INT = null, @Building_fk INT = NULL, @BuildingMatchScore INT = NULL, @BuildingPass VARCHAR(5) as set nocount on; if @Matcher_Output_pk is not null UPDATE dbo.Matcher_Output SET Building_fk = @Building_fk, BuildingMatchScore = @BuildingMatchScore, BuildingPass = @BuildingPass WHERE Matcher_Output_pk = @Matcher_Output_pk @BuildingPass did not pick up when I typed it. I hit refresh cache and suddenly it picked it up. I duplicated this in another window and nothing makes it work. Here's the other proc - I have refreshed the cache, backed up and retyped the @ several times. Nothing. ALTER proc [dbo].[Matcher_PostBusinessKeyAndScore] @Matcher_Output_pk int = null, @Business_fk INT = NULL, @BusinessMatchScore INT = NULL, @BusinessPass VARCHAR(5) as set nocount on; if @Matcher_Output_pk is not null UPDATE dbo.Matcher_Output SET Business_fk = @Business_fk, BusinessMatchScore = @BusinessMatchScore, BusinessPass = @ WHERE Matcher_Output_pk = @Matcher_Output_pk return(@@rowcount) Is it possible to get the install for version 3.x? I really feel llike 4.x was released too early - some of the core functionality isn't working correctly. I like where it's headed, but I'd rather wait until the bugs are ironed out. / comments
First off, please put the release numbers in the posts about new versions. Second - version 4.0.2.53 - it is still erratically picking up declared variables.ALTER proc [dbo].[Matcher_Po...
0 votes
Aaron, Happy to help. Cool you guys found it. No, on the progress - I am hooking to an offsite database over a VPN. It use to take it a couple of seconds to process it. There's definitely no flash. Nick / comments
Aaron, Happy to help. Cool you guys found it. No, on the progress - I am hooking to an offsite database over a VPN. It use to take it a couple of seconds to process it. There's definitely no fl...
0 votes
Aaron, That fixed the not working part on startup. I still have no progress window. Nick / comments
Aaron, That fixed the not working part on startup. I still have no progress window. Nick
0 votes
I haven't seen the loading prompt since I swapped to the beta last week. Here's a dump from SSMS: Microsoft SQL Server Management Studio 11.0.5058.0 Microsoft Analysis Services Client Tools 11.0.5058.0 Microsoft Data Access Components (MDAC) 6.1.7601.17514 Microsoft MSXML 3.0 6.0 Microsoft Internet Explorer 9.11.9600.17280 Microsoft .NET Framework 4.0.30319.18444 Operating System 6.1.7601 Here's the SQL Promprt Log: 25 Sep 2014 11:47:02,219 [1] INFO RedGate.SqlPrompt.Engine.LogService - Starting new SQL Prompt editor session 25 Sep 2014 11:47:02,291 [1] INFO RedGate.SqlPrompt.Metadata.Options.OptionsBase - Loading UIOptions from C:Users jhAppDataLocalRed GateSQL Prompt 6RedGate_SQLPrompt_CommonUI_Options_UIOptions.xml (attempt 0 of 10)... 25 Sep 2014 11:47:02,523 [1] INFO RedGate.SqlPrompt.Metadata.Options.OptionsBase - Successfully loaded UIOptions 25 Sep 2014 11:47:02,546 [1] INFO RedGate.SqlPrompt.Metadata.Options.OptionsBase - Loading EngineOptions from C:Users jhAppDataLocalRed GateSQL Prompt 6RedGate_SqlPrompt_Engine_EngineOptions.xml (attempt 0 of 10)... 25 Sep 2014 11:47:02,563 [1] INFO RedGate.SqlPrompt.Metadata.Options.OptionsBase - Successfully loaded EngineOptions 25 Sep 2014 11:47:02,582 [1] INFO RedGate.SqlPrompt.Metadata.Options.OptionsBase - Loading LayoutOptions from C:Users jhAppDataLocalRed GateSQL Prompt 6RedGate_SqlPrompt_Format_Layout_LayoutOptions.xml (attempt 0 of 10)... 25 Sep 2014 11:47:02,591 [1] INFO RedGate.SqlPrompt.Metadata.Options.OptionsBase - Successfully loaded LayoutOptions 25 Sep 2014 11:47:02,598 [1] INFO RedGate.SqlPrompt.Metadata.Options.OptionsBase - Loading TabMagicOptions from C:Users jhAppDataLocalRed GateSQL Prompt 6RedGate_SQLPrompt_CommonUI_Options_TabMagicOptions.xml (attempt 0 of 10)... 25 Sep 2014 11:47:02,604 [1] INFO RedGate.SqlPrompt.Metadata.Options.OptionsBase - Successfully loaded TabMagicOptions 25 Sep 2014 11:47:02,618 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - BaseConnect(RedGate.SQLPrompt.SSMSUI.Connect2011) constructed successfully 25 Sep 2014 11:47:02,676 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - OnConnection(ext_cm_Startup) 25 Sep 2014 11:47:02,685 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Initialising DTE and AddIn connections. *** DTE.FullName = C:Program Files (x86)Microsoft SQL Server110ToolsBinnManagementStudioSsms.exe, DTE.Version = 2011.0110, DTE.CommandLine = , *** AddIn.Name = SQL Prompt 6, AddIn.ProgID = RedGate.SQLPrompt.SSMSUI.Connect2011, AddIn.Description = SQL Prompt 6 (6.4.0.633) - Write, edit, and explore SQL effortlessly 25 Sep 2014 11:47:02,687 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Current culture en-US 25 Sep 2014 11:47:02,710 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - AddIn.SatelliteDllPath = C:Program Files (x86)Red GateSQL Prompt 6enRedGate.SQLPrompt.SSMSUIfw4.resources.dll 25 Sep 2014 11:47:02,801 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Initialise successful. 25 Sep 2014 11:47:03,227 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - DoUiSetup() - recreating commands and cleaning up obsolete commands 25 Sep 2014 11:47:03,634 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - DoUiSetup() complete. 25 Sep 2014 11:47:05,342 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Handling OnStartupComplete() 25 Sep 2014 11:47:05,375 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Entering Startup() 25 Sep 2014 11:47:05,378 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Loading plugins... 25 Sep 2014 11:47:05,475 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Starting EditorManager... 25 Sep 2014 11:47:05,494 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Creating menus for SQL Prompt edition Full 25 Sep 2014 11:47:05,948 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Calling SqlPromptApplication.Initialise() 25 Sep 2014 11:47:05,968 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - Startup() completed successfully. 25 Sep 2014 11:47:05,972 [1] INFO RedGate.SQLPrompt.CommonVS.BaseConnect.1 - SqlPromptApplication initialised. (startup took 0:00:03.833) / comments
I haven't seen the loading prompt since I swapped to the beta last week. Here's a dump from SSMS: Microsoft SQL Server Management Studio 11.0.5058.0 Microsoft Analysis Services Client Tools ...
0 votes
Actually it looks like the automatic refresh AFTER I have manually done a refresh suggestions seems to work. Really miss the pop up 'working' window. / comments
Actually it looks like the automatic refresh AFTER I have manually done a refresh suggestions seems to work. Really miss the pop up 'working' window.
0 votes