Viewing 15 posts - 22,666 through 22,680 (of 39,824 total)
If the SQL Browser isn't running, or the UDP 1434 is blocked, then I believe -L doesn't work.
August 19, 2009 at 8:09 am
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...
August 19, 2009 at 8:08 am
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.
August 19, 2009 at 8:04 am
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...
August 19, 2009 at 8:02 am
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...
August 19, 2009 at 7:59 am
I'd second the maintenance plan if you're not familiar with SQL Server and how backups work.
August 19, 2009 at 7:58 am
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...
August 19, 2009 at 7:57 am
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...
August 19, 2009 at 7:51 am
Note that you can mitigate the downtime by having a warm server, and restore the logs (and fulls) as they're taken.
August 19, 2009 at 7:46 am
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...
August 18, 2009 at 3:12 pm
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...
August 18, 2009 at 10:59 am
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...
August 18, 2009 at 10:20 am
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...
August 18, 2009 at 10:18 am
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...
August 18, 2009 at 8:22 am
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...
August 18, 2009 at 8:07 am
Viewing 15 posts - 22,666 through 22,680 (of 39,824 total)