Viewing 15 posts - 1,066 through 1,080 (of 6,032 total)
February 2, 2018 at 10:56 am
Are the certificate backup files encrypted with a private key?
If so, that would prevent inspecting them externally with something like a text viewer.
One thing you could...
February 1, 2018 at 11:42 am
Regarding dynamic sql versus paramaterized sql, probably the example you've provided has been simplified for illustration purposes, and this is really an attempt to get a more general answer intended...
February 1, 2018 at 10:06 am
February 1, 2018 at 8:59 am
Rather than analyzing by database, I'd suggest focusing on what sql batches or execution plans are causing the spikes. Try selecting top 10 from query stats order descending by (total_physical_reads...
February 1, 2018 at 8:42 am
If I were to list three self identifying traits on my personal profile or resume, Adaptability would be one of them. It's good to have.
February 1, 2018 at 7:53 am
Identify jobs and other processes that are obsolete and tombstone them. That's especially common in large enterprise IT shops with scores of production database servers and 100s or 1000s of...
February 1, 2018 at 7:42 am
January 31, 2018 at 7:48 am
January 30, 2018 at 2:49 pm
As a side note, if what you really need to do is store a collection of JSON documents and work with the data natively as a JSON objects, arrays, properties,...
January 30, 2018 at 8:30 am
Where I work, we use both SentryOne and SolarWinds. Honestly, I could spend more time familiarizing myself with the tools. Getting an alert every time an event falls outside a...
January 30, 2018 at 8:11 am
Even if the server and database are "up", the system as a whole isn't entirely "available" within the context of every process or case usage. I mean, you can have...
January 26, 2018 at 11:53 am
If the MS Access developer really knows what they are doing, they can reference linked tables in a way that doesn't hit your server hard. Then again, what percentage of...
January 26, 2018 at 8:20 am
I wouldn't expect an impact on CPU, but I would expect it to negatively impact practically every other aspect of your SQL Server instance in a negative way. The main...
January 26, 2018 at 8:11 am
So, who knew about this flaw, and when did they know it?
The flaw in chip design has been there since the late '90s, and then the news breaks...
January 25, 2018 at 7:57 am
Viewing 15 posts - 1,066 through 1,080 (of 6,032 total)