Bugs - SimonS Blog on SQL Server Stuff

Browse by Tags

All Tags » Bugs (RSS)

What application doesn't have UNDO in today's world

Well the first that is close to my heart is Integration Services and its really annoying. I tried to track down a connect item for this but couldn't find a specific one. So I raised one https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx...

Full text thesaurus files bug in documentation

I don't normally blog about documentation errors generally because they're often not that major however this one is fundamental what is being explained. This is the page online http://msdn2.microsoft.com/en-us/library/7f5424a4-a72c-44dc-b455-786a12767c99...
Posted by simonsabin | with no comments

SQL 2005 install hangs on "Setting File Security"

When doing an install of SQL 2005 you may encounter the install hanging on the "setting file security" stage. This is due to th install trying to do some security resolution with domain controllers. The easiest answer is to unplug the network cable (or...

Maintenance plan warning for SP2

Due to a regression bug introduced in SP2 some of the maintenance plan tasks that can operate on multiple databases may not perform as expected. If a maintenance plan component uses TSQL of this nature USE [DBFred] GO DBCC CHECKDB.... GO USE [DBSimon...

SSMS Custom reports - Drill through reports

If you intend using the new custom reports feature of Management Studio and develop a set of reports that you can navigate between then be aware of a feature where by if you refresh a drill through report the some of the parameters are not maintained...
Posted by simonsabin | with no comments
Filed under: ,

SQL Server sucks - Stop complaining and do something about it

Further to my last post about the BULK UPDATE suggestion I have made, if you have any suggestions or bugs of your own then please put them into connect. Please also support the bugs and suggestions that others have raised. The list of non-closed bugs...
Posted by simonsabin | with no comments