Viewing 15 posts - 1,336 through 1,350 (of 9,253 total)
monamym (2/28/2016)
I have a question , imagine a server that we didn't implement it as standard and now we want to move it's file to other drives to make...
March 1, 2016 at 3:58 am
has someone changed the run as on the job step maybe?
running as the virtual NT SERVICE account is not recommended for services that require network access, what has changed since...
March 1, 2016 at 3:56 am
travisrunyard (2/29/2016)
Perry Whittle (2/27/2016)
check this first see if it helps[ulr=http://blogs.msdn.com/b/sambetts/archive/2014/02/04/multi-subnet-clustered-sql-registerallprovidersip-sharepoint-2013.aspx]http://blogs.msdn.com/b/sambetts/archive/2014/02/04/multi-subnet-clustered-sql-registerallprovidersip-sharepoint-2013.aspx[/url]
I've already ready that and just about everything else on google about this topic. This doesn't help as this basically tells...
March 1, 2016 at 3:50 am
bubby (2/29/2016)
Is there any way to see...
February 29, 2016 at 2:25 pm
check sysprocesses and hard line is kill the users spid.
Otherwise call them and ask them to rescind their connection\session
February 27, 2016 at 11:54 am
gorripativ (2/26/2016)
I have set my db log intitial size as 512 MB and autogrowth as 512 MB. The db is in full recovery model and tlog runs every 15 min....
February 27, 2016 at 9:12 am
check this first see if it helps
February 27, 2016 at 9:06 am
Firstly check the state of the primary database and report back on that.
also check the results of this query run against the primary and secondary
select name, differential_base_lsn, differential_base_time from sys.master_files
where...
February 25, 2016 at 11:46 am
ramana3327 (2/24/2016)
Is it possible to find which vmware version we are using from SQL Server or from windows?
Whn I run @@version
I received the result Microsoft SQL Server 2014 standard...
February 25, 2016 at 4:05 am
kevaburg (2/24/2016)
February 25, 2016 at 4:03 am
please don't double post, see my reply here
http://www.sqlservercentral.com/Forums/Topic1763576-1549-1.aspx?Update=1
February 24, 2016 at 5:08 am
lw1990 (2/23/2016)
I have a log shipping process set for a long time and the restore step is failed on the secondary server while the backup step from the primary...
February 24, 2016 at 5:03 am
preferred node is just a terminology. It's only considered by the auto failback option in the cluster if it's enabled.
From the design and licensing standpoint, if you're not running the...
February 24, 2016 at 5:02 am
techtnt-630432 (2/23/2016)
I've been presented with the challenge of handing a migration from our current SQL 2012 Web (64 bit) edition (Windows Server 2012 R2) to our new 2014 Enterprise...
February 24, 2016 at 4:57 am
please start by posting results of the following query
select 'Table [' + object_name(i.object_id) +
'] has index [' + i.name +
'] on partition scheme [' + ps.name + ']'
from...
February 24, 2016 at 4:06 am
Viewing 15 posts - 1,336 through 1,350 (of 9,253 total)