Forum Replies Created

Viewing 15 posts - 361 through 375 (of 1,366 total)

  • RE: Remote Access

    Thanks Grant.

  • RE: Database Corruption

    Grant Fritchey (2/24/2016)


    Yeah, that's pretty much it.

    Thanks Grant.

  • RE: User shouldn't be able to run but can in production

    Try this in your SQL

    xp_logininfo 'Domain\account' the account might be in some groups

  • RE: Database Corruption

    Grant Fritchey (2/23/2016)


    Transactions and transaction playback, log shipping, are not the same as a backup, a page-by-page copy of the database. The processes of restore are different. The at rest...

  • RE: Database Corruption

    Grant Fritchey (2/23/2016)


    VPlex I believe copies stuff at the page level? If so, yeah, it's likely to replicate corruption.

    Log shipping (or, since we're in the 2014 group, Availability Groups, a...

  • RE: High Average Wait Time

    Alert Summary:

    Average Wait Time monitor for SQL 2014 DB

    The average amount of wait time (milliseconds) for each lock request that resulted in a wait. Based on the DB engine counter,...

  • RE: High Average Wait Time

    TheSQLGuru (2/14/2016)


    I agree with Eddie (big surprise - Hi Eddie!!). 🙂

    Waits are cumulative in SQL Server, so they are pretty useless just looking at them in isolation. What you need...

  • RE: High Average Wait Time

    Eddie Wuerch (2/14/2016)


    Is there a Wait Type listed? What's the full message?

    A "waiting" thread is simply one that isn't doing anything. For example, the lazywriter thread is usually waiting...

  • RE: job Failure Proxy Acc

    johnwalker10 (2/11/2016)


    You need to set a password for the Credential that is associated with the proxy. To do this, right click on the credential and select properties. Enter...

  • RE: job Failure Proxy Acc

    SQLSlammer (2/11/2016)


    In Management studio, browse to security / credentials, right click on credentials and select create new credential, give it name and the user account and password you want to...

  • RE: How to provide full alter permissions on a db

    SQL!$@w$0ME (2/10/2016)


    Thanks. I would like to exclude the following:

    Drop database

    Alter/Drop db files (ndf/ldf)

    View/edit/drop users/roles

    Deny permissions on certificates/symmetric keys

    what all permission you want to give??

    datareader,datawriter,db_executor,ddladmin will work for you...

  • RE: Run Pwershell

    Phil Parkin (2/10/2016)


    VastSQL (2/10/2016)


    Hi Experts,

    We have a powershell which we need to run from one of our SQL Servers. The script checks for a particular service in 4 servers and...

  • RE: job Failure Proxy Acc

    SQLSlammer (2/10/2016)


    If it's not that... then....have you set up a "credential" and associated it with the agent proxy account?

    Thanks SQLSlammer.

    SQL Service and agent account looks fine. Can you guide me...

  • RE: SQL Server 2014 setup.exe does nothing

    k2000.rajesh (2/6/2016)


    SQL Server 2014 setup.exe does nothing and unable to move towards to install SQL installation

    You sure you have proper installation media?? Whats the size ?

    Try running it with administrator...

  • RE: DeadLock

    GilaMonster (2/3/2016)


    So you meant to say it is better to create a Clustered index on that particular column?

    No. If I'd meant to say that, I'd have said that.

    If TrackID is...

Viewing 15 posts - 361 through 375 (of 1,366 total)