Forum Replies Created

Viewing 15 posts - 4,516 through 4,530 (of 8,753 total)

  • RE: Are the posted questions getting worse?

    jasona.work (9/16/2015)


    Ed Wagner (9/16/2015)


    jasona.work (9/16/2015)


    Hmm...

    The server is a *little* bit loud...

    Like, sitting on the workbench, basement door closed, can still hear the fans roaring on the main floor loud...

    This...

    Could be...

  • RE: Today's Random Word!

    Revenant (9/16/2015)


    Ed Wagner (9/16/2015)


    SQLRNNR (9/16/2015)


    venom

    Snake

    Eden

    Utopia

  • RE: Painful datetime conversion

    Sean Lange (9/16/2015)


    I have a very awful table structure that I have to deal with. This is in an ERP and I can't change the tables...yes I know how completely...

  • RE: I cannot finish COUNT (*) query on a table with more than billion records.

    tauseef.jan (9/15/2015)


    hi,

    I have a table in PRODUCTION server with more than a billion records. I am running the below query to check the exact number of records in it.

    select count...

  • RE: Alter Database

    Minnu (9/16/2015)


    Hi Team,

    I have a database with Name 'Marketing' and i have created another database 'Marketing1' in same instance.

    i want to bring the 'Marketing' database offline and alter 'Marketing1' to...

  • RE: PowerView... is it just me?

    pietlinden (9/15/2015)


    Anybody using (and like) PowerView? Are there any good resources on it? I kinda like PowerPivot (just having a hard time getting my head around it)... but PowerView...

  • RE: Today's Random Word!

    Ed Wagner (9/15/2015)


    whereisSQL? (9/15/2015)


    Ed Wagner (9/15/2015)


    djj (9/15/2015)


    Ed Wagner (9/15/2015)


    BL0B_EATER (9/15/2015)


    BWFC (9/15/2015)


    whereisSQL? (9/15/2015)


    Ray K (9/15/2015)


    Ed Wagner (9/15/2015)


    Eirikur Eiriksson (9/15/2015)


    djj (9/15/2015)


    Ed Wagner (9/15/2015)


    anthony.green (9/15/2015)


    Ed Wagner (9/14/2015)


    Inspire

    Eureka

    Vacuum

    tube

    Commute

    Traffic

    Jam

    Jelly

    Roll

    UP

    Town

    Saturday

    Training

    Wheels

    Muscle Car

    Rumble

  • RE: One of the most complex Views i have ever seen (View nested into another view)

    In the case of using the convert function on the column in the where clause, I would only consider it if there are relatively few rows being sought, as those...

  • RE: The checksum

    Jeff Moden (9/15/2015)


    Heh... remind me not to even attempt such questions in the future. I mentally added "and do it right" to the question which, of course, would have...

  • RE: The checksum

    Steve Jones - SSC Editor (9/15/2015)


    The idea in checksum is to reduce work. ALL hashing algorithms have the possibility of collisions. The faster/shorter/cheaper the algorithm is, the more likely there...

  • RE: Today's Random Word!

    djj (9/15/2015)


    Ed Wagner (9/15/2015)


    anthony.green (9/15/2015)


    Ed Wagner (9/14/2015)


    Inspire

    Eureka

    Vacuum

    tube

    Commute

  • RE: The checksum

    Trying this out :Whistling:, I'm wondering on what kind of logic Bobby is using.....

    😎

    USE tempdb;

    GO

    SET NOCOUNT ON;

    ;WITH T(N) AS (SELECT CONVERT(TINYINT,N,0) FROM (VALUES (1),(2),(3),(4),(5))AS X(N))

    ,BASE_DATA AS

    (

    SELECT

    ...

  • RE: The checksum

    Koen Verbeeck (9/15/2015)


    Real developers use HASHBYTES 😀

    Same column order rule applies there too;-)

    😎

  • RE: The checksum

    robin 66943 (9/15/2015)


    This makes no sense to me. If the checksum is calculated differently, then when the checksums match that will most likely imply the data is different, not the...

  • RE: Query Optimization/Cleanup

    Without any further information on the data, structure or even an execution plan, it obviously is a pure guesswork. Can you supply some more information such as DDL, sample data...

Viewing 15 posts - 4,516 through 4,530 (of 8,753 total)