Viewing 15 posts - 27,436 through 27,450 (of 39,769 total)
It looks fine here.
Can you tell me which browser and what's hidden? Maybe upload a screen shot?
August 12, 2008 at 8:18 am
When you are in the forums, the Control Panel link is to the upper left, just below your name.
What do you mean about back and forth? not sure here what...
August 12, 2008 at 8:17 am
I think it's good that we ask questions about things that you don't know about. We can't control when something is introduced, so the question was designed to help you...
August 12, 2008 at 8:03 am
not to defend Microsoft because I have the same complaints about speed, but they design for future hardware. They always have so that the new OS takes advantages of hardware...
August 12, 2008 at 7:54 am
Andy Warren has a saying I love. "Always use the defaults until you have a reason, and know better, why something else should be done."
I think that applies here. Those...
August 12, 2008 at 7:01 am
The question has been edited to show SQL Server 2005 as the context.
August 12, 2008 at 6:55 am
I'd agree with Andy. The issue I have with datareader is that it automatically gives rights to all tables. So if I add a table to store anything, meta information...
August 12, 2008 at 6:46 am
Heck, I used to enjoy karate tournaments.
Easy to tell who wins when only one is still standing 😉
August 12, 2008 at 6:11 am
I'd agree with Michael. You want notification of failed backups from that group. If they don't want to let you know, bring up the issues and show it's needed so...
August 11, 2008 at 11:08 pm
Run it from the server as well. When you run it from your workstation, it runs under the context of your workstation. When it's scheduled, it runs from the server....
August 11, 2008 at 10:35 pm
If you have Enterprise, potentially you can snapshot it
If you restore it with STANDBY, you could query it and suck out data.
August 11, 2008 at 10:09 pm
EXECUTE AS for the add login step.
Otherwise do what you are doing.
August 11, 2008 at 10:07 pm
SQL Server will search all rows that meet the WHERE clause, with matches and perform the update.
August 11, 2008 at 10:04 pm
Run a trace.
The only things that truncate a log file are a checkpoint if you are in simple mode, or the backup log command.
CHECKDB has nothing to do with it.
August 11, 2008 at 10:04 pm
you've given spots of information there. Did SQL install or not?
What are the complaints about specifically? What are the people doing?
August 11, 2008 at 10:01 pm
Viewing 15 posts - 27,436 through 27,450 (of 39,769 total)