Viewing 15 posts - 24,511 through 24,525 (of 39,919 total)
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
I think T-SQL is relatively easy to read as well, once it's formatted the way I see it.
At least as easy to read as some of the C++ I've seen,
April 7, 2009 at 11:16 am
The MVP certainly isn't a ton of knowledge. It's a community contribution award.
Arguably I haven't contributed anything substantial to the SQL knowledge base in quite some time. Instead I think...
April 7, 2009 at 10:01 am
The master database controls the function of the server. It is not designed to emulate a SQL 2000 server, and all the structures in there will not necessarily work. It's...
April 7, 2009 at 9:15 am
I think you're always trying to reduce risk. Even if you want to tackle a new venture, or make a new risk in an area, you want to reduce the...
April 7, 2009 at 9:11 am
Viewing 15 posts - 24,511 through 24,525 (of 39,919 total)