How can we help you today? How can we help you today?
George Palacean

Activity overview

Latest activity by George Palacean

Options page improvements
If I go to SQL Prompt 4 / Options, it will always display the Main/Behavior page, regardless of the last selected page. It would be very nice to remember the last active one. Also it would be very ...
1 follower 1 comment 0 votes
Tooltip for sys.dm_db_index_physical_stats
The tooltip shown for sys.dm_db_index_physical_stats is is not correct. It says: dm_db_index_physical_stats (@DatabaseId, @IndexId, @Mode, @ObjectId, @PartitionNumber), while books online says: sys...
1 follower 1 comment 0 votes
Are table variables going to be supported in the final version ? (currently I see that they aren't) / comments
Are table variables going to be supported in the final version ? (currently I see that they aren't)
0 votes
Synonyms aren't displayed in the candidate list
If I have a synonym for a table, like create synonym T1 for DB.dbo.Table1 then T1 will not appear in the candidate list when I select from it (select * from T1) This happens even if I refresh the s...
2 followers 2 comments 0 votes
ALTER procedure formats the code instead of only inserting
Alter statement auto-completion will insert & format the code (two things). This means that for any minor change inside a procedure not formatted according to the current SQL Prompt settings, the c...
1 follower 1 comment 0 votes
HASHBYTES causes errors
If you try to type the following code in SSMS 2008: select HASHBYTES ('MD5', 'test') you get the following error at every key press while inside the parentheses: See the end of this messa...
0 followers 0 comments 0 votes
Identity seed causes an error
If you try to type the following code in SSMS 2008: create table test (a int identity (1, 1)) you'll get an "Object reference not set to an instance of an object" and the followin...
1 follower 1 comment 0 votes
Another example of comment underlining: create table test ( a int, constraint PK_TEST primary key clustered ( a --that's the primary key - underlined as syntax error ) ) / comments
Another example of comment underlining:create table test ( a int, constraint PK_TEST primary key clustered ( a --that's the primary key - underlined as syntax error ) )
0 votes