Posts
Sort by recent activity
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...