Viewing 15 posts - 61 through 75 (of 286 total)
Lynn Pettis (6/18/2012)
Duncan Pryde (6/18/2012)
kharol (6/18/2012)
I thought about parameter sniffing, but all resource I found about it was related to stored procedures. Nevertheless, I tried wrapping it in stored procedure...
June 18, 2012 at 3:36 pm
kharol (6/18/2012)
I thought about parameter sniffing, but all resource I found about it was related to stored procedures. Nevertheless, I tried wrapping it in stored procedure that would do exactly...
June 18, 2012 at 1:53 pm
If you can't rewrite the query easily, a quick fix that worked for me with a slow function suffering from parameter sniffing was to declare variables within the function, then...
June 18, 2012 at 9:17 am
Welsh Corgi (6/20/2011)
What column is the primary key?
UserName (which is the login name)
June 21, 2011 at 1:40 am
Welsh Corgi (6/19/2011)
Duncan Pryde (6/13/2011)
Welsh Corgi (6/13/2011)
Duncan Pryde (6/13/2011)
I used UserName as a primary key in all tables, but UserID would work equally well.
Duncan
UserID would probably be the better option...
June 20, 2011 at 1:15 am
allmhuran (6/16/2011)
One is to have a complete table for each entity describing all attributes. In your case,...
June 17, 2011 at 4:05 am
Welsh Corgi (6/13/2011)
Duncan Pryde (6/13/2011)
I used UserName as a primary key in all tables, but UserID would work equally well.
Duncan
UserID would probably be the better option since it is possible...
June 13, 2011 at 8:55 am
Welsh Corgi (6/11/2011)
I assume that you...
June 13, 2011 at 1:54 am
This problem is bugging me, since I feel there has to be a better/more elegant way of solving it. It is basically a specific case of the general "how do...
June 9, 2011 at 3:01 am
Good idea from Chris. I've not used the reverse technique before, so it looks interesting. What we have done on one large database is to create a indexed computed column...
May 13, 2011 at 5:59 am
terrykzncs (5/10/2011)
May 11, 2011 at 2:00 am
terrykzncs (5/10/2011)
Unfortunately it is a big table. If I use = and put the exact wording will that be faster? I will have to put about...
May 10, 2011 at 3:42 am
lance.kentwell (5/9/2011)
May 10, 2011 at 1:34 am
Duncan Pryde (5/9/2011)
Another one here who didn't read the question properly and thought it was talking about backup compression 🙁
I should add: good question though, thanks.
May 9, 2011 at 4:58 am
Another one here who didn't read the question properly and thought it was talking about backup compression 🙁
May 9, 2011 at 4:54 am
Viewing 15 posts - 61 through 75 (of 286 total)