Viewing 7 posts - 31 through 38 (of 38 total)
I have looked at the logs in windows and sql server...Nothing. It has me stumped has well.
December 10, 2009 at 3:00 pm
I haven't set any jobs up on the server yet, but I double checked and there are no jobs running.
December 10, 2009 at 1:22 pm
For those of you that want it..this script worked for me. I then reindexed all tables affected after I ran this script.
Set NoCount On
Go
Print '--Drop Columns'
SELECT 'Alter Table '...
October 27, 2009 at 3:33 pm
sorry guys for a late response to all of your answers...BUSY monday morning 🙁
For step 3 I am running sp_updatestats.
I wasn't to sure about step 5 myself. ...
October 12, 2009 at 12:49 pm
I spent two days trying to figure out a solution to this problem. My problem was my computer name. It was 16 characters and server 2008 net bios will...
September 30, 2009 at 12:27 pm
Viewing 7 posts - 31 through 38 (of 38 total)