Viewing 15 posts - 1 through 15 (of 29 total)
How can I force Sql Server to not use the cache or other optimizations so that the same query always takes the same amount of time? When trying to tune...
January 29, 2020 at 12:57 pm
I wrote a little monitor program that queries the database every 30 seconds checking for blocking sql. Usually the query returns nothing. If it does return some data, the program...
August 23, 2019 at 2:56 pm
Heh, funny the timestamp on my message is "April 16, 2019 at 2:19 pm". I posted it at 10.19 AM.
April 16, 2019 at 2:20 pm
Yes, we store both the server time and the "User PC Time" in the AuditTable. When the user is looking at the audits, they can see the local pc time....
April 16, 2019 at 2:19 pm
Great advice! In C it's called printf and people would joke about me using the "printf debugger". It's especially useful to minimize timing changes when debugging a race condition. "It...
November 19, 2018 at 12:36 pm
I think it is a HIPPA violation to run on unsupported software if your product is used with protected health information (PHI).
July 17, 2018 at 5:00 am
/****** Object: Table [dbo].[AUDITTABLE] Script Date: 6/6/2018 2:19:13 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[AUDITTABLE](
[TRANSACTION_TIME] [datetime] NULL,
[OBJECT_TYPE] [varchar](900) NULL,
June 6, 2018 at 12:19 pm
Yes, nine of the columns are indexed. I don't think Transaction_date is used.
I like the idea of using a view for lookups.
June 6, 2018 at 11:41 am
June 6, 2018 at 10:45 am
There is no such thing as "I don't have time". Everyone has the same amount of time. It's all about your priorities on how you use it.
“Time isn’t...
October 11, 2017 at 5:11 am
Crap, all I had to do was read the title and I would have got it right.
September 13, 2017 at 5:23 am
The security issue is addressed by new hardware (routers). Here's an excerpt from a recent USA Today article:
<quote>
Multiple devices that offer home protection from hacks are set to...
February 2, 2017 at 4:56 am
I am on my wife's insurance and want a bonus from my employer for not using our insurance here! I am saving them money.
March 4, 2016 at 4:47 am
Viewing 15 posts - 1 through 15 (of 29 total)