A quick post in case any of you developers out there are having trouble adding the SQL Server Management Studio tool if you have Visual Studio 2005 with an installation of SQL Server Express Edition 2005. The setup.exe will fail when it checks your current install, especially if you’ve been applying Windows Updates which may… Continue reading Adding SQL Server Management Studio to a development machine
Tag: SQL Server
Stored procedure error handling in SQL Server 2000
Today, we’re continuing work on our multipart message aggregation upgrade for a future Esendex release. One part of the investigations this morning has been looking into how we manage the database access as we add parts of an incoming message to it for later processing. As we have multiple servers processing inbound messages, there was… Continue reading Stored procedure error handling in SQL Server 2000