Forum Replies Created

Viewing 15 posts - 26,296 through 26,310 (of 39,793 total)

  • RE: How Productive Are You?

    Anonymous Post #2

    Hi there.

    I pretty much get 8 hours in per day. I think I work very efficiently. But I'm currently in a job where I can hide away in...

  • RE: How Productive Are You?

    Interesting. I agree it's not the only metric. Effectiveness is ultimately what matters, but for planning, you need to guess at some xx amount of work and hours is one...

  • RE: Move Users

    Are you moving to new places or to the same server over and over?

    You only need to move logins once, and if you use the same SID, then you...

  • RE: The SQLServerCentral Party at PASS

    Just as a note, we usually have 2-3 free admissions to the conference we give away to authors each year.

    Anyone that can cover travel/hotel and is interested, write me...

  • RE: Do we need separate job to backup System databases?

    I've gone both ways, but I have tended to separate out the system databases to a separate job.

  • RE: OS Disk Defrag

    I'm with TheSQLGuru. I'd shut down SQL Server. If the files are being written to, it's possible that you are slowing things down or there could be an issue. There...

  • RE: How to define a primary key?

    Usually the PK is a field that obviously identifies what's in the tables. Often there is an "ID" field with an identity or integer value in there. If you have...

  • RE: How do I set up scripts to run daily?

    Short answer: sql agent.

    Are you running SSIS packages or are you trying to run SQL scripts from SSIS?

  • RE: Twitter Your Issues

    Yammer looks interesting, and thanks for pointing it out.

    You definitely need downtime, but the thing to remember is that Twitter, alerts, Blackberry's aren't binary devices. It doesn't mean you are...

  • RE: SQL 2000 Backup

    It's a problem with your tape drive, or the media. When you see "operating system error" it's something outside of SQL Server.

    Backing up to tape is not recommended as the...

  • RE: The SQLServerCentral Party at PASS

    Just a chance to meet people from the site. We hire a casino company to cater the event, give away "chips" to play blackjack, poker, roulette, etc. for a couple...

  • RE: Repeative data in SELECT

    You have some duplicate data in your join.

    you could add distinct to the SELECT list, which would remove duplicates.

  • RE: Version Requirement for Log Shipping

    http://www.microsoft.com/Sqlserver/2005/en/us/Compare-Features.aspx

    In standard.

    It's nothing amazing. You could set it up yourself with a few jobs that backup, copy and restore.

  • RE: FREE SPACE 0.00 MB??

    It should be fine during normal workloads.

  • RE: How to update SQL Server table from a Temp table

    You can set up linked servers, which will be there and allow you to do updates. More admin work here.

    you can set up an openquery/openrowset statement to do the work,...

Viewing 15 posts - 26,296 through 26,310 (of 39,793 total)