captainvere

Stories kicked by captainvere

Enterprise Manager Slow To Release Locks()

submitted by captainverecaptainvere(50) 5 years, 5 months ago

I discovered today that SQL Server Enterprise Manager creates table and row locks from SELECT queries when the result-set has more records than the result pane has room. These locks will persist until you 1) scroll through to the end of the result-set, or 2) close the query window. Why is there not a louder warning regarding this? Why does the SQL Server Manager product name include the word "Enterprise"?!! read more...

2 comments |category: |Views: 10

tags: another

Unable to Uninstall MS Beta Development Tools?(level5.typepad.com)

submitted by captainverecaptainvere(50) 5 years, 5 months ago

Other people might find this helpful when they encounter errors uninstalling pre-release dev tools from '05 and '06: Pre-released Microsoft .NET Framework 3.0 Uninstall Tool. It uninstalls pre-release versions of VS.NET, .NET Framework (2.0 and 3.0), SQL Server 2005 Express and MSDN Libraries. There is a warning that it also uninstalls the final versions of SQL Server 2005 Express. read more...

add a comment |category: |Views: 2

tags: another

ASP.NET Supervising Controller (Model View Presenter) From Schematic T(haacked.com)

submitted by QuiziqalQuiziqal(350) 5 years, 5 months ago

End-to-end walk-through of the process of implementing the Supervising Controller pattern in ASP.NET. Includes sample unit tests. read more...

add a comment |category: |Views: 97

tags: another