Viewing 15 posts - 3,586 through 3,600 (of 9,253 total)
Cluster shared volumes are a feature of the Windows OS cluster suite. They are usable by SQL Server see this link.
What is it you are trying to achieve?
February 11, 2014 at 11:07 am
muthyala_51 (2/10/2014)
February 11, 2014 at 10:59 am
chuck.hamilton (2/10/2014)
With SQL and AO, give me a scenario where some shared storage goes offline and it renders your data unavailable.
I never said it did, you want to review...
February 10, 2014 at 4:49 pm
chuck.hamilton (2/10/2014)
I am a multi-platform DBA.
As am I
chuck.hamilton (2/10/2014)
With SQL + AO I have never experienced that because unlike RAC it is shared-nothing.
That's not completely true and exactly what this...
February 10, 2014 at 11:30 am
heb1014 (2/10/2014)
Here is my question...what about the server hosting my business application?
Without knowing a bit more about the app hard to say. First point of contact should be the...
February 10, 2014 at 10:33 am
Igor Micev (2/8/2014)
The idea was to use versioning only for the session from which the SP was run.
In that case you need
Alter database mydb set read_committed_snapshot on
February 8, 2014 at 4:56 pm
ramana3327 (2/8/2014)
I have one more question what about the"" Listner". In some blogs they are saying listener is optional in...
February 8, 2014 at 11:11 am
use the command line to enable it as follows
Dism /online /enable-feature /featurename:NetFx3 /All /Source:<drive>:\sources\sxs /LimitAccess
February 8, 2014 at 11:09 am
SQL!$@w$0ME (2/7/2014)
Does it mean we run SP installer from active node?
Yes
February 7, 2014 at 7:36 am
Something else has grabbed the single connection, an application srevice most likely. Do the following
-m"SQLCMD"start the sql instance in...
February 7, 2014 at 7:05 am
sql_dba123 (2/7/2014)
But since SSRS 2008 and above don't require IIS, you may have to install IIS in the SSRS server
SSRS still uses the same drivers that IIS uses, HTTP.sys...
February 7, 2014 at 5:59 am
DuncEduardo (2/7/2014)
Net Admin initially said that these methods can be resource-heavy and the preference is Tokenisation. However, having examined the...
February 7, 2014 at 5:25 am
Lowell (2/5/2014)
would you consider adding a CLR procedure that gets the data instead? that seems like a much better way to go.
That only gets the drive level info and...
February 7, 2014 at 3:51 am
a simple WMI query via WMIC can get this info and can be run via the agent
wmic volume get blocksize, capacity, "free space", name
February 7, 2014 at 3:31 am
halifaxdal (2/5/2014)
I tried to use it but the first thing is, off course, prompt me to...
February 7, 2014 at 3:24 am
Viewing 15 posts - 3,586 through 3,600 (of 9,253 total)