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