Viewing 15 posts - 6,091 through 6,105 (of 6,400 total)
check your standby server is copying and restoring the logs?
is the SQL Server and/or Agent online after the reboot?
are the services set to automatic startup? if not set to...
November 28, 2011 at 4:55 am
SQLDBA-536161 (10/17/2011)
I'm having trouble understanding SQL Server active/active cluster model. I was asked by our management about the difference between active/passive active/active to run SharePoint 2010.
I know what...
November 28, 2011 at 4:11 am
simon-811452 (11/28/2011)
November 28, 2011 at 3:51 am
jewel.sacred (11/28/2011)
Dev (11/28/2011)
jewel.sacred (11/28/2011)
Dev (11/28/2011)
It's OK Aaron. 2 Backups are better than 1 (or none) 😉
I think it is not OK (not always atleast). Imagine the...
November 28, 2011 at 3:45 am
Have the tcp/ip and named pipes providers been enabled under SQL Server Configuration Manager on the server by the person who installed SQL?
November 28, 2011 at 3:35 am
On clusters you need to install the software on all nodes within the cluster as it registers extended stored procedures, few registry keys and a number of DLL's to operate...
November 28, 2011 at 3:10 am
Should look something like this
Begin Try -- move rec from tblCustomer_deleted --> tblCustomer
set identity_insert tblCustomer on
Begin Trans
insert into...
November 28, 2011 at 3:00 am
Gianluca Sartori (11/25/2011)
Columns to rows looks like a good fit for UNPIVOT.However, I don't understand the expected output.
Can you please post your question according to the specs in this article[/url]?
As...
November 28, 2011 at 2:43 am
duplicate post, please direct answer to here http://www.sqlservercentral.com/Forums/Topic1211822-391-1.aspx
November 28, 2011 at 2:00 am
I'd have to agree with Gail, if you want to have official Microsoft credited learning material that you follow the link in my previous post to the learning material.
If you...
November 25, 2011 at 1:27 am
not to worry, always happy to help.
November 25, 2011 at 1:24 am
good place to start
http://www.microsoft.com/learning/en/us/certification/cert-sql-server.aspx
November 24, 2011 at 5:53 am
from what I remember as I had the VDI issue with LiteSpeed is that it was down to memory pressure.
try restarting the LiteSpeed service, if that fails restart SQL and...
November 24, 2011 at 4:45 am
do you not have an active maintenance contract with Quest?
6.5.1 is pretty recent, so you must have either expired on maintenance somtime after March or purchased 6.5.1 this year in...
November 24, 2011 at 4:35 am
the console is user specific, so you will not see any servers unless you register them under your profile
November 24, 2011 at 4:30 am
Viewing 15 posts - 6,091 through 6,105 (of 6,400 total)