Viewing 15 posts - 76 through 90 (of 137 total)
My shop is skipping 2005 and going straight 2008 but I intend to keep the same configuration.
September 26, 2008 at 9:55 am
No I didn't have a article or recommendation. The dyanmic port keep colliding with other apps (as described in the article you quote) and caused down time.
I selected that...
September 26, 2008 at 9:21 am
My shop has had problems with dynamic port assignment and binding in Sql 2000. Port conflicts can happen but you'll still be able to connect using Query analyzer...
September 24, 2008 at 9:55 pm
Madhu
My advice is to become more familiar with your errorlog. All of your backups (log, differential and full) are recorded there. Additionally, the log entries in my previous...
September 16, 2008 at 2:57 pm
I agree with Phil's recommendations although I haven't had time to review the code but a quick scan says it is something I'd change.
The log tells me your getting nightly...
September 16, 2008 at 12:21 pm
I suspect your backups are not running the way you think they are. To aid you further ,I need the results of this script:
exec sp_helpdb 'your db name...
September 16, 2008 at 8:35 am
Is that share local to the server your running the backup on?
If so please post the log file for the last few days and the exact backup command you running....
September 15, 2008 at 6:48 pm
What version of Sql Server are you using? Has this job run successfully before?
Your backing up over a admin share (D$) so I would verify the security permissions although...
September 15, 2008 at 4:04 pm
Found it!!!
Our freight calculation (delphi code) is doing a delete-insert every time freight is re-calculated. Freight has a item_number and we have three indexes that have the item...
September 12, 2008 at 12:58 pm
Gail
Thanks for the insight. I hadn't thought of that at all. I think I'm guilty of over-engineer my joins in an effort to address the previous deadlock issue....
September 11, 2008 at 10:18 am
Ok, now that Gail has taught me how to post. 🙂
The attached file shows the statement level trace for the two deadlocking spids plus the deadlock collision from the...
September 10, 2008 at 4:02 pm
The transaction log will not auto shrink. It sounds like you have a maintenance job or plan tha that is running overnight. I would investigate that as...
September 10, 2008 at 3:51 pm
Gail
So that is what the attachment button is for:D;)
Amazing what you learn when you scroll down. :w00t:
September 10, 2008 at 9:54 am
Sound like share security isn't right.
Verify that the account the Sql Agent is running under has explicted permissions on the share.
July 9, 2008 at 7:53 am
Matt
I love the phrase "institutional sloppiness". I've officially stealing that from you.
David
June 26, 2008 at 10:16 am
Viewing 15 posts - 76 through 90 (of 137 total)