Forum Replies Created

Viewing 15 posts - 2,041 through 2,055 (of 4,820 total)

  • RE: Sql Code help pulling date range before an status

    There are a couple of things that aren't clear:

    1.) Are time spans ever overlapping?
    2.) Are you seeking only data where an ID has an "urgent" status?
    3.)...

  • RE: Help with ranking records within years

    Erick Emde - Tuesday, October 10, 2017 3:20 PM


    Thanks!
    I did look around to see if...

  • RE: Stored procedure to pass date ranges

    Here's what I used to try and get the data:
    CREATE TABLE #tblOrders (
        OrderID int NOT NULL PRIMARY KEY,
        JobStatus nvarchar(50) NOT NULL,
        JobType nvarchar(50) NOT NULL,
        BidDate datetime...

  • RE: Stored procedure to pass date ranges

    rosarozina - Tuesday, October 10, 2017 10:42 AM

    For example I wanted to get the total quantity of Bids and Complete Orders separately...

  • RE: Stored procedure to pass date ranges

    Looks like this is what's needed, but the original poster will have to validate and supply his or her own start and end date parameters:
    CREATE TABLE #tblOrders (
        OrderID...

  • RE: Asymmetric key output

    You would have to assume that both database engines use the exact same encryption AND decryption algorithms, and yes, you should go ahead and test it pretty thoroughly.   Last thing...

  • RE: Asymmetric key output

    leehbi - Tuesday, October 10, 2017 9:52 AM

    Oh I think I found it :

    SELECT Name, public_key
    FROM sys.asymmetric_keys;

    Do you think this...

  • RE: Order by issue

    You can also try the following, which will use a parameter for the starting date and just use the run date as the last possible date, so you could choose...

  • RE: Having clause

    adisql - Monday, October 9, 2017 4:04 PM

    adisql - Monday, October 9, 2017 11:47 AM

  • RE: mapping Redeemed miles to accrual bucket

    I usually try to help people, but when the situation as described just doesn't make any sense, and the organization is an airline that ought to know better from an...

  • RE: Today's Random Word!

    sgmunson - Monday, October 9, 2017 2:26 PM

    sgmunson - Monday, October 9, 2017 2:25 PM

  • RE: Today's Random Word!

    sgmunson - Monday, October 9, 2017 2:25 PM

    sgmunson - Monday, October 9, 2017 2:25 PM

  • RE: Today's Random Word!

    sgmunson - Monday, October 9, 2017 2:25 PM

    sgmunson - Monday, October 9, 2017 2:24 PM

  • RE: Today's Random Word!

    sgmunson - Monday, October 9, 2017 2:24 PM

    sgmunson - Monday, October 9, 2017 2:23 PM

  • RE: Today's Random Word!

    sgmunson - Monday, October 9, 2017 2:23 PM

    sgmunson - Monday, October 9, 2017 2:22 PM

Viewing 15 posts - 2,041 through 2,055 (of 4,820 total)