Forum Replies Created

Viewing 15 posts - 301 through 315 (of 567 total)

  • RE: Data types in tables

    L' Eomot Inversé (6/11/2013)


    Nice question that shows one of the less obvious pitfalls arising from implicit conversion. Pity the explanation doesn't explain why it works as it does. ...

  • RE: Data types in tables

    Louis Hillebrand (6/11/2013)


    This is my execution plan, as you can see, the date is converted to varchar in the Constant Scan.

    Louis.

    Well, that is interesting!

    Whoops - just realized I checked...

  • RE: Data types in tables

    Louis Hillebrand (6/11/2013)


    When I run the 2nd query it inserts 2 rows into the table.

    So my answer would be 'error', '2 rows', '2 rows'.

    If I remove the insert from...

  • RE: Are the posted questions getting worse?

    Evil Kraig F (6/10/2013)


    I don't argue with H.L. Mencken's philosophy, but noone ever got rich trying to make a spreadsheet software using a pac-man interface, either.

    If you can't trust your...

  • RE: Are the posted questions getting worse?

    Jeff Moden (6/10/2013)


    Brandie Tarvin (6/7/2013)


    ...users can always find a way to mess with our data no matter how dummy-proof we make it.

    Idiot's Razor: "If you make something idiot proof, only...

  • RE: SQL agent configured to call a SP

    t2sqldba (6/9/2013)


    All,

    My problem scenarion is:

    "I have a SQL agent job setup that calls a SP which collects all data and sends a report to some email ids via msdb.dbo.sp_send_dbmail.

    The job...

  • RE: Dynamically change database depending on the server?

    bas de zwart (6/6/2013)


    We've tried several options, but it really seems as if a dynamic 'use' statement can't be run inside SSMS2012.

    We are considering the use of synonyms and...

  • RE: set statistics time question

    Matthew Darwin (6/5/2013)


    The elapsed time is per query, not cumulative. So the elapsed time is the ~1000 ms plus the ~660 ms; I'm guessing this is rounded up in...

  • RE: Agent Job Links to Another SQL Server and Fails due to Service Account Privs

    dwain.c (6/5/2013)


    Further poking around leads me to believe that the only accounts listed by the Config Mgr are Windows authenticated accounts, whereas 'myaccount' is a SQL authenticated account.

    I'm wondering if...

  • RE: Agent Job Links to Another SQL Server and Fails due to Service Account Privs

    dwain.c (6/5/2013)


    Further poking around leads me to believe that the only accounts listed by the Config Mgr are Windows authenticated accounts, whereas 'myaccount' is a SQL authenticated account.

    I'm wondering if...

  • RE: Are the posted questions getting worse?

    The Dixie Flatline (6/4/2013)


    GabyYYZ (6/4/2013)


    Back...what I miss?

    It depends.

    What alternate reality ID do you use with DBCC TIMEWARP?

    I have the funny feeling that we have been here...

  • RE: DROP PK on highly called big table

    S_Kumar_S (6/3/2013)


    HI

    I have a table with 80 million records with PK on an int column. A service selects data from this table multiple times/sec in live environment.

    I have to change...

  • RE: Are the posted questions getting worse?

    SQLRNNR (6/4/2013)


    rodjkidd (6/4/2013)


    "well it would be nice, but we've never had any problems so far"...

    Of course, they could be just figuring that you are their insurance policy - they are...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (6/4/2013)


    wolfkillj (6/3/2013)


    I heard a great joke for nerds (I was about to call it "nerd joke", but it's for nerds, not about nerds) this weekend:

    Why do computer science...

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (6/3/2013)


    Maybe that's what they are saving - not having to define a name that means anything.

    That could limit (or draw questions) if the field represents mulitple things.

    And everyone...

Viewing 15 posts - 301 through 315 (of 567 total)