Forum Replies Created

Viewing 15 posts - 29,221 through 29,235 (of 39,771 total)

  • RE: Administrator

    You can combine the steps into one job. Go into each job's steps and copy the information into one job.

  • RE: Reducing 3 statements to 1

    I'm not sure how you can combine these when they are all going to separate temp tables. The issue is that if these are used later, then combining them might...

  • RE: How can we see all database tables name and sizes

    You can also right click the database in SSMS, choose Reports, and look for one that matches your needs. There are a number of standard reports that might help.

  • RE: sa password

    Changing the password only affects things that connect with the app. So an application, potentially jobs or other scripts/programs that might use this.

    However a blank password, especially SA, is a...

  • RE: Get Rid of the Indexes

    I think the power savings would come from less hardware time from tape drives or less drives needed if you used disk backup. For any particular database it would not...

  • RE: I got burned today at a SQL Server Interview!

    Speaking of lunch....

    I once got a resume with the "Interests" section saying "Eating exotic meats"

    I wanted to bring the guy in just to see him, but he was too weak...

  • RE: Operators

    You should always use parenthesis to be sure that there isn't confusion. and to be sure if your server upgraded and the order changed, that you'd not have strange math...

  • RE: Backup Strategy - sanity check needed

    Marios has a good point. If space is an issue, Idera has a nice product. I'd also look at Litespeed from Quest, Red Gate's SQL Backup (I work for Red...

  • RE: Cannot Connect to local server

    And check the current error log. Be sure the services are running and then look for what port/name SQL is listening on.

  • RE: Sql Server data Services

    This partially removes the need for a DBA, but not completely. There is no query tuning here, just storage services. I guess that helps, but if you depend on this,...

  • RE: Agile Development and face-to-face communication

    I think telecommuting is a great tool and should be used where appropriate. especially in reducing the cost of commuting.

    My feeling is that Agile needs to adjust to handle this....

  • RE: Backup size is bigger than DB size

    Thanks for the update and be careful of pausing replication for extended periods of time.

  • RE: SQL to do a upsert or update/insert

    I agree with Jeff. It depends on how you are moving the data as to the best advice.

  • RE: Shrink Log

    If not search for "forcibly shrink" here for a script that can help.

    you should rarely shrink anything. Usually this is because something hasn't been done correctly in the past or...

  • RE: SSDS

    Whoops and thanks for the link, William.

    I think that this can be a good solution for smaller companies. If you can't afford high bandwidth or distributed servers, this is one...

Viewing 15 posts - 29,221 through 29,235 (of 39,771 total)