Viewing 15 posts - 91 through 105 (of 1,158 total)
I would keep it simple and reconfigure tempdb to 12 * 10240MB and re-assess.
You would be better off having more small files than 3 large files to reduced contention.
February 12, 2014 at 3:32 am
I don't recall any of those having changed but you'll have to review the appropriateness of each setting for your new setup.
I've seen quite a few old SQL...
February 10, 2014 at 8:43 am
sqlcentral2 (2/7/2014)
b) I have not indexed the internet in my head and neither have you.
c) "it proves" that I didn't "google" well enough
c)...
February 7, 2014 at 9:58 am
sqlcentral2 (2/6/2014)
The poster comment about number of partitions can stand forever, it will still be wrong. I have simply...
February 6, 2014 at 6:12 am
sqlcentral2 (2/5/2014)
Msg 7719, Level 16, State 1, Line 1
CREATE/ALTER partition function failed as only a maximum of 1000 partitions can be created.
I can see now that the SQL2012 docs...
February 6, 2014 at 4:20 am
Was there any backup process occurring at the time?
February 4, 2014 at 4:40 am
Are you using this box as its own distributor? If so, this means the logreader agent is running locally and could potentially consume the CPU if there has been...
February 4, 2014 at 4:38 am
Jako de Wet (2/4/2014)
We also...
February 4, 2014 at 4:28 am
Jako de Wet (2/4/2014)
February 4, 2014 at 4:07 am
Litespeed doesn't restore native backups. All it does is use the same native restore TSQL you run through SSMS.
Attempting to restore a native backup using the Litespeed xp's will...
February 3, 2014 at 2:56 am
January 31, 2014 at 3:20 am
Objects are create on FILEGROUPS. This allows for them to be proportionally filled over multiple files depending on files sizes. This allows you to spread data reads/writes over...
January 31, 2014 at 3:09 am
Minnu (1/30/2014)
Physical size of my actual backup is showing :500 MB
Is this a native compressed backup? Backups have no bearing on the size of a snapshot. They...
January 30, 2014 at 9:28 am
Could you post the DDL and DML for what you want to achieve?
http://www.sqlservercentral.com/articles/Best+Practices/61537/%5B/url%5D
January 27, 2014 at 1:52 am
Is the job AND the schedule enabled? Either one can be disabled.
January 24, 2014 at 9:16 am
Viewing 15 posts - 91 through 105 (of 1,158 total)