Viewing 15 posts - 3,226 through 3,240 (of 9,253 total)
faisalfarouqi (6/24/2014)
I am in need of upgrading my current SQL instance (servera\inst1) running on 2008 enterprise edition stand-alone to sql 2012 clustered. Could someone pls. provide some guidelines as...
June 25, 2014 at 8:13 am
Sniffer2010 (6/19/2014)
declare @String varchar(500)
set @String = '<p>Assessed By:...
June 25, 2014 at 8:05 am
cheshirefox (6/23/2014)
I have two servers, one with 80 cores and another with 64 cores. Both are HP 980's. Different chip set and both connected to a flash appliance.
My question...
June 25, 2014 at 7:54 am
river1 (6/25/2014)
I have installed the SQL Server 2012.
When I try to start the service it says that the credentials are not good.
SQL Server 2012 puts my SQL Server Service with...
June 25, 2014 at 7:49 am
Rudyx - the Doctor (6/24/2014)
hmmm ... should not be attempted ???
I would call that Disaster Recovery !
any decent DBA should be able...
June 24, 2014 at 5:23 pm
Eric Mamet (6/23/2014)
Set the static port on the IPALL section and not for an individual address
I only set it for a specific IP address.
Do I leave the...
June 23, 2014 at 6:32 am
what version of VCS are you using?
have you contacted symantec or checked their knowledgebase for help?
June 23, 2014 at 4:29 am
Eric Mamet (6/22/2014)
There is no other database server on...
June 23, 2014 at 4:25 am
rquest7 (6/22/2014)
June 23, 2014 at 4:18 am
GilaMonster (6/23/2014)
rquest7 (6/22/2014)
What are the steps that a DBA or sql admin needs to do, to resolve the transaction log full issue
Did you bother to read the article I...
June 23, 2014 at 4:01 am
WolfgangE (6/22/2014)
June 23, 2014 at 4:00 am
i use the following
SELECT sp.name AS ServerPrincipal,
sp.type_desc AS LoginType,
CASE sp.is_disabled
WHEN 0 THEN 'No'
WHEN 1 THEN 'Yes'
END AS UserDisabled,
sp.create_date AS DateCreated,
sp.modify_date AS DateModified,
sp.default_database_name AS DefaultDB,
sp.default_language_name AS DefaultLang,
sp2.name...
June 19, 2014 at 4:09 am
SQLSvrStevo (6/13/2014)
We did apply this in our test environment some weeks ago but no one took note of how long the script update state
Check the sql server log there may...
June 13, 2014 at 11:53 pm
ntrovato (6/10/2014)
I will be using Steeleye Datakeeper to do the clustering of SQL 2008 ... it does not require shared storage. See below.
It's replicated storage which although not strictly shared...
June 13, 2014 at 5:39 am
Viewing 15 posts - 3,226 through 3,240 (of 9,253 total)