Activity overview
Latest activity by MillhouseD
SQL Prompt! I love it so much, I purchased my own "Personal" copy. I do not plan to work without it...Ever [image] / comments
SQL Prompt! I love it so much, I purchased my own "Personal" copy. I do not plan to work without it...Ever
I have the same issue. Changing the service to Automatic (Delayed Start) worked for me. / comments
I have the same issue. Changing the service to Automatic (Delayed Start) worked for me.
Same issue here using SSMS v17.2 (also had it with 17.0 and 17.1)
Followed erenken's instructions
Here are the commands I used (your path may vary)
Make a copy of "C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\Ssms.exe"
Open Admin Command prompt
Change Directory to C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\ADL Tools\2.2.5000.0\CppSDK\VC\bin
(This is where my Visual Studio editbin and dumpbin programs were located)
editbin /LARGEADDRESSAWARE "C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\Ssms.exe"
dumpbin /headers "C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\Ssms.exe" | more
You should see "...Application can handle large (>2GB) addresses..."
We shall see if this helps. / comments
Same issue here using SSMS v17.2 (also had it with 17.0 and 17.1)
Followed erenken's instructions
Here are the commands I used (your path may vary)
Make a copy of "C:\Program Files (x86)\Microsoft ...