Activity overview
Latest activity by sttu
Pop-up dialog
I haven't been able to find anything relating to this however I am unable to see any pop-up dialog box in SQL Monitor because they open mostly off-screen with no way to reposition, for example thin...
Thanks James. Obviously it's not a serious issue fix, just a nice-to-have.
Fyi the version of SSC we are using is 3.5.6.338 standard / comments
Thanks James. Obviously it's not a serious issue fix, just a nice-to-have.
Fyi the version of SSC we are using is 3.5.6.338 standard
Yes that's exactly it.
I've done a screencast also to demonstrate: http://screencast-o-matic.com/watch/c2eTIyn3Eh
Of the three horizontal bars you can resize, the top two function fine, the bottom one lags behind the cursor when you drag up.
It's no showstopper obviously but happens on all our machines. Weird!! / comments
Yes that's exactly it.
I've done a screencast also to demonstrate: http://screencast-o-matic.com/watch/c2eTIyn3Eh
Of the three horizontal bars you can resize, the top two function fine, the bottom ...
James I haven't encountered this issue again however something else I've noticed with the History dialog which is consistent with all users is a problem with resizing the bottom panel.
If you click and drag the divider between the middle and bottom sections, moving down is fine, the divider line moves with the mouse. However if you want to move it up it doesn't move with the mouse and you have to make repeated attempts to resize the panes, painfully slow on a large screen! / comments
James I haven't encountered this issue again however something else I've noticed with the History dialog which is consistent with all users is a problem with resizing the bottom panel.
If you click...
Must have been either the version I was using or other issue with my PC as after restarting Management Studio and installing the latest update I no longer have the scrollbar hidden.
If it occurs again I'll grab a screenshot etc but looks like I'm a special-needs case.
:oops: / comments
Must have been either the version I was using or other issue with my PC as after restarting Management Studio and installing the latest update I no longer have the scrollbar hidden.
If it occurs ag...
History dialog hidden scroll bar
When using the history modal dialog box to search through previous commits, the bottom pane with the previous/current revision versions has a panel containing buttons for updating the database usin...
Hi James
Ok thanks, would be extremely useful to get this resolved.
This will be the main reason why we are seeing lots of changes by unknown, since it seems any edits or modifications to existing objects are in the main not being captured. / comments
Hi James
Ok thanks, would be extremely useful to get this resolved.
This will be the main reason why we are seeing lots of changes by unknown, since it seems any edits or modifications to existing ...
No, user A issued this t-sql from a Management Studio window:
Create table AnyTable (id int)
Go
User B issued this t-sql from a Management Studio window:
alter table AnyTable add Col1 int
Go / comments
No, user A issued this t-sql from a Management Studio window:
Create table AnyTable (id int)
Go
User B issued this t-sql from a Management Studio window:
alter table AnyTable add Col1 int
Go
Woo that was quick [image]
Yes certainly some of our activity will involve items from the list of objects shown as not [currently] logged.
However we've just done another quick test:
>User A, create a table using t-sql
>Refresh the commit changes tab, new table shows up and Changed by column shows "user A"
>User B create a proc using t-sql
>Refresh the commit changes tab, new proc shows up and Changed by column shows "user B"
> User B alters the table just created by user A and adds a column
> Refresh the commit changes tab, new table now shows changed by "Unknown"
I'm assuming (hoping) this is not the expected behaviour?
Thanks! / comments
Woo that was quick
Yes certainly some of our activity will involve items from the list of objects shown as not [currently] logged.
However we've just done another quick test:
>User A, create a tab...
Yes we implemented the dedicated DB some time ago, but we still have most changes showing as unknown.
In the RG_AllObjects and RG_AllObjects_v1 tables in the dedicated DB, the username column is mostly NULL.
My RG_AllObjects table currently has 11158 rows, only 961 rows have a username. / comments
Yes we implemented the dedicated DB some time ago, but we still have most changes showing as unknown.
In the RG_AllObjects and RG_AllObjects_v1 tables in the dedicated DB, the username column is m...