Viewing 15 posts - 1 through 15 (of 311 total)
Sorry maybe I am not being clear.
If you stop a continuous replication job its last outcome status is cancelled. I want a way for it to have...
February 6, 2015 at 6:35 am
Really I want a graceful way to stop the continous distribution job such that the last outcome shows succeeded.
February 6, 2015 at 5:58 am
Yes I have raised this but its Microsoft Dynamics AX and without a lot of customisation to the way AX uses X++ to generate the SQL then unfortunately its not...
August 6, 2014 at 3:16 am
Sean Pearce (8/5/2014)
The Clustered Index is performing a seek on LANGUAGEID, PRODUCT...
August 6, 2014 at 1:10 am
Here you go
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[ECORESPRODUCTTRANSLATION](
[DESCRIPTION] [nvarchar](1000) NOT NULL,
[NAME] [nvarchar](60) NOT NULL,
[PRODUCT] [bigint] NOT NULL,
[LANGUAGEID] [nvarchar](7) NOT NULL,
[RECVERSION] [int] NOT NULL,
[PARTITION] [bigint] NOT NULL,
[RECID] [bigint] NOT NULL,
[MODIFIEDBY]...
August 5, 2014 at 7:10 am
I see, so you generally get a set of users to simulate some workload and capture that.
August 1, 2014 at 9:05 am
Yes that was my point really, I wasn't able to get a decent workload as I collected too much information.
I wondered if collecting workloads should be performed at the...
August 1, 2014 at 2:26 am
Hi thanks for that but I was more interested in how people collect their workloads in the first place do people just filter on a particular database over a...
July 31, 2014 at 2:42 am
Thanks, I wan't aware of that trace flag. Is there a good list of useful trace flags anywhere?
July 22, 2014 at 7:29 am
Ah yes thats sorted it, I was reading this article where it says "Estimatedcost in seconds.." which is what confused me.
http://msdn.microsoft.com/en-us/library/ms190949.aspx
Hopefully catch your session at SQLBits later this...
July 14, 2014 at 5:10 am
TheSQLGuru (7/2/2014)
July 2, 2014 at 10:20 am
Well I am glad you are talking about things I generally look at when configure a SQL server instance, makes me feel I am on the right track.
In regards your...
July 2, 2014 at 8:51 am
Thanks to you both, I didn't know about the Qure tool so will take a look at that, and thanks for pointing me in the right direction.
In regards server level...
July 2, 2014 at 7:07 am
Hi Grant
I actually have your book SQl Server 2012 Performance Tuning. The flow of the book seems to be arming the reader with techniques for tuning queries followed by...
July 2, 2014 at 5:36 am
Viewing 15 posts - 1 through 15 (of 311 total)