Forum Replies Created

Viewing 15 posts - 10,306 through 10,320 (of 39,884 total)

  • RE: Comparing Bits and Ints

    I don't think there's an issue here. There might be a small conversion, but it can't be much. There can't be a "bit" in the register. It will load as...

  • RE: Are the posted questions getting worse?

    Jeff Moden (1/2/2015)


    Stefan Krzywicki (1/2/2015)


    Happy New Year everyone!

    Who, like me, is at work today?

    Me. Covering for the younger folks that have families.

    I'm here. Around a doctor's appt for my...

  • RE: Are the posted questions getting worse?

    Happy New Year!

  • RE: how to show tow query result

    Also, I can repeat column names. Just need an alias.

    SELECT a.myid

    , a.mychar

    , b.myid

    FROM dbo.mytable2 a

    INNER JOIN dbo.mytable b

    ON...

  • RE: how to show tow query result

    As Chris mentioned, we can't determine how you match up rows. What determines that the row with "a" matches the row with "c" and not "d"? If you can't logically...

  • RE: Go Pats

    'donks

    Boo, Pats

  • RE: The 2015 Plan

    chrisn-585491 (12/31/2014)


    As a Jack-of-All-Data-Trades, certification is huge time suck for me. As soon as I'm ready for an exam, it's retired and there's yet another two new versions of SQL...

  • RE: The 2015 Plan

    rohitc 87397 (12/31/2014)


    Thanks Steve. I would like to take a moment to thank you for this excellent service you provide. I look forward to your daily emails in 2015!

    You are...

  • RE: Automatic reminder emails two business days before event

    As Lowell suggested, I'd use SQLMail.

    We used to send the newsletter here from SQL2000. It can be done at lower volumes (1,000s/day).

    What I'd do is load an email table with...

  • RE: How to see write matrix on on storage?

    I think DAS was coined when expansion boxes attached to servers using external SCSI connections. This distinguishes it from storage across a network using HBAs, SAN, iSCSI, etc.

    You are correct...

  • RE: Data Drive is full. how to resolve it?

    Aside from what Lowell wrote, if you have truly filled up all the space with data, you'll need to archive data and then delete it to free up space.

  • RE: Concate all rows into single one row

    I'd use the solution above to concatenate the values.

  • RE: SQL 2014: Alternate solution for CROSS JOIN in SQL

    You'll have to provide more details on what you are trying to achieve. A cross join is a product of all possibilities. If that's what you need, that's what...

  • RE: Go Small

    Robert Sterbal-482516 (12/19/2014)


    I think my evenings are limited to once a week for all practical purposes for the foreseeable future. What is the second best way to get out there...

  • RE: Go Small

    Gary Varga (12/19/2014)


    Everyone does it differently but for me weekends are for family and recreational sport.

    For sure. This is mostly my plan, though I lose 10-12 a year for events....

Viewing 15 posts - 10,306 through 10,320 (of 39,884 total)