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 ...
1
vote
4answers
55 views

SQL Server 2008 update statement hangs

In my SQL Server 2008 Enterprise I have a database that contains several tables: Departments - few rows Persons - a 300+- rows Permissions - thousands of rows The primary key of Persons is the ...
1
vote
1answer
42 views

increment multiple row FK Ids with trigger on insetion from XLS batch SQL

I had posted other questions relating to this problem, but haven't had any responses to directly address the issue of multiple row data imports from XLS. I'm an infrequent user of SQL or DBs in ...