Viewing 15 posts - 30,136 through 30,150 (of 39,819 total)
Forum moved and please try to post only what you think is relevant. We don't necessarily need to see the whole log.
December 28, 2007 at 9:19 am
I agree things move slowly and if you page out the Windows guy a few times at night, things might change. Or if you don't get a db working fast...
December 28, 2007 at 9:17 am
No differences between Truncate on checkpoint and simple I know of. The former is older syntax.
I agree with Michael, I'd run more frequent log backups and then add in another...
December 28, 2007 at 9:11 am
The only advantage for QA that I've seen is that it's quick and starts immediately. I don't need to spend time waiting on SSMS to start up, eat system resources,...
December 28, 2007 at 9:07 am
Look on the MS site for new things. Most things should be backwards compatible from the T-SQL side.
December 27, 2007 at 8:19 pm
No idea, but please post in the appropriate forum. (this has been moved).
December 27, 2007 at 8:17 pm
Full and diff backups don't use truncate.
The backup scheme depends on what works for your business. If they can tolerate finding a full, then a diff, then a ton of...
December 27, 2007 at 8:17 pm
Is that path correct?
If so, it sounds like you have a corrupt download. Get the real one from Microsoft.
December 27, 2007 at 8:14 pm
I'm not sure about the Ethanol, but I tend to agree that we can't blindly switch from food to fuel. It would be better to mandate some type of percentage...
December 27, 2007 at 2:47 pm
They already are squawking. The new Energy Act passed, just as I was publishing this. I'll comment more in the Feb update, but the solar and wind subsidies were removed....
December 27, 2007 at 10:03 am
My apology for the confusion. Actaully I wanted to mention that we cann't allow it to run as Local Admin. It's running as Local Admin.
That doesn't make sense? It's Which...
December 27, 2007 at 9:37 am
Because storage doesn't imply order. A view is simply an overlay onto storage.
Just like a table doesn't have an order, a view doesn't. Don't use views to preserve order....
December 27, 2007 at 9:35 am
You could set something up to look for the version in the sysobjects table, but as Jeff mentioned, there is no good way to look for when something changed.
If...
December 27, 2007 at 9:34 am
The log changes based on data changes.
You can copy off a log backup and then use Log Rescue from Red Gate (I work for them, the tool is free)...
December 27, 2007 at 9:32 am
Mike,
The name in the proc is irrelevant to your Call. You need to declare @dbname in your batch, not in the proc.
If I have
CREATE PROCEDURE getaddress
@dbname varchar(20),
@name varchar(4)
I can...
December 27, 2007 at 9:30 am
Viewing 15 posts - 30,136 through 30,150 (of 39,819 total)