Activity overview
Latest activity by blitzd
No support for SQL 2014?
I get an error:
SQL Server 2005/2008/2012 required for LiveDatabase Reading.
This is when trying to create a new project on a schema with no data on SQL 2014 during the Creating Project->Create Pro...
I'm also having this issue, I just tracked it back to SQL Prompt 6 EAP mere moments ago. I am also using a solution, with many projects.
I have found that the tab history option appears to make a mess of things when the tabs you may have had open were a part of a solution, as it does NOT re-open the old solution, and instead adds them to the new default solution that SSMS creates. When this occurs to scripts that are in solutions/projects under source control it gets very messy - and that seems to be where the object references errors are coming from for me most of the time. / comments
I'm also having this issue, I just tracked it back to SQL Prompt 6 EAP mere moments ago. I am also using a solution, with many projects.
I have found that the tab history option appears to make a m...
FYI, I have since uninstalled SQL Test, SQL Connect, and SQL Source Control, and I have not yet run into the issue again. The errors listed below have also stopped showing up in the event log. / comments
FYI, I have since uninstalled SQL Test, SQL Connect, and SQL Source Control, and I have not yet run into the issue again. The errors listed below have also stopped showing up in the event log.
SQL Prompt 6 copy not working
I've noticed that with the EAP of SQL Prompt 6 the copy button is gone from the object pop-up window that contains the script/summary when you mouse over a proc/func in a query window. There is now...
SQL Prompt 6 issue with SQL Test 1
I recently installed the EAP of SQL Prompt 6 at the recommendation of one of the support folks, V5 had been crashing VS2012 on close - and the EAP 6 version did indeed seem to fix it.
However, now ...
SQL Prompt causing VS 2012 crash on exit
Since installing the newest version of SQL Prompt 5.3.8.2 the other day, I noticed that Visual Studio 2012 now crashes on exit every single time. Windows will then pop up a window offering me a sol...
Thanks Manfred,
I think in light of the lack of support releases for this product I'm going to let my existing support agreement for it expire this year. No sense in paying for nothing. / comments
Thanks Manfred,
I think in light of the lack of support releases for this product I'm going to let my existing support agreement for it expire this year. No sense in paying for nothing.
Manfred.Castro wrote:
Thank you for reporting this to us.
I was able to reproduce this issue and have logged it in our internal bug tracking system under the reference number SP-4629
Is there any status update on this item? It's still occurring for me on a regular basis, and it's really killing my productivity. / comments
Manfred.Castro wrote:
Thank you for reporting this to us.
I was able to reproduce this issue and have logged it in our internal bug tracking system under the reference number SP-4629
Is there ...
SQL Compare sync through SSMS 2012 causes SSMS to...
...think it has crashed on close. I always have the script open in SSMS to review it before running the sync, usually for only a few stored procs/funcs at a time, and each time after I execute, cl...
SQL Prompt mangles statements when certain key combinations
...occur.
An example:INSERT INTO admin.TestTable
( ID ,
TestColumn ,
TestColumnDateTime
)
VALUES ( 0 , -- ID - int
'' , -- TestColumn - ch...