Forum Replies Created

Viewing 15 posts - 9,331 through 9,345 (of 49,571 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.

  • 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.

  • 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...

  • RE: db restoration issue

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

  • 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?

  • 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?

  • 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...

  • 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...

  • RE: Difference between Commit and checkpoint

    Pretty much.

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

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