Viewing 15 posts - 196 through 210 (of 692 total)
I think the only licensing issue you have is whether you are licensed to access the SQL instance on the host server. I don't think there is a problem with...
February 7, 2005 at 4:18 pm
No, a backup will NOT shrink your transaction log file.
First, only a transaction log backup will affect the transaction log at all. A full backup will not make changes to...
February 7, 2005 at 4:09 pm
I considered posting something about it being a one sided conversation, but then decided it really wasn't, considering all the personalities displayed!
Steve (not Jones)
February 3, 2005 at 3:56 pm
schleep,
Sorry. I kinda stepped on you. I clicked on Reply, then got called away on a production issue, then came back and didn't check to see if anyone else had...
February 3, 2005 at 2:05 pm
Won't work. You can change the locations of the files, you can change the (physical) names of the files, but you can't change the structure of the database in a...
February 3, 2005 at 1:34 pm
MSDE is basically a pared down version of SQL Server. Any administrative tasks that you perform on SQL Server can be performed on MSDE. The catch is that MSDE doesn't...
February 3, 2005 at 11:50 am
Here's a thought. Do you have a test server that you can restore your backup(s) to? It might be interesting to see what happens when you restore that 51.8GB log...
February 3, 2005 at 11:36 am
I don't know, then. A transaction log backup should not be larger than the transaction log was before the backup started. The only ways I can think of for this...
February 3, 2005 at 10:11 am
Is your transaction log on a compressed drive? If so, I wonder if this could be causing your abnormalities? Perhaps SQL is reporting a 7.05GB transaction log, but uncompressed, it...
February 3, 2005 at 9:19 am
You're right. An append will create a new file if it isn't there, and will append if it is there. This just doesn't make sense. How are you determining that the...
February 2, 2005 at 2:51 pm
Sounds like you are appending your backup to an existing backup file. Take a look at the file name of your backup and see if that name already exists on...
February 2, 2005 at 12:56 pm
For more info about the DIR command, shell out to the command prompt (Start/Programs/Accessories/Command Prompt) on your pc and type HELP DIR . It'll give you syntax and options.
There is...
February 2, 2005 at 8:37 am
DATABASEPROPERTYEX tells you what the property is rather than changing it.
If you decide you want to programmatically change to the simple recovery model,
you can do this by creating a cursor...
February 1, 2005 at 12:36 pm
Phew! Glad to know that your jobs are secure!
As far as how often I test backups, not nearly often enough. Basically, whenever someone...
January 31, 2005 at 3:21 pm
Wait a week for a backup tape???? If a database goes down and requires a restore, and its down for a week just waiting on the tape, I think somebody...
January 31, 2005 at 2:15 pm
Viewing 15 posts - 196 through 210 (of 692 total)