Viewing 15 posts - 466 through 480 (of 495 total)
And I would also try to run that procedure to get the execution plan as well, as it will show you where it's working the hardest. If dev works...
July 19, 2010 at 7:39 am
There could be any number of points of concern. The Oracle tables might need a reindex. There could be issues with a network card. Really, you're going...
July 16, 2010 at 10:36 am
Yeah, you have to restore logs onto a DB in either norecovery mode or in standby mode, and the only way you get that condition is to restore at minimum...
July 16, 2010 at 10:34 am
Check database properties to see if autoshrink is enabled.
July 15, 2010 at 1:04 pm
Not to mention that even if you index a very large table with a nonclustered index, if you omit a clustered index from that table, the nonclustered index may not...
July 15, 2010 at 10:43 am
Ah, but the original question as phrased seemed to ask "Would changing a password change the service startup from automatic to manual?" The answer to that is "No, it...
July 15, 2010 at 10:40 am
May be a silly question, but did you update the password on the service account when you changed it in Windows? Check the event log to see if the...
July 15, 2010 at 8:28 am
If the backup file is in a location on the network available to both servers, you could do what we do for month end jobs -- add a step to...
July 15, 2010 at 8:24 am
The problem you are having is that the start job feature is asynchronous, in other words, all it does is start the job. It doesn't wait for it to...
July 14, 2010 at 7:38 am
Have you verified connectivity on the network, and that the name you are using is the actual machine by IP you want? You should do some PINGing I think...
July 13, 2010 at 10:02 am
Johnny -- does that XP support getting event logs from live servers? That's what he probably is doing. Log Parser lets you run a query against, say, an...
July 12, 2010 at 3:36 pm
He's trying to scrape logs from other servers most likely. I did that with this app using my SA privs at my last job to make a lightweight error...
July 12, 2010 at 3:34 pm
Do a books online search for BULK INSERT or BCP. They are exactly what you are looking for. You'll need a formatfile to describe the structure of the...
July 12, 2010 at 12:50 pm
A little late to suggest this now, since the damage is done, but your company should work to make the development environment mirror the production environment, and require developers to...
July 12, 2010 at 12:46 pm
No company I have ever worked with would support a non-DBA group getting permanent DBO access to a production database. Changes should be tested and approved and then migrated...
July 9, 2010 at 2:53 pm
Viewing 15 posts - 466 through 480 (of 495 total)