Forum Replies Created

Viewing 15 posts - 30,406 through 30,420 (of 39,821 total)

  • RE: UK JOB & US JOB

    You need to better frame the question. What exactly about job opportunities are you asking?

  • RE: Difference between 32bit & 64 bit computer

    My computer, Properties. Should give you the CPU type. Google that.

  • RE: Do We Need a PK?

    Hey, could make sense for consistency, all xxID columns as PKs.

    I'd agree it's a waste of space, but you'd tinyint the StateID and it's not that much space, 50 bytes....

  • RE: Errors in the rebuild/ reorg index and checkdb logs

    Mind sharing with us what you did? Not that I'd necessarily recommend anyone else follow your instructions from PSS, but I'm curious what might have been wrong and how they...

  • RE: Differential Backups Internals

    Actually it's an interesting question for an interview. If you have a lot of simple mode databases, then differentials could conceivably save you lots of resources on backups.

    It's not crazy,...

  • RE: All I Want For Christmas Is ...

    Yikes, I appreciate your differences, won't discuss my beliefs, but no religion in the editorials!

    Enjoy Christmas for what it's become: a holiday where we remember others and share goodwill with...

  • RE: Do We Need a PK?

    I'm getting slightly lost here, but I wanted to respond to Will a few posts above.

    The problems with bad data are a good place TO require a PK, even a...

  • RE: CURSOR speed - SQL 2000 vs. SQL 2005

    If you want to learn SSIS, and it is worth the investment in time, you could do all of this in there and implement complex rules for handling this.

    However Sergiy...

  • RE: Delay in executing a query from VB

    Very interesting. If you change it back, does it slow down again? Be interesting to know. Sounds like some kind of bug, but not sure it's worth chasing down.

  • RE: Auto Delete backups using Backup Maintenance Wizard

    If you have SP2, you can set this in the Maintenance plan cleanup.

    Use .bak, the standard extension. SQL Server will find the backups.

  • RE: Query Tuning

    Nice list! Want to write us an article on this?

    Steve

  • RE: Do We Need a PK?

    How is a unique index defined and used as a PK handled in code? I'm slightly confused as to what they are doing in code? Does Oracle not define PKs...

  • RE: Do We Need a PK?

    A one row table is interesting. Perhaps that makes sense, but really I'd define a PK anyway. Never know when you'll add another row for some reason.

    Robert H, you've got...

  • RE: Can SQL 2005 do this?

    Re-reading this, I'm wondering what the purpose of your transfer is? Is it going to be accessed as a reporting database? Or is it backing the an SSAS cube? Is...

  • RE: Creating a table in Management Studio with a different schema

    You would have to default your schema to the new one. By default in SSMS, you create schemas in your own schema, which probably defaults to dbo.

    Use SQL statements to...

Viewing 15 posts - 30,406 through 30,420 (of 39,821 total)