Viewing 15 posts - 196 through 210 (of 308 total)
The SQL Server log is at the instance level only, there is no database level log.
It can be found by opening your SQL instance in Management Studio, then opening the...
September 2, 2014 at 4:37 am
I think to keep things simple having both the cluster and SQL VIP on the same vLAN is the way forward.
Thanks for the advice!
Andrew
August 8, 2014 at 8:03 am
Hi Perry,
Thank you for the quick response.
So having the cluster VIP on the Production vLAN would probably be the best way forward? I can put it on the management vLAN...
August 8, 2014 at 7:09 am
Odd, is there anything in Tools > Options > SQL Server Object Explorer > Scripting ?
July 10, 2014 at 11:06 am
Brent Ozar has a good blog post about running SQL 2012 on Windows Server 2008 and why Windows 2012 should be used:-
http://www.brentozar.com/archive/2014/03/need-high-availability-sql-server-windows-server-2012/
July 10, 2014 at 9:06 am
Logical reads are reads from memory whereas physical reads are reads from disk.
If the queries are not waiting on anything then the next thing I would look at is the...
July 10, 2014 at 9:03 am
Have a look at the Microsoft Virtual Academy:-
http://www.microsoftvirtualacademy.com/product-training/sql-server
Lots of good resources available
July 10, 2014 at 5:38 am
This link should give you some information about diverting read only traffic:-
http://msdn.microsoft.com/en-us/library/hh710054.aspx#RORReplicaProperties
However if you want to split the traffic between read only replicas, I'm honestly not too sure.
July 10, 2014 at 5:32 am
As far as I'm aware, you can have up to 4 secondary replicas in SQL 2012 and up to 8 in SQL 2014. So you should not have a problem...
July 9, 2014 at 5:36 am
Open up Configuration Manager and have a look at the status of the SQL Server Agent.
If it is starting, wait for it to be brought online otherwise start the service.
Andrew
July 9, 2014 at 5:26 am
I wouldn't recommend doing so. Your backup job is currently verifying the backup file, you should let it complete to ensure that your backup is valid.
Andrew
July 9, 2014 at 4:58 am
Would this help?
http://www.mssqltips.com/sqlservertip/2121/event-notifications-in-sql-server-for-tracking-changes/
May 30, 2014 at 7:16 am
Hi, memory node id 64 is a logical node to support the Dedicated Admin Connection. It's not associated with any physical NUMA node.
From your screen shot I would say that...
May 30, 2014 at 5:37 am
Perry Whittle (5/29/2014)
DBA From The Cold (5/29/2014)
May 30, 2014 at 1:26 am
Completely agree with you on the nested views/stored procedures.
Trying to trouble shoot an issue when a stored procedure has called ten other procedures, which in turn call another load of...
May 29, 2014 at 10:57 am
Viewing 15 posts - 196 through 210 (of 308 total)