Viewing 15 posts - 29,386 through 29,400 (of 39,771 total)
I like seeing the proposals for new nuclear plants. The newer designs (I hope ) will get better and pay dividends.
Matt, not sure I agree with your analysis. Part of...
February 28, 2008 at 2:17 pm
First, you know you shouldn't use shrinkdatabase except in rare instances. So I'd say this should be done rarely and then just use the select all, save feature of...
February 28, 2008 at 9:04 am
Biofuels as diesel probably isn't a long term solution. Though I'm not sure what the impacts have been in Brazil, which has a large scale program there.
I'm not sure I...
February 28, 2008 at 8:55 am
If the app supports separate tables, create them, move them to the new database, drop the original tables.
Now create a view of the tables in the other database (cross database...
February 28, 2008 at 8:51 am
Couple things.
why does this need to be a subquery
Does the subquery join (inner) on the columns returned?
February 28, 2008 at 8:41 am
I agree with Matt. Log backups are likely not being run and thus the log grows constantly.
You need to be sure you run full and log backups.
February 28, 2008 at 8:39 am
Looks good. Be sure you contact the people before patching/remediating and ensure you don't break anything. And give them deadlines to correct actions.
For #1, if you can or have something...
February 28, 2008 at 8:37 am
Also, are you using Windows or SQL Auth? If it's Windows, you need to be sure that you can failover as the security needs to be setup across domains. Otherwise...
February 28, 2008 at 8:35 am
A login doesn't have rights to a database, it has rights to the server. You must create users to access a database and map them as Sugesh has noted.
Read up...
February 28, 2008 at 8:34 am
A couple things.
First, can you switch it out of Read only mode?
Second, be sure that the files themselves (MDF/LDF) in the filesystem aren't read only.
February 28, 2008 at 8:33 am
I agree with Adam. you should not be able to add those columns in if they are not GROUPed.
February 28, 2008 at 8:03 am
I agree with Andras, but be careful of revoking permissions to c: and all subdirectories. There are things that the service account needs rights to.
More likely I'd handle this administratively....
February 28, 2008 at 8:00 am
I'm not sure about biofuels myself. It's an interesting idea, essentially using solar energy over time to create fuels, but I think it does need to be managed.
I've heard that...
February 28, 2008 at 7:17 am
As Gail mentioned, you need to dig into what is happening. Run some counters, check the ones Gail mentioned and get their values before the first one, when they're fast,...
February 28, 2008 at 7:13 am
You'll also be caching data.
does this happen for all reports all the time? Like after every server restart or every new report or xx reports? It's possible that you don't...
February 27, 2008 at 9:09 pm
Viewing 15 posts - 29,386 through 29,400 (of 39,771 total)