Login or Sign Up to become a member!
LessThanDot Sit Logo

LessThanDot

All Blogs

Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.

LTD Social Sitings

Lessthandot twitter Lessthandot Linkedin Lessthandot friendfeed Lessthandot facebook Lessthandot rss

Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.

Your profile

Authors

Search

XML Feeds

Google Ads

Tags: bug

comments
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

If you are using snapshots be aware that running sp_helpdb reports wrong files. Let's take a look by running some code

First create a test database

tsql Sample Code (See Article for Rest)
Read More...
comments
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

Catching the completion of a visual state change in Silverlight 3

Read More...
comments
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

A question was posted in our SQL Server programming forum today. A person had this stored procedure

tsql Sample Code (See Article for Rest)
Read More...
comments
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

Some bugs just don’t seem to be the trouble to fix.

I had this unusual problem with a treeview (the one that can be found at System.Windows.Forms.TreeView) and disappearing icons.

Just look at this.

You can see that there is nothing wrong with the icons or the imagelist because the button just above the treeview uses an icon from the same imagelist as the treeview.

Now this seems to be a known bug. Just look at this post...

Read More...
comments
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

FIX: A MERGE statement may not enforce a foreign key constraint when the statement updates a unique key column that is not part of a clustering key and there is a single row as the update source in SQL Server 2008

In Microsoft SQL Server 2008, a foreign key constraint may not be enforced when the following conditions are true:

• A MERGE statement is issued.

• The target column of the update has a nonclustered unique index.

Microsoft has created the first Hotfix for SQL Server 2008 which will fix this issue.

You can read more a...

Read More...

:: Next >>