Activity overview
Latest activity by erenken
I believe this has been addressed in SSMS 17.3. / comments
I believe this has been addressed in SSMS 17.3.
Nothing official, but follow these steps for the SSMS.exe fix it for me: http://gisgeek.blogspot.com/2012/01/set-32bit-executable-largeaddressaware.html
Make sure to make a backup of SSMS.exe before you do this. / comments
Nothing official, but follow these steps for the SSMS.exe fix it for me:http://gisgeek.blogspot.com/2012/01/set-32bit-executable-largeaddressaware.html
Make sure to make a backup of SSMS.exe before...
I haven't heard anything about a timeline for a fix from Microsoft. When I hear something I will let everyone know. / comments
I haven't heard anything about a timeline for a fix from Microsoft. When I hear something I will let everyone know.
I think you can ignore this for now. I have been working with Microsoft on this and they think the problem is on there side. It just shows up because of SQL Prompt adding to the total memory usage. / comments
I think you can ignore this for now. I have been working with Microsoft on this and they think the problem is on there side. It just shows up because of SQL Prompt adding to the total memory usage.
SQL Prompt 8 Causing OutOfMemoryExceptions in SSMS 17.2
Only when I run SQL Prompt 8 (8.0.96.2226) on SSMS 17.2 after SSMS has been open for maybe an hour or 2 whenever I run ANY query I get this in the messages:
An error occurred while executing batch....
I just upgraded SSMS to 17.2 and I now get this error with when I try to run queries. I uninstalled SQL Prompt and these errors stopped. In SSMS 17.1 or 17.0 I never had this issue. There appears to be a problem in the way SQL Prompt interacts with SSMS 17.2 and it is going to make me leave SQL Prompt uninstalled. Do you want any memory dumps or anything? / comments
I just upgraded SSMS to 17.2 and I now get this error with when I try to run queries. I uninstalled SQL Prompt and these errors stopped. In SSMS 17.1 or 17.0 I never had this issue. There appear...
Not low on resources. Computer has an i7 with 16 GB of RAM. Only time I had problems with resources was when this program started throwing an Out of Memory error and showed over 1 GB of memory in use for it.
Do your error get logged any where? I would be happy to share the log. I would also be more than happy to share my screen in a remote session so you can see this. Might be an issue when the server is a remote server on your LAN. It is kind of temperamental, but it is a PIA. / comments
Not low on resources. Computer has an i7 with 16 GB of RAM. Only time I had problems with resources was when this program started throwing an Out of Memory error and showed over 1 GB of memory in...
Clicking in Password box on SQL Server Auth is Painful
If you have a saved project that is pointing to a server using Windows Auth and follow these steps you will find it such a pain to enter a password!
:evil:
Type in a server name that will require S...
Remove tempdb..sysobjects from Compare Script
Is there a way to have the engine not create this line in the output script?
GO
IF EXISTS (SELECT * FROM tempdb..sysobjects WHERE id=OBJECT_ID('tempdb..#tmpErrors')) DROP TABLE #tmpErrors
GO
We wan...
Poor Grammar in "The database updated succeeded"
We currently use SQL Compare 3.2.1.14 and I am trying to convince the people with the money to let us upgrade to version 5; however I would like to know if the bad grammar in “The database update...