Viewing 15 posts - 211 through 225 (of 486 total)
What schedule is set for the SQL Agent job that runs the snapshot?
MCITP SQL 2005, MCSA SQL 2012
October 20, 2014 at 4:04 am
How about using the same backups to log ship to your staging server and on the last log backup you restore use the with Standby option?
For example to...
MCITP SQL 2005, MCSA SQL 2012
October 16, 2014 at 4:38 am
Threw this together quickly so may not be 100% but hopefully gives you a start:
SELECTCASEWHEN f.UsedQT < COALESCE(s1.AvailableQT, s2.AvailableQT) THEN COALESCE(s1.AvailableQT, s2.AvailableQT) - f.UsedQT
WHEN f.UsedQT = COALESCE(s1.AvailableQT, s2.AvailableQT) THEN...
MCITP SQL 2005, MCSA SQL 2012
September 30, 2014 at 9:32 am
Having done the SQL 2012 MCSA prior to these changes I agree the warehouse exam is pretty tough if you don't work in a warehousing environment. But as a DBA...
MCITP SQL 2005, MCSA SQL 2012
September 22, 2014 at 4:46 am
This would be a start for the monitoring of the services:
http://it-erate.com/monitoring-service-failures-powershell/
MCITP SQL 2005, MCSA SQL 2012
July 21, 2014 at 9:34 am
Which of the resources are you talking about? i.e. just the SQL Services or more than that?
For example if the cluster failed over, SQL server and the...
MCITP SQL 2005, MCSA SQL 2012
July 21, 2014 at 8:01 am
robin.pryor (7/14/2014)
We have a...
MCITP SQL 2005, MCSA SQL 2012
July 14, 2014 at 7:14 am
Prior to reading the book \ sitting the exam I had developed a few relatively basic SSIS packages, but as a production DBA supporting our Data warehouse I regularly investigate...
MCITP SQL 2005, MCSA SQL 2012
May 13, 2014 at 5:51 am
Content wise I found the book OK, certainly enough to pass the exam. However there is a few mistakes but it gave me the opportunity to figure it out...
MCITP SQL 2005, MCSA SQL 2012
May 13, 2014 at 3:10 am
When you say cloud what do you mean? A DBA that administers instances hosted on a cloud platform, someone that manages the cloud platform, one of another many types...
MCITP SQL 2005, MCSA SQL 2012
April 30, 2014 at 9:46 am
essue006 (4/16/2014)
I passed OCA DBA 11g exams. I have some experience with Oracle, but zero experience with SQL Server.
For me was OCA DBA 11g exams very hard. I learned 2...
MCITP SQL 2005, MCSA SQL 2012
April 30, 2014 at 9:38 am
Do you have the option of upgrading to SQL 2012 and utilising Always on Availability Groups?
MCITP SQL 2005, MCSA SQL 2012
April 30, 2014 at 5:13 am
gilalig (4/29/2014)
Would appreciate any help in implementing a solution for the following:
Source server: sql server 2008 r2 enterprise
Target server: sql server 2012 on DMZ
We need to replicate...
MCITP SQL 2005, MCSA SQL 2012
April 30, 2014 at 5:10 am
I may have missed some information as this is a long thread but I noticed that you have not set a MAXDOP value when creating your index, if the MAXDOP...
MCITP SQL 2005, MCSA SQL 2012
April 30, 2014 at 4:47 am
Personally I would say you are better defining what you want to do and then looking at what each provider can offer to suit your requirements.
For example even just within...
MCITP SQL 2005, MCSA SQL 2012
April 29, 2014 at 9:25 am
Viewing 15 posts - 211 through 225 (of 486 total)