Viewing 15 posts - 31 through 45 (of 52 total)
Take a text backup of MySQL.
Most of it should run quite happily as a script using OSQL. You may have to judiciously alter a few datatypes globally (sed on...
March 14, 2005 at 3:38 am
If you're having problems with DTS not being able to lock the database, ready for log shipping, I'd really suggest that you use the regular backups (full, differential and transaction...
March 11, 2005 at 8:18 am
Does the backup include all the previous differentials?
You need to have all the differentials in sequence to make a complete backup.
To check you have the right ones available, use the...
March 11, 2005 at 8:00 am
The way I approached it was to take a trace of all the read/write activity of the database server I was intending to work in a maintenance plan on.
This trace...
March 11, 2005 at 7:56 am
If you're only running the MS SQL Server on that box, then using PerfMon, and adding the requisite network counters will give you a view of approximately how much is...
March 11, 2005 at 7:48 am
Are there any relevant entries in the application log for your Windows install? That would be my first port of call. You may well find an entry about...
March 7, 2005 at 4:52 am
Maint plans are a basic toolbox set of scripts, as far as I can see.
They'll give you a basic safety net if you've never administered a database server before, or...
March 4, 2005 at 8:10 am
Anything written in your server logs that says why the backup failed?
March 3, 2005 at 8:29 am
For just about everywhere I've worked, the DBA takes the senior role.
That's because to be a half decent DBA, you need to understand development (to make sure you're doing the...
February 25, 2005 at 4:28 am
With log shipping, you won't have anything replicated on your 'B' server until the logs have been shipped to it, and imported.
However, you probably won't be able to see the...
February 21, 2005 at 3:11 am
Be nice is they got the spelling of the country right too!
February 21, 2005 at 2:43 am
That's a possiblity for a solution (may test it for purely local and new work), however, the solution I'm looking for is one that allows the dbcc to run bare...
February 9, 2005 at 7:02 am
Excellent article.
It's always useful to know just how the server performs under different situations.
I tend to use Perl with a pipe from OSQL to access data exported from the SQL...
February 7, 2005 at 3:51 am
Have you used the Windows Performance Monitor to check the state of the server you're using?
What happens when you run the SQL from an editor, such as Query Analyzer?
Sometimes, over...
February 2, 2005 at 5:41 am
A rough guide to this would be to create an SQL script, and kick it off by OSQL, embedded in a windows shell script (batch file).
This gets around the problems...
February 2, 2005 at 5:23 am
Viewing 15 posts - 31 through 45 (of 52 total)