Skip to: Site menu | Main content

I know stuff!

In web development and programming, I often come across useful tidbits that solve a problem for me. I often have those problems again and can't remember that tidbit. Now I will. Maybe you can benefit too.

.NET Membership Provider - Delete User Error
Last Modified: 7/29/2010 by mr.dossett

Error: The DELETE statement conflicted with the REFERENCE constraint "FK__aspnet_Me__UserI__15502E78". The conflict occurred in database "YourDBName", table "dbo.aspnet_Membership", column 'UserId'.

Read Full Article...

iFilters in SQL
Last Modified: 7/29/2010 by mr.dossett

Very useful info I found at Simple-Talk and don't want to lose.  Go there for the full article on SQL Server Full Text Search: Language Features

Read Full Article...