Viewing 15 posts - 1,786 through 1,800 (of 6,401 total)
Duplicate post
All replies to this thread http://www.sqlservercentral.com/Forums/Topic1734147-3411-1.aspx
November 6, 2015 at 2:45 am
You can run xp_logininfo against all the groups in on the server and note which groups the user is in
exec xp_logininfo 'DOMAIN\Group','members'
November 6, 2015 at 2:42 am
Service accounts should be changed via config manager not services.msc.
Open up config manager switch the account back to the original account, then switch it back to domain account. This...
November 5, 2015 at 11:57 am
0x5 is an access denied error.
When you changed the service account did you use services.msc or SQL Server Config Manager?
Also if backing up to a network share, does the accounts...
November 5, 2015 at 8:56 am
Use the IFCode IMG and past a URL to an image inbetween the [ I M G ] and [ / I M G ] tags (remove spaces from the...
November 5, 2015 at 8:47 am
Igor Micev (11/5/2015)
crookj (11/5/2015)
Ed Wagner (11/5/2015)
anthony.green (11/5/2015)
TomThomson (11/4/2015)
DonlSimpson (11/4/2015)
Weakfrail
Old
Experience
Familiarity
Information
Announcement
November 5, 2015 at 7:43 am
Unless you have some form of monitoring to log when it happened, you could have a go at looking in the default trace, but note the default trace only keeps...
November 5, 2015 at 7:41 am
Taken from the following url https://gallery.technet.microsoft.com/scriptcenter/List-datasets-with-command-ddffefde
And changed to fit your sample script and namespaces.
;WITH
XMLNAMESPACES
(DEFAULT 'http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition'
...
November 5, 2015 at 7:37 am
77% of your total wait time is on WRITELOG, yes that maybe high for your workload, it might not be, depends on the workload.
I have a heavy write syslog server...
November 5, 2015 at 6:13 am
It might be high, it might not be high, you cant just go off a one time select of the value, you need to monitor over time.
Adding another file wont...
November 5, 2015 at 5:46 am
river1 (11/5/2015)
For instance, this result:WaitTypeWait_SResource_SSignal_SWaitCountPercentageAvgWait_SAvgRes_SAvgSig_S
WRITELOG1428099.931381452.4146647.5233103900276.980.00430.00420.0001
The log write percentage is almost on 77% ? is this normal ?
Depends on your disks, might be normal, might not be.
How are you determining that...
November 5, 2015 at 5:30 am
Maybe this will help
http://blog.sqlauthority.com/2011/02/17/sql-server-writelog-wait-type-day-17-of-28/
November 5, 2015 at 5:08 am
Sorry I can't understand the question, what is it your after?
November 5, 2015 at 4:11 am
Viewing 15 posts - 1,786 through 1,800 (of 6,401 total)