Author |
Message |
neverden
Joined: 02 Dec 2008 Posts: 58
|
|
|
|
The beta expired for me and it will not take my 4.x key
|
|
Thu Apr 15, 2010 8:27 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
Thu Apr 15, 2010 9:43 am |
|
 |
neverden
Joined: 02 Dec 2008 Posts: 58
|
|
|
|
I did that before I posted. I am running 5.0.93
|
|
Thu Apr 15, 2010 11:10 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Please try restarting your PC. It worked fine for me. Maybe you didn't have all target editors shutdown when installing the upgrade
|
|
Thu Apr 15, 2010 1:29 pm |
|
 |
neverden
Joined: 02 Dec 2008 Posts: 58
|
|
|
|
I stand corrected. It says "0 Days Left" but it seems to be working.
Next question, if I use a snippet that has a $COLUMNS$ in it (for example 'iv') it doesn't honor my formatting options. It seems to break around 60 chars and line the column names up. I have my line wrapping set to 150.
|
|
Thu Apr 15, 2010 3:57 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
I'm afraid this type of macro is designed to wrap columns horizontally after some predetermined length, which is not driven by the line wrapping option. In theory you can create a $$...$$ macro that takes output of $COLUMS$ macro, and reformats it as needed. Here is some idea for T-SQL based snippet, not a complete snippet
$$
DECLARE @my_car VARCHAR(max)
SET @my_var=replace(replace(replace(trim(' $COLUMNS '), CHAR(10), ' '), CHAR(13), ' '), ' ', '')
SELECT 'SELECT ' + @my_var
$$
FROM $OBJECT$
This will output columns on a single line. You can add additional code to wrap them after 150 characters
Last edited by SysOp on Fri Apr 16, 2010 10:06 am; edited 1 time in total |
|
Thu Apr 15, 2010 4:44 pm |
|
 |
judahr
Joined: 09 Mar 2007 Posts: 319 Country: United States |
|
|
|
I thought you were going to post when a new build was ready, so we knew to upgrade.
|
|
Fri Apr 16, 2010 9:48 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
I believe your statement is correct. Somehow, we have missed to post couple of most recent new-build announcements. I looked everywhere and the only place where the latest build is mentioned is on the download page. Please accept our apologies for the caused inconvenience.
A full release version 5.0 is coming out in a few days. I'm quite sure we are not going to miss that one. Please stay tuned.
|
|
Fri Apr 16, 2010 10:13 am |
|
 |
gemisigo
Joined: 11 Mar 2010 Posts: 2165
|
|
|
|
 |
 |
I believe your statement is correct. Somehow, we have missed to post couple of most recent new-build announcements. I looked everywhere and the only place where the latest build is mentioned is on the download page. Please accept our apologies for the caused inconvenience.
A full release version 5.0 is coming out in a few days. I'm quite sure we are not going to miss that one. Please stay tuned. |
It's eagerly awaited :) What about its price? Will it be the same as 4.8?
|
|
Fri Apr 16, 2010 2:46 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
I can only say that there are going to be 2 different editions, standard and pro, priced differently. All users with current maintenance contracts will get a free upgrade to the pro edition. The rest is less clear, details are still being worked out. As far as I know there are going to be also some additional promotions.
|
|
Fri Apr 16, 2010 3:22 pm |
|
 |
amirsalehi18@msn.com
Joined: 16 Apr 2010 Posts: 1 Country: Iran, Islamic Republic of |
|
Re: SQL Assistant 5.0 BETA program is starting this week Mar |
|
|
|
Fri Apr 16, 2010 8:24 pm |
|
 |
judahr
Joined: 09 Mar 2007 Posts: 319 Country: United States |
|
|
|
What if our current keys purchased this year, don't show as valid? Are we to expect a new build in the next 2 weeks?
|
|
Tue Apr 20, 2010 7:53 am |
|
 |
gemisigo
Joined: 11 Mar 2010 Posts: 2165
|
|
|
|
Will there be an upgrade license from 5.0 standard to 5.0 pro?
|
|
Tue Apr 20, 2010 11:56 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Yes, there is one.
By the way, we have a special deal for active beta testers, which is a free pro license. Please contact sales to claim your license.
|
|
Tue Apr 20, 2010 7:06 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Effective immediately SQL Assistant beta program for version 5 has ended and the new version 5 is officially has been released.
Thank you everyone who participated in the beta testing!
In appreciation for your help and continuous support, in the next few days we will be sending free SQL Assistant Professional edition licenses to most active beta testers.
|
|
Wed Apr 21, 2010 1:41 am |
|
 |
|