How can we help you today? How can we help you today?
nhustak
I'd love to switch back - V4 is a step backwards. However, like an idiot I deleted my previous installs - I didn't expect V4 to be this level of a re-write. I with they would put 3.9 up for download. / comments
I'd love to switch back - V4 is a step backwards. However, like an idiot I deleted my previous installs - I didn't expect V4 to be this level of a re-write. I with they would put 3.9 up for dow...
0 votes
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