Forum Replies Created

Viewing 15 posts - 376 through 390 (of 1,366 total)

  • RE: DeadLock

    GilaMonster (2/3/2016)


    Well, if you want to go and create extra nonclustered indexes, then whether you put include columns or not would depend on what purpose you're creating them for. I...

  • RE: DeadLock

    GilaMonster (2/3/2016)


    You can't put include columns in clustered indexes or constraints.

    On Non-Clustered index i mean.

  • RE: DeadLock

    GilaMonster (2/3/2016)


    Yup, you're getting full table scans each time you run that update, because without any indexes at all, SQL has to scan the table because it's got no other...

  • RE: DeadLock

    Thanks Gail

  • RE: DeadLock

    GilaMonster (2/3/2016)


    If there are no constraints or indexes, how is SQL supposed to figure out that trackID is unique? Without indexes, you're going to be getting full table scans, hence...

  • RE: DeadLock

    GilaMonster (2/3/2016)


    The trackID is always unique

    Is there a unique index or unique constraint on the column? Why does the table not have a clustered index? What indexes does it...

  • RE: DeadLock

    Thanks Gail for the quick reply. Was going through your old post on Deadlock query.

    Attached the xml . please have a look.

  • RE: Authentication Failed

    Eirikur Eiriksson (1/10/2016)


    Quick question, did you just add the SPMs or did you remove them before adding them again?

    😎

    The article benjamin.reyes posted a link to has good instructions on how...

  • RE: Authentication Failed

    Anyone on this

  • RE: Authentication Failed

    Thanks Guys,

    Added SPN success fully but still getting below error in SQL Error log.

    The SQL Server Network Interface library could not register the Service Principal Name (SPN) [ MSSQLSvc/ABC-SYS.sys.abc.in:5432 ]...

  • RE: SCOM for SQL Server

    Thanks David.

    Wish you and all SSCians happy and prosperous 2016.

  • RE: Info on Backup

    What are the other jobs?

    Is this server already starving out of resources?

    Backup job normally should not impact any other .

  • RE: Maintenance Plans are not working as scheduled

    share the script or screenshot of your maintenance plan.

  • RE: MSDTC BizTalk and SQL Server Port

    Thanks Anthony.

    BizTalk Application and SQL Server are on different boxes. These SQL Servers are dedicated for BizTalk

  • RE: Backup from a different server

    Thanks Grant.

Viewing 15 posts - 376 through 390 (of 1,366 total)