Tagged Questions
3
votes
4answers
530 views
Is there a performance hit by added nonenforced foreign keys to a SQL Server 2008 database?
I'm working with a database and I want to start using LINQ To SQL with it. The database doesn't have any FKs inside of it right now for performance reasons. We are inserting millions of rows at a time ...