Viewing 15 posts - 6,106 through 6,120 (of 9,253 total)
*yawn* now we've all finished slagging off MS, their products and their Gold partners can we move onto something else. A lot of the people in this thread doubtless earn...
January 10, 2012 at 4:30 pm
when the database is in full recovery model and you delete a log file, it will still list in sys.database_files and sys.master_files.
You must take a transaction log backup and the...
January 10, 2012 at 4:03 pm
what is the recovery model of your database?
January 10, 2012 at 2:56 pm
make you sure you get all the pre reqs in place as SQL Server 2008 requires a handful of hotfixes etc to install before installing SQL Server itself.
Any reason why...
January 10, 2012 at 11:32 am
san43 (1/10/2012)
What is IPAll in TCP/IP properties protocol tab?
it is the port that sql server would listen on for all IPs assigned to the server
January 10, 2012 at 11:30 am
Get SQLIO out and push the storage to see what you can and cant get out of it. this forms the base of what you can provide performance wise
January 10, 2012 at 11:29 am
sjs-36273 (1/10/2012)
January 10, 2012 at 10:01 am
shijimon.jacob (1/10/2012)
Just to claryfy
Clustered Instance_1 on Node A and Clustered Instance_2 on Node B and the failover would be between them.
Clustered Instance_3 on Node C and Clustered...
January 10, 2012 at 9:22 am
yep, saw that after i'd posted 😀
January 10, 2012 at 8:13 am
chetanr.jain (11/2/2010)
Shared folder is accessible from both the servers in read - write mode.
accessible for which accounts?
are your sql server servcies running under domain or local accounts?
January 10, 2012 at 7:59 am
SKYBVI (1/10/2012)
I have 1 another sql server 2008 express with advanced services...
This has SSMS Express download and install this
January 10, 2012 at 7:46 am
solomon.jernas (1/10/2012)
Pls Could u send the Example
Execute the following against your SQL server instance to find the default trace path\file name
select value AS DefTracePath from fn_trace_getinfo(1) where property =...
January 10, 2012 at 7:43 am
shijimon.jacob (1/10/2012)
On node A and node B install Active/Active sql failover clusterOn node C and node D install Active/Active sql failover cluster
the scenario above is perfectly valid
instance 1 is installed...
January 10, 2012 at 7:38 am
Minaz Amin (1/9/2012)
Please do let me know the pre req for configuration of active /active cluster.
We are planning to have 2-node active/active cluster with two separate instance running on both...
January 10, 2012 at 7:01 am
what quorum type are you using disk or MNS
January 10, 2012 at 6:57 am
Viewing 15 posts - 6,106 through 6,120 (of 9,253 total)