Forum Replies Created

Viewing 15 posts - 46 through 60 (of 3,666 total)

  • RE: CALCULATING DELAY SECONDS

    JALLYKAMOZE (8/25/2016)


    Alvin Ramard (8/25/2016)


    It would also help if you provided us with proper information. The SQL logic you provided does not work!

    CREATE TABLE DELAYSECONDS(

    ProgramID INT, ID INT, ContractHeaderID INT...



    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: CALCULATING DELAY SECONDS

    It would also help if you provided us with proper information. The SQL logic you provided does not work!

    CREATE TABLE DELAYSECONDS(

    ProgramID INT, ID INT, ContractHeaderID INT StationID INT ContractStartTime...



    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: updating a field with unique 15 digit navarchar

    Would this work?

    LEFT(REPLACE(CAST(NEWID () AS NVARCHAR(MAX)), '-', '') , 15)



    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: Create Unique identifier from text

    Phil, do we currently have a full moon? :w00t:



    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: query that returns seconds

    Those CASE statements with the REPLACE??? They make me question if you understand what you're trying to do.



    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: SSIS or Windows workflow foundation ?

    What exactly are you trying to do? Remember, we can't read your mind. We can only provide answers based on what you tell us.



    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: Rounding to 2 Decimal places not working.

    In your CASE statement, try changing "pr.hours" to "CAST(pr.hours as decimal(38,2))".



    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 server 2016 - Grant Fritchey

    If he's that lazy, he should forget about SQL 2016 and get started on SQL 2018! 😛



    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: schema insert not working as planned schema as tablename

    John1.5.nlt (5/16/2016)


    I have shown you the sql and I have shown you the results.. the script is irrelevant, I can execute the sql and get the same results.

    So why dont...



    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: schema insert not working as planned schema as tablename

    John1.5.nlt (5/16/2016)


    Why would this statement not recognize the schema name as the schema and utilize it as part of the table name, the table name is ABC.aTabletemp

    Don't expect answers without...



    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: schema insert not working as planned schema as tablename

    Kinda hard for anyone to have any idea without seeing the script.



    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: what Workday number is today in the month today is may 9th but the workday number is 6

    Luis Cazares (5/9/2016)


    You'll be missing any holidays. To prevent that, you'll need to create a calendar table or at least a holidays table.

    I normally use the Dim_Date table from 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: Are the posted questions getting worse?

    Sean Lange (4/26/2016)


    Lynn Pettis (4/26/2016)


    Sean Lange (4/26/2016)


    Alvin Ramard (4/26/2016)


    Ed Wagner (4/26/2016)


    Luis Cazares (4/26/2016)


    Wonder if I should answer: "Using INSERT statements"

    http://www.sqlservercentral.com/Forums/Topic1781117-1550-1.aspx

    Well, you would be correct. Tell them to create 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: Are the posted questions getting worse?

    Ed Wagner (4/26/2016)


    Luis Cazares (4/26/2016)


    Wonder if I should answer: "Using INSERT statements"

    http://www.sqlservercentral.com/Forums/Topic1781117-1550-1.aspx

    Well, you would be correct. Tell them to create the table first. 😉

    Tempted to reply with: "Tell your...



    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: Audit information in to table

    New persopn (4/26/2016)


    Currently I am capturing Audit information in to file.

    I didn't where. I asked how?



    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 - 46 through 60 (of 3,666 total)