Forum Replies Created

Viewing 15 posts - 781 through 795 (of 3,666 total)

  • RE: missing one record when selecting by date range

    itortu (5/26/2015)


    I changed my original query to use 23:59:59, and that also gave me the missing record back.

    SQL reads 11:59:59 AS AM. The the missing record was PM.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: missing one record when selecting by date range

    Did you try your original query with '5/15/2015 23:59:59' Instead of '5/15/2015 11:59:59'?



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    GilaMonster (5/22/2015)


    Alvin Ramard (5/22/2015)


    Gazareth (5/22/2015)


    Jack Corbett (5/22/2015)


    We do have white noise generators

    Huh?

    Do we have them in any other colors? 😎

    You laugh, but...

    http://en.wikipedia.org/wiki/Colors_of_noise

    I had forgotten about it,...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    Gazareth (5/22/2015)


    Jack Corbett (5/22/2015)


    We do have white noise generators

    Huh?

    Do we have them in any other colors? 😎



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Interview Questions

    I agree with Jeff on the need for the technical questions.

    I remember seeing a resume for a DBA that seemed to have good experience. I was eavesdropping on the...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Naming Confusion

    Beatrix Kiddo (5/22/2015)


    Our server names include an indicator of whether or not they are virtual. Which is fine until somebody P2Vs the server and forgets to change the name. Nothing...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Naming Confusion

    Gary Varga (5/22/2015)


    Eric M Russell (5/22/2015)


    T_Peters (5/21/2015)


    I've run into various naming conventions that have caused problems over the years. One of my favorites was naming printers after the 7 Snow...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Multiple Apps in one Database

    Other than reducing the number of databases to manage, I cannot see any benefits.

    This would mean fewer databases to manage, but this database could, if not would, be a nightmare...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Problems with XML Date Time Conversion

    Eirikur Eiriksson (5/20/2015)


    Just one step left

    😎

    USE TEMPDB;

    GO

    SET NOCOUNT ON;

    DECLARE @MY_TIME VARCHAR(100) = '2015-01-16T00:00:00.000-06:00';

    SELECT CONVERT(DATETIMEOFFSET,@MY_TIME,127);

    SELECT CONVERT(DATETIME,CONVERT(DATETIMEOFFSET,@MY_TIME,127),0);

    Were you looking over my shoulder? 😉



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Problems with XML Date Time Conversion

    SELECT CONVERT(DATETIME2, '2015-01-16T16:06:14.577-06:00', 127) results in: 2015-01-16 16:06:14.5770000

    Does this help?



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Problems with XML Date Time Conversion

    Looks like the style is 127. Did you try convert specifying style 127?

    https://technet.microsoft.com/en-us/library/ms187928%28v=sql.110%29.aspx



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: SQL Developer Skills

    Is there any chance you could do some SQL work where you are working now? Maybe there's a chance you could do so for a few hours a week. If...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: View referencing table with ## in the name?

    Luis Cazares (5/20/2015)


    Reactions like this make me wonder if I should change my signature.

    Those questions are there because some people just copy, paste and execute code without analysing what they...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: View referencing table with ## in the name?

    oops



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: View referencing table with ## in the name?

    FYI, the =* and *= can easily be converted to Outer Joins so you could upgrade to SQL 2008 or higher.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

Viewing 15 posts - 781 through 795 (of 3,666 total)