Viewing 15 posts - 21,136 through 21,150 (of 59,072 total)
SQL-DBA-01 (3/27/2015)
I have managed to fix this.
Please share what you did. Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 27, 2015 at 3:06 pm
SQLRNNR (3/27/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 27, 2015 at 12:48 pm
Luis Cazares (3/27/2015)
Ed Wagner (3/27/2015)
Sean Lange (3/27/2015)
Luis Cazares (3/27/2015)
Starting on April 21st I'll be working in the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 27, 2015 at 11:33 am
I'm going to recommend incredible caution here. Even Itzik said it wasn't optimized in his original post.
Internally, this as bad as a double cross join because it...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2015 at 10:25 pm
1. Is any of that data ever updated once it's been inserted into the table? If so, what is updated column-wise?
2. What are the current indexes that you have...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2015 at 9:29 pm
Dave-3000 (3/26/2015)
I have a requirement in a...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2015 at 9:11 pm
I believe that the reasons for that are many...
1. It's a scalar UDF.
2. It does calculations instead of using constants.
3. It doesn't take advantage of nested replaces.
4....
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2015 at 8:32 pm
Create a stored proc to with constraints to limit what someone can drop. Add EXECUTE AS OWNER to the proc and then give the user permissions just to run...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2015 at 8:20 pm
My recommendation would be to do those kinds of checks externally rather than adding them to the function. Changes for convenience will slow things down when it's not convenient....
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2015 at 6:32 pm
PHYData DBA (3/26/2015)
It seemed like an important subject and one I had...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2015 at 3:42 pm
Eirikur Eiriksson (3/26/2015)
crookj (3/26/2015)
Eirikur Eiriksson (3/26/2015)
djj (3/26/2015)
Ed Wagner (3/26/2015)
SQLRNNR (3/26/2015)
djj (3/26/2015)
SQLRNNR (3/26/2015)
pursuitHot
blooded
Anger
Management
Board
Game
Theory
Practice
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2015 at 1:29 pm
PHYData DBA (3/26/2015)
Jeff Moden (3/24/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2015 at 1:28 pm
dwain.c (3/26/2015)
Gary Varga (3/26/2015)
dwain.c (3/25/2015)
Make it Work, Make it Fast, Make it Pretty[/url]
Maybe I should...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 26, 2015 at 8:25 am
lmarkum (3/25/2015)
Jeff, I have been told that querying such DMV's caused an issue in a production environment and so there is now caution about such queries.
Understood. It...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 25, 2015 at 10:17 pm
dwain.c (3/25/2015)
Jeff Moden (3/24/2015)
Will there only ever be two "id_fixing" values? If not, how many are there or could be?
I hate it when you ask questions like that. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 25, 2015 at 10:08 pm
Viewing 15 posts - 21,136 through 21,150 (of 59,072 total)