Forum Replies Created

Viewing 15 posts - 10,066 through 10,080 (of 39,884 total)

  • RE: PK v Unique Index

    Tom has a good summary here. If someone would like to tackle a short, simple, intro piece, we'd appreciate it.

  • RE: Microsoft and Minecraft and Training Kids

    I'll also say that I think my kids spend too much time in front of screens and it makes me crazy. But my son runs cross country, my daughter plays...

  • RE: Microsoft and Minecraft and Training Kids

    phonetictalk (2/23/2015)


    How do other people handle the "in moderation" part of technology? Especially for kids not yet in school?

    My three kids are older (13+ now), and so we've given up...

  • RE: Microsoft and Minecraft and Training Kids

    djackson 22568 (2/23/2015)


    ...

    Minecraft is about building, and having fun doing so.

    ...

    Very true. Late to respond, but my experience with my two younger kids is that they were much...

  • RE: Making Plans

    Thanks. Glad that you enjoyed it and got something.

  • RE: Moving Backups & Restoring databases

    You can also query the backup files and look at the LSNs to do some matching to determine what's the latest. Ultimately that's the best. This script might help you:...

  • RE: performance table insert Urgent

    I'd lean towards what Gail mentioned. If you need inserts to happen without affecting reads, then isolation is probably the best way. However this changes where resources are needed on...

  • RE: How are these unique keys generated ?

    GUIDs are very unlikely to collide, but there have been reports of this. It's not something to worry about in practice, but be aware.

    These certainly are important for things...

  • RE: One user at a time...

    Deadlocks typically occur when you have two processes accessing data in different orders. It could be UPDATEs, but SELECTs could cause issues at times.

    However if you have different users accessing...

  • RE: Problem with a copy of db file on the desktop

    What's the specific message or problem? Ken might be on the right track here.

  • RE: PK v Unique Index

    That's what a user asked for.

    I think that there shouldn't be any difference between a PK and unique index, whether CI or NCI, but perhaps there's some misunderstanding out there....

  • RE: Where Do You End Up as a DBA?

    Miles Neale (2/20/2015)


    You gather information, get advice from those you see as wise, evaluate your skills, talents, and interests and set sail for the "island of your dreams". ...

  • RE: deploy SP to multiple database

    I'd use SQLCMD and run a .SQL file against multiple databases/instances.

    I like out of SQL Server processes for this, because I want to deploy easily, or push out, without being...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (2/20/2015)


    How about this:

    Depart Dubai, UAE on 2/28/2015 @ 23:00 arrive Atlanta Intl, GA on 3/1/205 @ 6:10 AM. Flight time 16 hours 10 minutes.

    We're gonna be crossing....

  • RE: Talking baseball

    I think the pace needs work. I understand it can cause issues, but I tell you from a player's standpoint, I hate slow pitches, and from a fan's standpoint, it...

Viewing 15 posts - 10,066 through 10,080 (of 39,884 total)