Viewing 15 posts - 751 through 765 (of 1,654 total)
madhu.arda (9/2/2008)
the local domain policy on each node same.One more question 'do we need to stop the browser service or not while installing the 2nd failover instance'?
What do you...
[font="Verdana"]Markus Bohse[/font]
September 3, 2008 at 12:55 am
If you just want to know if and how many page splits happen, there' s a performance counter SQL Server:Access Methods> Pagesplits per sec.
If you want more detailed information, like...
[font="Verdana"]Markus Bohse[/font]
September 2, 2008 at 8:46 am
What exactly did you try doing when this error occured? What is the status of the database ?
[font="Verdana"]Markus Bohse[/font]
September 2, 2008 at 8:38 am
My guess would be that your colleagues are member of a Windows group which has access rights to the user databases and you're not.
The reason why you can access...
[font="Verdana"]Markus Bohse[/font]
September 2, 2008 at 8:33 am
Jack Corbett (9/2/2008)
[font="Verdana"]Markus Bohse[/font]
September 2, 2008 at 8:25 am
It's probably a longshot, but maybe you can find something in the default trace files.
Look under C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG for the *.trc files. Depending on the server activity...
[font="Verdana"]Markus Bohse[/font]
September 2, 2008 at 4:52 am
You can catch Logon events real time by using DDL Triggers. Only catch is you need to install SP2 first.
Here you find a good article about this feature:
http://www.sqlservercentral.com/articles/SQLServerCentral.com/sqlserver2005logontriggers/2366/
[font="Verdana"]Markus Bohse[/font]
August 27, 2008 at 11:13 am
Have a look at this article
http://weblogs.sqlteam.com/joew/archive/2008/08/20/60693.aspx
It shows one method of having more than two colours in a report.
[font="Verdana"]Markus Bohse[/font]
August 27, 2008 at 4:48 am
Unfortunately there's no real fix for this issue when you use Standard Edition. Even though the KB article suggests a couple of workarounds, i my experience they don't really help.
What...
[font="Verdana"]Markus Bohse[/font]
August 27, 2008 at 1:32 am
Spid's with an ID of -2 or orphaned sessions and you need to clean them up manually.
Unfortunately you can't kill them the easy way by running Kill -2 ,but you...
[font="Verdana"]Markus Bohse[/font]
August 27, 2008 at 1:20 am
Yes, the installation process for 64bit is exactly the same as for 32-bit. Only thing you should do afterwards if you're using SQL 2005 Enterprise Edition is to set the...
[font="Verdana"]Markus Bohse[/font]
August 27, 2008 at 1:14 am
madhu.arda (8/26/2008)
We need to install second instance in the Active-Node3. Do we need to create a new disk group with new drive letters for the second instance? Is it...
[font="Verdana"]Markus Bohse[/font]
August 27, 2008 at 12:42 am
roger.hurst (8/26/2008)
Does this require a reboot?
Not exactly a reboot, but you need to restart the SQL Server Service.
[font="Verdana"]Markus Bohse[/font]
August 26, 2008 at 7:38 am
bodhilove (8/21/2008)
I have set lock page in memory user right but it doesn't seem to have registered in the log.
Are all your instances Enterprise Edition ? Because for standard edition...
[font="Verdana"]Markus Bohse[/font]
August 25, 2008 at 4:29 am
You can use this script as a starter. It doesn't sum up the database size, but you can add that without too much effort.
USE [master]
GO
SET NOCOUNT ON
CREATE TABLE #helpfile (
ObsvDate...
[font="Verdana"]Markus Bohse[/font]
August 22, 2008 at 4:20 am
Viewing 15 posts - 751 through 765 (of 1,654 total)