Forum Replies Created

Viewing 15 posts - 17,761 through 17,775 (of 39,903 total)

  • RE: go command

    Which editor? As an FYI for me.

  • RE: Are the posted questions getting worse?

    I loved Foxpro. First SQL App I wrote was an upgrade from Fox/DOS to VFP/SQL Server. Worked great!

  • RE: Querying Question

    mikes84 (10/26/2010)


    ...

    Now, If John and Jim are both DBAs in the IT department, their records in the Positions table could look like this:

    ID, Position, Department

    66, DBA, IT

    67, DBA, IT

    It seems...

  • RE: The 2010 SQLServerCentral Opening Night Party

    I have a bunch of DVDs and ThinkGeek stuff so far. Based on registrations, it looks like an iPad is a real possibility now.

  • RE: Are There That Many GUIDs?

    Craig-315134 (10/26/2010)


    It would seem there are now more posts on the subject of GUIDS than there are GUIDS. 😀

    Not yet, but we're working on it.

  • RE: sql server 2005 triggers

    I would say that Gus' suggestion of one big trigger allows you to see all the code, and perhaps optimize it. You might have a trigger designed for a certain...

  • RE: Are the posted questions getting worse?

    GSquared (10/26/2010)


    Today's XKCD is definitely worth a look. (It has some "NSFW language" in it.)

    Excellent

    http://xkcd.com/810/

  • RE: sql server 2005 triggers

    Each trigger adds to the transaction time since it is included in the transaction that is doing the update. That can impact performance as locks are held longer to complete...

  • RE: The 2010 SQLServerCentral Opening Night Party

    David Stout (10/26/2010)


    So much for early registration guess I'll be missing out on the fun. The code was not available when I registered.

    PASS and use SSC2010 as the code.

    Note that...

  • RE: Querying Question

    You don't quite have enough information. Is there not a key in the positions table? Is it allowed that there are multiple positions with a department? There's not enough sample...

  • RE: MERS

    Right now there's a legal challenge as to the rights of MERS to sign foreclosure documents, but there have been mistakes made, and someone is challenging the accuracy of data...

  • RE: Are the posted questions getting worse?

    Indeed, that's a tough one. I've dealt with those migrations. that is a case where you wish you had GUIDs

  • RE: datafile defragmentation

    The copy will no degragment the file. It might move the various segments on disk around, but it will not move the internal allocations.

    You need to rebuild clustered indexes to...

  • RE: Is this "global recession" over?

    I think that we'll get back globally at some point. Maybe not the same point for all countries, but the economies will rebound for most places.

    I've seen and heard doom...

  • RE: database backup problem

    If you want to delete the old backup first because of space constraints, make sure you have it on another server. Because your server will choose to fail right between...

Viewing 15 posts - 17,761 through 17,775 (of 39,903 total)