Forum Replies Created

Viewing 15 posts - 26,596 through 26,610 (of 39,792 total)

  • RE: Backup Locations

    First I never back up to the network. Too unreliable and it will fail when you least expect it. Like the day that your database goes down. Backup locally, copy...

  • RE: Automatically copy data into another database upon insert - triggers?

    I did something similar years ago, but I used replication. Basically when something changed in source, I replicated the relevant table to the destination to staging tables. 3 (or however...

  • RE: "Disk or Network error" on a 12MG-Sized Access 2003 DB

    Not sure, but I'd move the DB to another server or drive and ensure it's not corrupt. There could be disk issues on the server and a complete copy to...

  • RE: Change SQL Time

    Thanks for the update, you had us stumped. I've only been able to change the OS time and have SQL lag by about 5-10sec at the max before it catches...

  • RE: adding a new table in sql 2005

    Thanks for the update and be aware that there are sometimes strange caching things that break for unknown reasons. Relinking would have been my suggestion if I were a little...

  • RE: List all logins, databases, role mapping

    Alan,

    What errors?

    swekik, you need to run through the databases and query against sys.logins and use left joins to find those that aren't matched up. How many databases do you have?

    I...

  • RE: Is it a good career move?

    Getting a PMP isn't a bad idea. It gives you another skill you can potentially market. Plenty of people would like to hire a PM with development experience or vice...

  • RE: Restore question!

    What's the status of the corrupted DB? Can you connect to it and run a tail log backup?

  • RE: Who Wants to Be Rich?

    Here, here, Barry. Anything requires time and sacrifice. My kids, my marriage, they all take work and time to continue to be something I can be proud of.

  • RE: The Financial Crisis

    Manie,

    Good luck and hope things improve.

    And if anyone else wants to grab a shovel...

    come on over. Always things to move around here. :w00t:

  • RE: Who Wants to Be Rich?

    Interesting comments, and no complaints, Jeff. Just wondering. Usually I get a good diatribe if I've stoked your interest.

    As I get older, I realize that no matter how much you...

  • RE: Transaction Log a part of Full backup????

    Shrinking the transaction log regularly doesn't buy you time, it grows again as the two above mentioned.

    The only time you shrink it is when some rare, one-time event (big load,...

  • RE: Unable to attach mdf in SQL 2005 Express

    Thanks for the update.

  • RE: How to using common database Server (MS SQL Server)

    Your post makes no sense. Are you using SQL Server 2005 or MySQL? Please don't capitalize things that are not specific names.

    You also need to ask a specific question. What...

  • RE: SQL Server DB Table space

    Your exec returns a single value, not a result set.

    You probably want to run this from SQLCMD or another client utility, not xp_cmdshell.

Viewing 15 posts - 26,596 through 26,610 (of 39,792 total)