Forum Replies Created

Viewing 15 posts - 26,326 through 26,340 (of 39,793 total)

  • RE: Moving system Db's

    Also, if you want more tempdb space, move it first, restart, then alter it for more space. Don't do both at once.

  • RE: Moving system Db's

    It's simple, as Jonathan mentioned, but for sure there is downtime.

    Not a lot, but enough to stop/restart SQL Server.

  • RE: Strange error message

    Never seen that. Can you reboot to see if it clears? I know that's not a good way to handle this, but I'm curious to see if it goes away...

  • RE: unable to alter,drop,rename or select from a view

    Someone likely has a schema lock on it somewhere. Check sp_lock

  • RE: DBA Value

    Diverse skills if there is talent can get a higher salary. Jacks of all trades, masters of none is what so many average people have, and that's normal. That's not...

  • RE: CVS files out of Sql Server....

    Is this an interview question? hopefully you've answered "I don't know"

    It's easy to do with SSMS as a hint.

  • RE: Keeping QA in sync with Production

    I'm with Raj. Unless you are deploying changes daily, I'd say that real-time is a bad idea. Even using QA for standby doesn't work since you can't "trust" the data...

  • RE: Performance Monitor on Windows Server 2003

    There is some overhead to measuring the counters and logging them. If you have the graphical display up, this uses overhead as well.

    you can use Task Manager to get an...

  • RE: qurey using lots of connections

    A particular SPID typically is on one connection. A user can be connected many times, but each process has it's own ID.

    SPIDs are reused, so you can see them in...

  • RE: Normal Distribution

    Can you explain what you mean? Do you mean statistical standard deviations? there are functions for this.

  • RE: How to store SQL Agent Job Step output messages

    Set up logging for the package, and then use the logging provider to point to a table.

    Moved to the SSIS forum.

  • RE: Why Shrink DB is bad?

    You want to keep free space in the files. That is what is used as the server needs to allocate space for inserts/deletes. This is expensive, and you don't want...

  • RE: Monitoring DBs

    What are you looking to monitor? There's a whole range of things here.

    sqlSentry has a good performance monitoring tool.

    Quest has some tools, can be expensive

    Idera has a variety of tools...

  • RE: Secondary Backup / Restore Strategy

    I like Diff backups if you can do them because they speed and simplify restores. I have run them every 2-6 hours at times to ensure that I don't have...

  • RE: Are Triggers a "legacy" Feature? (Database Weekly, Nov 08 2008)

    I agree with Robert. Portability doesn't mean writing the lowest common denominator. The code shouldn't be lifted from one platform and dropped on another. It should be slightly altered to...

Viewing 15 posts - 26,326 through 26,340 (of 39,793 total)