Viewing 15 posts - 16 through 30 (of 92 total)
Thanks for sharing.
You might also make a note about permissions. If the service account doesn't have appropriate permissions on the new path then SQL won't start.
I'd also stress...
December 14, 2017 at 1:35 am
Very interesting approach! Thanks for sharing.
One remark though: declare @value should probably read declare @val (in the first code fragment)
Regards
Thierry
November 17, 2017 at 1:23 am
October 10, 2017 at 9:35 am
Hi Kenneth, awesome article, thanks for sharing!
One question if I may... You mention reducing the amount of VLFs. Is that related to a specific wait? I know you could...
October 10, 2017 at 2:41 am
Hi Alex,
Spotlight (Quest) or SQL Monitor (Redgate) support mount points.
We use a custom utility. I've written a service that is installed on all SQL servers and that...
June 28, 2017 at 9:05 am
I think you should also configure the dependency between the "root" volume (P: in this case) and the mounted one because the mounted volume depends on it. At least that's...
June 26, 2017 at 2:40 am
This is an interesting article. Thank you for sharing!
What I'd like to know however is what causes this behavior. Seems like a bug, no? What version did you test...
May 16, 2017 at 1:17 am
This is very well written imho
https://www.codeproject.com/Articles/690340/Querying-SQL-Server-Part-I
https://www.codeproject.com/Articles/692269/Querying-SQL-Server-Part-II
February 20, 2017 at 9:16 am
February 20, 2017 at 8:37 am
It's indeed due to the different capitalization ( c: vs C: ).
You need to change it in the registry where the service configuration is kept: HKLM\SYSTEM\CurrentControlSet\Services. Find your instance...
February 20, 2017 at 8:29 am
A triathlon? Respect...
My goal is to run 365km this year. That doesn't sound like much to a pro but if you come to think of it: I may not be...
January 5, 2017 at 2:41 am
Hi Igor,
thx for the interesting question. Do you have any thoughts on how hyperthreading relates to licensing?
Regards
Thierry
September 21, 2016 at 8:37 am
Jeff Moden (1/18/2016)
thierry.vandurme (1/18/2016)
I think these helper functions are now deprecated and you need to add a directive to the code to ignore the warnings about that.
Any idea what...
January 18, 2016 at 7:58 am
Sure, at the risk of getting shot because of bad coding 😉
We have two helper functions converting from/to long/ip.
We subscribe to the datagrid's CellFormatting event and change the long...
January 18, 2016 at 6:35 am
Viewing 15 posts - 16 through 30 (of 92 total)