Forum Replies Created

Viewing 15 posts - 9,331 through 9,345 (of 49,552 total)

  • RE: smalldatetime

    Regional settings on the server are probably different.

    Datetime and smalldatetime don't have intrinsic formats. They're stored kinda as floating point values.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Enable In OLTP memory Engine in SQL 2014

    Why are you even running fibre mode? It's not a generally recommended setting, very advanced, It disabled or breaks so many other things.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: db restoration issue

    charipg (4/11/2014)


    actually we need to resolve the issue without reconfigure the replication .

    Did you try the steps that the documentation stated?

    Step 2: Execute sp_restoredbreplication (Transact-SQL). If this stored procedure...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: db restoration issue

    What didn't work out? What did the referenced Books Online page say?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: db restoration issue

    charipg (4/11/2014)


    See the topic MSSQL_ENG003165 in SQL Server Books Online.

    What did Books online say on the referenced page?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Windows authentication only allows login with sysadmin role

    What do you mean "Everything under that gets rejected"? What is the exact behaviour you're seeing? What errors are you getting?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Deadlock prediction

    Huh???

    If you need Table A, you access table A. If you need table E, then access table E. Why would you ever access tables B, C and D if all...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Deadlock prediction

    Cody K (4/10/2014)


    How does it get coordinated over a group of programmers?

    You put it in the coding standard, along with all your other good, required coding practices and require people...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Difference between Commit and checkpoint

    Pretty much.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Trigger miswritten for bulk update?

    Not actually a big mistake.

    In the where clause, the Daily_car_detail table is joined to the deleted table, but the inserted table isn't joined, so you get a cross join with...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: vw for 2 tables, Pro and Cons

    First thing: Views are not a performance tuning technique. This is because SQL in-lines the views during parsing phase and so by the time the optimiser gets the query, there's...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Write for SQLServerCentral

    a4apple (4/10/2014)


    I will try to post the articles I prepare for my website too here @ sqlservercentral . quick question, is there an approval process or so, or just follow...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Write for SQLServerCentral

    I will also suggest, if you've never written an article for publication before, ask someone to look over it before you submit it. Take that person's comments and review/rewrite as...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: High Memory is 70% & growing Fast

    praneethydba (4/10/2014)


    and he reduced the memory CAP to 10 GB, and no issues till now....

    Why? Why would you want more than half of the memory on the server to...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL 2012 locking blocking and deadlocks

    It depends. It's definitely not something I'd set everywhere. It doesn't look at the time queries take, it looks at their cost and that's an estimate. It doesn't stop a...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 15 posts - 9,331 through 9,345 (of 49,552 total)