Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Jayarajdaniel.Sundarraj
Starting Member
4 Posts |
Posted - 2009-10-15 : 10:02:37
|
I have created some foreign Key constraint like ALTER TABLE [dbo].[WSDelive] WITH NOCHECK ADD CONSTRAINT [FK_WSDelive] FOREIGN KEY([WSId])REFERENCES [dbo].[Workspace] ([WSId])is there any performance problem?if so please reply meits very urgent...RegardsDaniel  |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-10-15 : 10:58:48
|
| did you try creating this? how did you find performance? |
 |
|
|
Jayarajdaniel.Sundarraj
Starting Member
4 Posts |
Posted - 2009-10-16 : 01:35:35
|
| i had created the Foreign Key constraint "with NOCHECK", its got created but i'm asking does it decrease or increase the performanceRegardsDaniel |
 |
|
|
|
|
|