Viewing 15 posts - 1 through 15 (of 18 total)
Right, the service account is actually holding that permission on the server right now, but I have this odd feeling that it might be overridden at the domain level, as...
March 24, 2008 at 9:12 am
Thank you - that's helpful (and it explains the difference between the two machine's memory reporting in the task manager). I had checked on the "lock pages in memory"...
March 22, 2008 at 2:28 am
It seems like maybe you have a "lost write" - toward the end of the article it shows your error and gives a small explanation of what happened:
http://support.microsoft.com/kb/826433
Having...
August 1, 2007 at 7:45 am
Since no-one else is answering, I'll take a stab - try running dbcc checkdb (or dbcc checktable with ALL_ERRORMSGS, if you know the specific table that it's complaining about) ...
July 31, 2007 at 12:39 pm
Lock pages in memory is needed if you have AWE enabled (if I remember correctly). http://technet.microsoft.com/en-us/library/ms179301.aspx - these people recommend to enable lock pages in 64-bit.
Their conceptual...
July 31, 2007 at 10:52 am
Just a few random thoughts on the subject - I've got alerts for all of the critical severity levels (just 20-25 right now) going to email, as far as generic...
July 31, 2007 at 10:38 am
Heh, a Gulf Coast City would be a step up for me (West Palm Beach, Florida), not that I really want to move.
Weirdest issues I had stemmed from me...
July 13, 2007 at 1:24 pm
I believe DTS/SSIS has a login transfer task - http://technet.microsoft.com/en-us/library/ms137870.aspx
July 13, 2007 at 1:12 pm
I've always found this makes general troubleshooting easier (and I've run into a few situations in which I think it was necessary, I'm trying to recall specifics)
In general, being able...
July 13, 2007 at 1:10 pm
No, it will not actually run the inserts, it just goes through the objects referenced and "walks through" the steps, your actions from the trace will not be recreated.
July 10, 2007 at 1:58 pm
I did find an interesting note in BOL about "dropping and rebuilding large objects" which begs the question: was your operation complete when you ran the "current" sp_spaceused? I...
July 10, 2007 at 1:54 pm
Maybe query the sys.sysprocesses view?
Looks like someone might have built a solution to what you're asking at: http://www.tek-tips.com/viewthread.cfm?qid=1328109&page=2
February 2, 2007 at 8:06 am
Normally I would suggest that you put the original table back with the original schema definition of the varchar(13) column, but maybe that isn't the case here.
My most common...
December 8, 2006 at 1:47 pm
That did it - for some reason I looked at BOL's command options and all I saw were the ones that defaulted the delimiters to spaces. Thank you thank...
August 1, 2006 at 2:16 pm
Viewing 15 posts - 1 through 15 (of 18 total)