Forum Replies Created

Viewing 15 posts - 29,746 through 29,760 (of 39,769 total)

  • RE: SQL2005 cluster installation

    My business partner, Brian Knight, can build a cluster in an hour. I'd expect you can install SQL Server in a cluster easily in under a day. Maybe a day...

  • RE: SHOW ADVANCED OPTION

    Perhaps you could also show the code you're running and explain what you're trying to do. Just showing error messages doesn't really help. Would you ask someone a question like...

  • RE: My new company uses SQL Server 2005....

    I'd also look at the Inside SQL Server book on queries. That will help with tuning.

  • RE: restrict file growth what happens when it gets there

    Can't add any more data to tables on that file.

  • RE: Profiler trace to table

    I tend to agree with Andras that there may be a better way to do this other than a trace.

  • RE: Create 'Vanilla Database'

    Second vote for Toni's solution. Maybe script this as part of the database creation or restore)

  • RE: What is the advantage of telecommute?

    Sometimes those things are true, but not always.

    It can limit your ability to advance. Many positions as you go up in the company require that you be at the office.

    It...

  • RE: SQL6.5,7,2000 and 2005

    Everyone please take a step back and calm down. I don't think Jeff meant anything, but everyone please discuss the topic only.

  • RE: SQL AGENT JOB - VBScript

    It's executed as the SQL server Agent logon. So it's not the console where you logged on, it's a separate console for that user.

    Even if you use your use ID,...

  • RE: MCITP

    Get the list of requirements from the Microsoft site and go through them. I know it sounds silly, but those items are covered on the exam. Buy a book as...

  • RE: xp_cmdshell problem

    That is very strange. If you create a new proc, same code, including the cmdshell, does it work?

  • RE: Freeware

    All the ones I know about cost money.

  • RE: Management Studio

    Programs -> Microsoft SQL Server 2005 -> SSMS

    Be sure you installed client tools. This is not required, so if you don't have the group, run the install again and just...

  • RE: SQL server on the blade server

    I have friends with Virtual SQL Servers (under vmware ESX) on blade servers. not sure if these are HP or IBM, but they are SAN connected to avoid IO issues...

  • RE: SQL backup with Block-Level technology

    I don't trust block level, and here is why.

    Suppose I have a large transaction and it updates blocks 1-100. In the middle, I have a failure and blocks 1-99...

Viewing 15 posts - 29,746 through 29,760 (of 39,769 total)