Forum Replies Created

Viewing 15 posts - 46 through 60 (of 67 total)

  • RE: Naming Conventions

    Thanks 😀


    The Fastest Methods aren't always the Quickest Methods

  • RE: SQL Features List

    Thanks 😀


    The Fastest Methods aren't always the Quickest Methods

  • RE: Transparent Data Encryption

    thanks, does the master key have to be the same on the other server?. Didn't see the link :-).

    awesome got an example of this 2 work 😀


    The Fastest Methods aren't always the Quickest Methods

  • RE: Transparent Data Encryption

    ok 🙂

    if I need the back up from the database to work on another server, do I just need the certificate and private key that the certificate was backed up...


    The Fastest Methods aren't always the Quickest Methods

  • RE: CURRENT_TIMESTAMP vs GETDATE()

    Thanks 🙂


    The Fastest Methods aren't always the Quickest Methods

  • RE: Where Clause

    will do 😀


    The Fastest Methods aren't always the Quickest Methods

  • RE: Where Clause

    old data is archeived every night to make sure this row count doesn't go much higher than that 🙂


    The Fastest Methods aren't always the Quickest Methods

  • RE: Where Clause

    ok, thank you. The lots of data we have 🙂 there's over 5 mil rows, just need to make sure we use diff parameters each time


    The Fastest Methods aren't always the Quickest Methods

  • RE: Where Clause

    The code in the stored procedure is

    SELECT ISNULL(Vessels.Name, 'unknown') AS Name, AISPositionsCurrent.MMSI, AISPositionsCurrent.Position, ISNULL(VesselGroups.Description, 'Unknown')

    ...


    The Fastest Methods aren't always the Quickest Methods

  • RE: Where Clause

    thanks guys 😀


    The Fastest Methods aren't always the Quickest Methods

  • RE: Where Clause

    I understand that no filter will be applied what I'm trying to find out is if the first part of and is true would the second part still run?

    I have...


    The Fastest Methods aren't always the Quickest Methods

  • RE: Get Unique Rows

    thank you 🙂


    The Fastest Methods aren't always the Quickest Methods

  • RE: Get Unique Rows

    reading through that link now 🙂


    The Fastest Methods aren't always the Quickest Methods

  • RE: Get Unique Rows

    will that give me the exact row or just the latest DateStamp? sorry I'm not the best at explaining things. Would the below work well?

    SELECT GroupID,Name, Position

    FROM MyTable

    WHERE...


    The Fastest Methods aren't always the Quickest Methods

  • RE: Get Unique Rows

    by latest row I mean that it will look at the DateStamp and get only the row with the newest DateStamp for each group


    The Fastest Methods aren't always the Quickest Methods

Viewing 15 posts - 46 through 60 (of 67 total)