Forum Replies Created

Viewing 15 posts - 3,046 through 3,060 (of 6,486 total)

  • RE: To restric the data in table

    Grant Fritchey (6/4/2008)


    If you used a trigger wouldn't it have to be an "instead of" trigger?

    Instead Of would certainly be cleaner, since it would *prevent* or cancel a transaction before...

  • RE: Installation of Workstation tools, etc

    darryl (6/4/2008)


    I have tried that with the same outcome. I even wiped and re-installed XP Pro.

    Is it possible that it is something between XP Sp3 and Sql Server ?

    Considering...

  • RE: Bookmarks in SSMS

    It's not much of a bookmark, but there always it the "recent files" list....

    I know I know...just don't throw anything heavy:)

  • RE: AWE enabled yes or no?

    sotn (6/4/2008)


    I am still confused as to how can a 32-bit application reference above 2GB without AWE 32 as the /3GB switch just tells the O/S not to use it...

  • RE: Logging stored procedures execution and/or modification?

    okkko (6/4/2008)


    Hello. (Pretty much noob here.)

    Is there a way to log (or maybe there's some "hidden" table) changes or executions of stored procedures? Preferably also who performed a change and...

  • RE: I am trying to convert rows to columns... not having much luck

    Jeff Moden (5/19/2008)


    In this case, since the same amount of data is being transmitted either way, it would probably be best to tax the client for the final format instead...

  • RE: Comparing data and integrity between two tables

    Hmm - might be one of those times to dust off the new EXCEPT clause.

    Select col1, col2, col3, col4

    from TableA

    EXCEPT

    Select col1, col2, col3, col4

    from TableB

    would return rows from table A...

  • RE: Update trigger help.

    SQLWannabe (6/3/2008)


    Thanks Matt. Of course 10 minutes after I posted this, I figured out the multiple IF statement solution. Sometimes I feel like such a dork.

    I get to experience that...

  • RE: Row Numbering

    At least you got your answer. Just sorry we were slow on the uptake.

    Thanks for updating the status!

  • RE: Row Numbering

    Jeff Moden (6/4/2008)


    Jack,

    Could you post some data in the form identified in the article in the URL listed in my signature, please? It'll help us give you a correct...

  • RE: The Software Comparison - Part 3

    Rick Magnuson (6/4/2008)


    As a whole, most DBA's aren't working on mission critical applications that could potentially jeopardize one's life.

    Lose a few million customers' bank account info (not just the account...

  • RE: The Software Comparison - Part 3

    mhaskins (6/4/2008)


    Trader Sam (6/4/2008)


    Comparing someones health to a software program is really, really a stretch for me.

    Yeah - I think that this comparison is a little over the top....

  • RE: Update trigger help.

    You essentially want to write those as two separate IF statements. Depending on whether you want someone to get just one e-mail, or possibly several if the row had...

  • RE: Identity column

    mailsar (6/3/2008)


    I am in the process of creating few tables. I have internal keys say CustomerID which is an integer. Is it a good idea to make that field an...

  • RE: Licensing question: Do you need three client access licences to conect a single client to three servers?

    Device CAL's and User CAL's are different, so you may need to figure out which one makes most sense for you. Keep in mind that there is no concurrent...

Viewing 15 posts - 3,046 through 3,060 (of 6,486 total)