Viewing 5 posts - 1 through 5 (of 5 total)
@bkubicek I am surprised that a possible rewrite is necessary since you can use stored procedures inside of Entity Framework. I had the same problem for...
May 12, 2010 at 7:43 am
As a developer having finished a couple of large projects using an ORM (Entity Framework) I can tell you that they add more than they take away. Most DBAs...
May 12, 2010 at 2:53 am
It is common wisdom that using sp_ will decrease performance since these procedures will first be searched within the Master database rather than in the database that it was...
March 18, 2009 at 4:04 am
I would suggest looking into the SOUNDEX functionality built into SQL Server http://msdn.microsoft.com/en-us/library/aa259235(SQL.80).aspx. This could help in certain instances while in your particular example in probably wouldn’t....
March 18, 2009 at 3:40 am
Viewing 5 posts - 1 through 5 (of 5 total)