Viewing 15 posts - 121 through 135 (of 1,127 total)
info.sqldbamail (5/2/2016)
May 2, 2016 at 3:09 pm
The first thing that comes to my mind is after the migration have you updated your statistics and rebuild indices?
April 28, 2016 at 9:27 am
arkiboys (4/27/2016)
We have sql server 2008 R2 with ssis, ssas and reports...
I would like to write-up a document on upgrading to sql server 2014.
In the document I...
April 27, 2016 at 11:02 am
cmc123 (4/25/2016)
We have an estate of 120 Prod & DR Servers. We looking for efficient monitoring tool. we would like to know Top 10 tools in market.
Please assist me on...
April 26, 2016 at 9:56 am
Very hard to give you any recommendations with out seeing the actual query and schema. First thing i would check if your stats are upto date. There could be other...
April 25, 2016 at 7:57 am
What issue are you trying to solve. If you really want to cache, you would do that at app layer not really at DB layer since DB will cache data.
April 22, 2016 at 8:17 am
Bob Dorr strongly recommended to use 64KB cluster size regardless whether your underlying disks are on SAN or direct attached because though your block size is 64KB at the OS...
April 22, 2016 at 8:14 am
Below is the code that i use. Basically there is a sproc to create a trace file and a sproc to control the trace file and load data.
-- Create...
April 20, 2016 at 8:24 pm
Thank you Jeff and yes i should have provided more details, sorry posted in haste:-P. Below is the script for the table and the code that i used to get...
April 14, 2016 at 1:26 pm
Did you try updating meta data in fulltext index? Look in the properties.
April 13, 2016 at 11:00 pm
Nice :)....Jokes aside, would be cool is i can actually execute my t-sql scripts on MySQL.
April 1, 2016 at 10:24 pm
nadersam (3/31/2016)
But will that raise the time from 3 sec to 9 secs, i think the difference is big .Is the estimated row count based on stats correct now?
Depends, that...
March 31, 2016 at 12:29 pm
On the slower one you are pulling about 20K more records in slower one and the amount of data is doubled ( 2MB vs 1MB) and so you are also...
March 31, 2016 at 12:21 pm
I would start from making sure stats are update on both the sides or may be just update the stats with full scan if possible. Then execute the queries on...
March 31, 2016 at 8:50 am
kyyo757 (3/29/2016)
I thought I'd share my solution to this problem after numerous searches on Google and not finding a solution to fit my particular needs.
Summary: We are not using...
March 29, 2016 at 6:16 pm
Viewing 15 posts - 121 through 135 (of 1,127 total)