Viewing 15 posts - 1,861 through 1,875 (of 2,356 total)
Actually, it does sound as if this database is only a repository for data.
If I understand the architecture correctly:
1. The application reads data from the database, or someplace.
2....
January 14, 2016 at 7:36 am
abdullah.zarour (1/13/2016)
Quick questions. Have you ever partitioned a table? If so, can you provide some actual facts as to what the performance gains you realized?
Yes , I did...
January 13, 2016 at 6:29 pm
abdullah.zarour (1/13/2016)
You might try the following point :
1. Create a table partition.
2. Configure the SQL Server Instance Option ( Optimize for Ad hoc workloads).
3. Check Max...
January 13, 2016 at 5:11 pm
Stijn Vervaet (1/12/2016)
January 12, 2016 at 1:39 pm
Again, can we see a comparison of the two actual execution plans? That would help much more than this chart from Idera.
January 12, 2016 at 11:58 am
Stijn Vervaet (1/12/2016)
I investigated the “SP with Dynamic SQL” for a couple of hours this morning and came to the conclusion to move away from this route in...
January 12, 2016 at 10:36 am
I second Eric's suggestion. Can you post a comparison execution plan?
January 12, 2016 at 7:56 am
Stijn Vervaet (1/11/2016)
Hi Sir, talk about quick turnaround. I was actually already editing my post, please allow me to give some more details:
Thank you.
The local variables are what I...
January 11, 2016 at 2:35 pm
I have a pure OLTP system, which I'm trying to further optimize. For this I use a set workload which runs a large number of big transactions (mimicking my production...
January 11, 2016 at 1:36 pm
Jack Corbett (1/11/2016)
Ed Wagner (1/11/2016)
Koen Verbeeck (1/11/2016)
Ed Wagner (1/11/2016)
Grumpy DBA (1/11/2016)
Grant Fritchey (1/11/2016)
January 11, 2016 at 1:29 pm
Will this work:
Declare
@lcFirst_Name VARCHAR(20) ,
@lcLast_Name VARCHAR(100) ,
@lcGuar_First_Name VARCHAR(20),
@lcGuar_Last_Name VARCHAR(20),
@lcMinitial VARCHAR(20) = '',
@lcGuar_Minitial VARCHAR(20) = '',
@PIDcName VARCHAR(100) = 'Sumair^Haider^R',
@GITcName VARCHAR(100) = 'Ali^Haider.',
@Pidx INT = 0,
@Gidx INT = 0
SELECT [1] ...
January 7, 2016 at 10:21 am
Ed Wagner (1/6/2016)
Sean Lange (1/6/2016)
Ed Wagner (1/6/2016)
Brandie Tarvin (1/6/2016)
Sean Lange (1/6/2016)
January 6, 2016 at 1:39 pm
Jeff Moden (12/29/2015)
Lynn Pettis (12/29/2015)
Jeff Moden (12/29/2015)
December 29, 2015 at 9:46 am
Jeff Moden (12/29/2015)
December 29, 2015 at 8:38 am
Viewing 15 posts - 1,861 through 1,875 (of 2,356 total)