Viewing 15 posts - 196 through 210 (of 1,524 total)
I don't mean to be negative at all. This is a great script. However, what this doesn't tell you at all is what the improvement is, how much...
March 30, 2016 at 5:35 am
It sounds like you are unfamiliar with debugging what could possibly be slowing down your system.
Are you familiar with SQL Profiler to capture long running queries and then see...
March 25, 2016 at 1:32 pm
This is sort of on topic but not.
By running this command you will see how fragmented the transaction log is. It is very important to have as few extends...
March 25, 2016 at 1:27 pm
Sure there is. Here is a table to load and a Stored Proc to load it. Simply schedule this SP to run, once a week or once a...
March 25, 2016 at 1:21 pm
look at the server application and system log and see what errors the services are throwing. Also locate the ERRORLOG for sql server and see if there is anything...
March 22, 2016 at 11:16 am
Yes, I believe I have heard MSDTC is not supported in the Always On configuration. But it will be in SQL 2016.
March 22, 2016 at 6:00 am
Works great. Very nice, Thanks!
March 17, 2016 at 5:57 am
Great code. I am going to set this up on all of my high profile SQL Servers. Thanks.
March 9, 2016 at 6:50 am
It was nice to drive home from work Tuesday and hear a Spring Training game on the radio.
March 3, 2016 at 4:34 am
I saw the release from Microsoft a couple of weeks ago about how CU's have been hardened and you are to treat them like SPs... instead of fixes for specific...
March 2, 2016 at 1:40 pm
We have virtualized almost everything here. With the exception of our large volume I/O ones that service our entire business and are CPU hungry. The small, low data...
March 2, 2016 at 7:24 am
My bank doesn't allow special characters either. I found that very odd. One would think banks would have been the absolute first ones to implement strong passwords.
February 26, 2016 at 5:11 am
Is it possible to run profiler and see what userid is connecting and running that query?
February 25, 2016 at 5:47 am
My banks website refuses to allow special characters in the password. Shameful if you ask me.
Password managers to me are a false sense of security to a certain degree....
February 18, 2016 at 6:48 am
Viewing 15 posts - 196 through 210 (of 1,524 total)