Viewing 15 posts - 24,406 through 24,420 (of 39,818 total)
GSquared (4/9/2009)
duh duh duh - duh duh duh duh duh duh ...
I got that right away, hmmm, what does that say about me?
My kids wanted to listen to the Titantic...
April 9, 2009 at 8:44 am
The question has been corrected and the points awarded back.
April 9, 2009 at 8:41 am
You should provide the plan, as Barry suggested. The idea is that you look in the plan for what takes a lot of time. Then try to reduce the time....
April 8, 2009 at 9:57 pm
Ed,
We are talking about having a few other "badges" that we can apply to someone's account. For now I'd say they could add it (with a link to their profile...
April 8, 2009 at 12:53 pm
Backup/restore is the simplest way to do this.
The import export is an SSIS package, which essentially scripts out the schemas, runs those on the new server, and then copies data....
April 8, 2009 at 12:37 pm
My favorite is "assuming programmers will build what I ask them to"
Falls down almost every single time.
Great job, Phil!
April 8, 2009 at 12:30 pm
I'm not sure Jeff will get that one done, so someone else feel free to tackle it. He's agreed to start a nice T-SQL book for us all, so I'm...
April 8, 2009 at 8:44 am
Short answer, run backup log with truncate_only option, then shrink the log file.
You need to either set simple recovery model for that database (in the options) or set up log...
April 8, 2009 at 7:46 am
Nope, the log and data files are overwritten in a restore. Apex Log won't help you.
April 8, 2009 at 7:39 am
The typical "copy" process on SQL Server is a backup and restore, so I'd recommend that.
April 7, 2009 at 5:16 pm
GilaMonster (4/7/2009)
April 7, 2009 at 5:15 pm
You'd have to test, but I don't believe the replication moves indexing across. Mirroring would, since it reads the logs and sends the transaction across. I believe replication only moves...
April 7, 2009 at 4:48 pm
Not a bad idea. We used to have some tests, but they're complicated and hard to set up.
I'll revisit this and see if it makes sense.
April 7, 2009 at 11:18 am
Viewing 15 posts - 24,406 through 24,420 (of 39,818 total)