Activity overview
Latest activity by Urosd
My Impressions
I install ANTS on two machines, one with Win XP and one with VISTA business. On both machines installation run with no problems. On both PC's I use Visual studio 2005 with all upgrades.
I run ANTS ...
I agree with you. But I was a little confused. When I choose a different database, timeline was unchanged although history activity tab was change. I think this two operations must be a synchronize if history activity record was different date and time range concerning timeline.
Example:
I look database backup history for database 'A', last selected activity record was in dec. 2006, then I chose database 'B'. History activity is changed and I see last backup for database 'B' was made before 6 month. But timeline show me december 2006. I think the timeline focus must change on selected range of history activity record.
Maybe I was confused becouse all DB mark (blue vertical line) was the same color and I not see, that my new chose database was not marked in that time range.
My suggestion, every database should have the same color for the icon and mark (vertical line), that is different from the other colors of the database icons.
Regards
Uros / comments
I agree with you. But I was a little confused. When I choose a different database, timeline was unchanged although history activity tab was change. I think this two operations must be a synchronize...
Backup/Restore error
I made a backup database. The backup failed, with this error:
SQL Backup log file
14.12.2006 15:30:07: Backing up Bicom4_SC (full database) to:
14.12.2006 15:30:07: C:\aa\FULL_(local...
When you choose another database, the timeline does not refresh. The timline refreshes only when you click on the Activity History tab. This is very disturbing, becouse you never know, if the timline is appropriate for the chosen database.
In general the first fellings with working with the program are good.
Regards
Uros / comments
When you choose another database, the timeline does not refresh. The timline refreshes only when you click on the Activity History tab. This is very disturbing, becouse you never know, if the timli...
Column names and comments
I still miss options for setings column names after SELECT statement.
Code like this
SELECT staffId,
staffName,
grossSalary
FROM personnel WITH (ROWLOCK)
WHERE (ty...
I think that will be OK. [image]
Thanks
Uros / comments
I think that will be OK.
Thanks
Uros
When looking a stored procedure in candidate list on right side window show definition (code) of selected stored procedure. A wery nice options.
But I think that this options will be more usefull if you add code select and copy to clipboard. Just to look the code is not enough, in some cases I need some part of code and Select and Copy from definitions window will be welcome.
Uros / comments
When looking a stored procedure in candidate list on right side window show definition (code) of selected stored procedure. A wery nice options.
But I think that this options will be more usefull i...
INNER JOIN ON problem
Select statement like this
SELECT * FROM [dbo].[Narocila] AS n
INNER JOIN [dbo].[narocila_poz] ON
I need field n.NarocId from table 'Narocila' alias 'n'.
But, if I ...
Sorting in the candidate list
I miss possibility to sort the All common objects candidate list.
Default sorting A to Z to column name is OK, but I never know exact column name so I need sort to table name, then I look into tabl...
Comment problem
This code:
ALTER PROCEDURE [dbo].[tr_obnzal_polnenje_cen]
@TipZapisa varchar(3) = 'SYS', --comments
@nMaxLev tinyint = 0,
@nLev tinyint = 0,
@JobID varchar(10)
AS
SE...