Forum Replies Created

Viewing 15 posts - 26,941 through 26,955 (of 39,768 total)

  • RE: SQL Client and Server

    There are a few things. There isn't a client per se. There are client tools, which you will find in a group in Programs ( SQL Server 2005), but every...

  • RE: cannot restore database in sqlserver 2005 express

    This typically happens when you run a backup, and add a new backup file in the "Backup Database" dialog. Since the new file is highlighted and the one that was...

  • RE: Log shipping and stored procedures

    There are a few issues, and Clive has talked well about them.

    The more often you run log backups, the smaller they are. However, to apply them, you need to interrupt...

  • RE: Table Partition Issue

    Improving query performance depends upon many things. You have to look at the queries, see if more indexes would help. Or if different indexes would help. How often do the...

  • RE: SQL Trace

    You misquoted MSDN. The quote before that says IF the data files need more space and can't get it, a database engine error is issued. The quote misleads people to...

  • RE: Best way of creating 50 excel based linked servers

    The cursor thing isn't a big deal for adding these. It's a one time loop.

    For the programming, you want to avoid them and just write out the statements. Not sure...

  • RE: Can any one help me to prepare basic check list for database server for SQL server 2005.

    tempdb is highly dependent on activity and data sizes. If you have a 500MB database, 10GB is way overkill.

    Disk space is cheap, and it makes sense to just assign some...

  • RE: SQL Trace

    Even if the disk fills up, data can be interested into a database provided it does not need to grow. Databases typically have free space in them, and if yours...

  • RE: Demo: Full msdb log error9002 and Demo: Full tempdb error 9002

    You have a full log file. Are you running backups? Is msdb in simple recovery mode or full?

    Please post your question in the edit box, not the title.

  • RE: last time table is accessed

    I'd definitely look at SS2K8. There are bugs, but overall it's a more mature, stable version of SS2K5.

  • RE: Instances on different patch levels

    Possibly. Not sure if that patch hits shared components or not.

    Why not setup a separate instance on another test machine, or even in a VM? I wouldn't gamble with production.

  • RE: last time table is accessed

    I'd rename the table. That will tell you if it's still being used.

    Quick.

  • RE: How remotely add SA group to SQL Servers?

    You have to connect to each SQL Server and run this. There isn't another way.

    You can write a script using sqlcmd to do this, looping through the list of servers,...

  • RE: build 9.0.3054

    Nope, good to call me out. I probably am missing more.

    I've not really used WSUS since I want control over when and where they are applied to which machines. I...

  • RE: Need to Overwrite the previous day's Backups

    If you want to overwrite backups, use the same file name and the WITH INIT clause. However this isn't a great practice. If it fails partially in there, you don't...

Viewing 15 posts - 26,941 through 26,955 (of 39,768 total)