Forum Replies Created

Viewing 15 posts - 22,666 through 22,680 (of 39,824 total)

  • RE: sqlcmd -L (server list is empty)

    If the SQL Browser isn't running, or the UDP 1434 is blocked, then I believe -L doesn't work.

  • RE: Archiving Data

    If you have good primary keys, that should prevent duplication. Make sure the archive database has the same PKs.

    The process I'd use it to move a slice of the data...

  • RE: how to read excel file in sqlserver

    I'm not sure what this is, but without asking a question in the post and formatting things better, I'm not sure anyone will try to answer this.

  • RE: What's cold backup.?

    I used to manage a mixed shop (DB2/Oracle/SQL Server), and the DB2/Oracle guys would always take cold backups on a regular basis.

    A cold backup is one where the server is...

  • RE: I would like to know how to get the proper output from this table

    We are happy to help, but we don't like to do work for you. This looks like an exam or interview question, and in that case, you should be trying...

  • RE: AutoMatic Backup

    I'd second the maintenance plan if you're not familiar with SQL Server and how backups work.

  • RE: Updating blocks of data in a DW

    Partitions might make more sense in that case. Sorry, wasn't sure what you were trying to accomplish from the first post.

    No matter how you do it, you probably want to...

  • RE: SELECT database WHERE size = 'biggest in the world'

    I think having a large db would be a headache. On call, no sleep, family interrupted. It would be a challenge, but I'm not sure I'd think it was fun.

    I...

  • RE: Back up Strategy

    Note that you can mitigate the downtime by having a warm server, and restore the logs (and fulls) as they're taken.

  • RE: Queuing SSIS Packages

    I am still not clear what you mean. A package cannot run without being scheduled or called from some other program, so you can typically arrange a workflow.

    I'm also...

  • RE: Queuing SSIS Packages

    If you run the package as a job, then it will be recorded. If you run it some other way, you'd need to note that. The easiest way is insert...

  • RE: Queuing SSIS Packages

    You could write logic into the beginning of both packages to check if the other is running. This is stored in MSDB, and you can query to determine if the...

  • RE: SQL Server 2005 Enterprise v/s Standard

    You absolutely can start with Standard and move to Enterprise, but again, you haven't given enough information for us to decide if those features matter.

    The size of the database doesn't...

  • RE: Update or Reinsert? which one is best

    I'd tend to agree with Michael. It also depends on resources and time. The updates might be spread out, whereas a reinsert tends to run at once. If you index...

  • RE: Why Should You Network?

    LOL, no, my brother. :w00t:

    Actually I have quite a few contacts and friends that I see at the PASS Summit, and rarely correspond outside of that. Amazing how much you...

Viewing 15 posts - 22,666 through 22,680 (of 39,824 total)