Activity overview
Latest activity by cussuol
Thank You Aaron
I've just formated my machine and back to Windows 8. / comments
Thank You Aaron
I've just formated my machine and back to Windows 8.
Sql Prompt 6 works.
But i needed to change my computer date to test other things and the trial was gone. / comments
Sql Prompt 6 works.
But i needed to change my computer date to test other things and the trial was gone.
Windows 8.1
Sql Prompt 5 is not working after installing windows 8.1 preview.
Error message:
Assembly name should have 4 pieces
Parameter name: fullName
Actual value was Windows.Foundation, Version=255.255.255...
Doesn't work on Windows 8.1
Hello Friends.
After update my Windows 8 to Windows 8.1 Preview, Sql Search crashes when starting Management Studio.
Message:
"Unable to find all needed assemblies"
Still missing an option to turn it off
Sometimes were working somewhere without an internet connection or the TFS is unreachable.
So when open SSMS we have to wait for it timeout and get an error.
Would be nice if Sql Source Control hav...
Option to go offline
Hello Friends
I'm using a remote tfs server.
Sometimes i need to open Management Studio in places where i don't have internet.
Sql Source Control gives me a huge error message and sometimes it just...
Join conditions order option
Take the following query:SELECT
*
FROM
Child
JOIN
Parent
ON ...
Sql Prompt suggests me:
... Child.Cod_Parent = Parent.Cod_Parent
But i'd like the join condition were like t...
Format options suggestions
Hello friends,
I'd like to have my case commands formated like this:SELECT
CASE
WHEN 1 = 1 THEN 'A'
WHEN 1 = 2 THEN 'B'
ELSE 'C'
END
So, i think the better way to get this, and a...
"Compare databases after synchonization" Checkbox
I'd like to suggest to save the state of this checkbox.
Usualy I synchonize my database objects one-by-one and I have to uncheck it to every object to avoid to loose the time comparing the database...
I'd like to give a suggestion about this issue.
Sometimes we know that a table is difFerent and we want to KEEP IT DIFFERENT.
So we can't use the "Include dependencies" mark. However this feature is very usefull and sometimes is a pain to synchonize a large database without it because we have a view that depends a table, a function that depends that view and so on.....
I'd like to suggest to have an "Ignore" mark which we can assigned to some object telling SQL Compare that we want to keep that object diferent and it would be excluded from dependencies list. / comments
I'd like to give a suggestion about this issue.
Sometimes we know that a table is difFerent and we want to KEEP IT DIFFERENT.
So we can't use the "Include dependencies" mark. However this feature i...