Viewing 13 posts - 1 through 13 (of 13 total)
Thanks.
May 15, 2018 at 11:29 am
Mike you have Query Cost statistics throughout your post. How are you calculating that?
May 15, 2018 at 8:38 am
Look at SQL 2016's setup. This issue and enabling instant file initialization are now both handled.
May 12, 2016 at 2:48 pm
Will SQL Policies add an ExecutePS (execute PowerShell) function like its current ExecuteSQL & ExecuteWQL?
April 19, 2016 at 10:38 am
Phil,
I haven't seen more than one company in the last 20 years that protected & monitored data sufficiently. I would love to work for a shop that used Securesphere or...
December 5, 2015 at 6:30 pm
Three options:
1.) Give up. It's hard and you're not really protecting that much anyway. Just your company & its clients data. (Sounds like many of you already have.)
...
June 8, 2015 at 9:26 pm
Guardium from IBM and SecureSphere from Imperva are designed to monitor and alert all risk trying to attack your data. They both have essentially SQL proxy's which can prevent SQL...
June 8, 2015 at 8:38 pm
Two year old comments in app that still didn't work correctly........"Sprayed perfume on this dookie to try and make it work."
March 13, 2015 at 7:41 pm
PBM is awesome and would work perfectly in this situation. I work with a group that has over 1000 policies monitoring 300+ servers including Dev and Production domains.
Deploying every policy...
January 21, 2015 at 6:09 pm
No I would not buy SQL Standard to build the app on the hardware you describe. I would by Developer Edition write the SQL code in ANSI standard and then...
August 9, 2013 at 9:32 pm
Have you tried using SSRS Report Builder for Ad-Hoc queries in place of Access? It has much better performance than Access, limits what they have access to, & is free...
April 29, 2009 at 9:11 am
create the following sp:
USE [master]
GO
/****** Object: StoredProcedure [dbo].[usp_job_notification] Script Date: 04/02/2009 16:22:17 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[usp_job_notification] @job_id uniqueidentifier as
set nocount...
April 2, 2009 at 3:51 pm
The reason you are seeing this issue on new equipment is simply that SQL is outperforming the disk IO. The IO errors you are seeing are informational in nature stating...
April 2, 2009 at 10:12 am
Viewing 13 posts - 1 through 13 (of 13 total)