Viewing 15 posts - 541 through 555 (of 619 total)
Is this your only SQL server or a new server to your environment. If so why arent you using domain account to run the services? I always use one account...
Adam Zacks-------------------------------------------Be Nice, Or Leave
November 4, 2008 at 9:53 am
You would need to ensure the server collation is set to what you would expect and rebuild your master database (and any others).
Read the section on rebuilding master. It...
Adam Zacks-------------------------------------------Be Nice, Or Leave
November 3, 2008 at 7:15 am
liteswitch (10/30/2008)
quote]
Also, good practive is to run the SQL services as a domain account.
Makes it easier...
Adam Zacks-------------------------------------------Be Nice, Or Leave
October 31, 2008 at 3:08 am
Like I have siad in recent posts, you need to have two instances of RS.
Adam Zacks-------------------------------------------Be Nice, Or Leave
October 31, 2008 at 3:05 am
Is it direct attached or NAS/Shared Disk?
Unless you can set disk shares up you cannot run a clustered solution. It is possible with vmware.
There must be shared disk for quorum,...
Adam Zacks-------------------------------------------Be Nice, Or Leave
October 30, 2008 at 6:56 am
madhu.arda (10/29/2008)
Could you plz explain me why this approach is better?any performance gain?
1. All data processing kept on an already active SQL server (no need to install, configure and maintaine...
Adam Zacks-------------------------------------------Be Nice, Or Leave
October 29, 2008 at 11:25 am
madhu.arda (10/29/2008)
and other report server n tempdb on Production server 2(Native mode...
Adam Zacks-------------------------------------------Be Nice, Or Leave
October 29, 2008 at 11:03 am
ThomasLL (10/29/2008)
You questions...
Adam Zacks-------------------------------------------Be Nice, Or Leave
October 29, 2008 at 8:48 am
Ok, so think I understand a bit more now what your trying to achieve. Below is a link to a web cast which will explain basic SQL clustering setup and...
Adam Zacks-------------------------------------------Be Nice, Or Leave
October 29, 2008 at 7:05 am
Schadenfreude-Mei (10/29/2008)
I will try and track down a best practice doc for you.
Ok so if you have a read of: http://www.microsoft.com/technet/prodtechnol/sql/2000/deploy/rsdepgd.mspx it explains some key considerations. Figure 4 gives you...
Adam Zacks-------------------------------------------Be Nice, Or Leave
October 29, 2008 at 4:43 am
binu.ma (10/28/2008)
I lgged into the server with admin id then the query is working .But when i tried with a user id in ssms it is not working
So...
Adam Zacks-------------------------------------------Be Nice, Or Leave
October 29, 2008 at 3:17 am
TRACEY (10/28/2008)
The 4th box you configure the IIS and where to run the reports from but the database configuration is on the MAIN SQL box.Well that my understanding.
Thats correct. Though...
Adam Zacks-------------------------------------------Be Nice, Or Leave
October 29, 2008 at 3:08 am
I may have misunderstood at some point so apologise if this is wayyyyyy off track.
If you want to have the 4th server as the RS server, that is actually...
Adam Zacks-------------------------------------------Be Nice, Or Leave
October 28, 2008 at 10:32 am
What you can do is set up a job to back the t-log up frequently and then have a job on the other server to restore the log to a...
Adam Zacks-------------------------------------------Be Nice, Or Leave
October 28, 2008 at 10:08 am
Not sure what you are trying to achieve here. Clustering is essentially for fault tolerance NOT performance (load balancing), so active/active is not going to share your work load.
With regard...
Adam Zacks-------------------------------------------Be Nice, Or Leave
October 28, 2008 at 6:38 am
Viewing 15 posts - 541 through 555 (of 619 total)