Viewing 15 posts - 1 through 15 (of 19 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...
-- http://dbachman.blogspot.com
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"...
-- http://dbachman.blogspot.com
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 said that,...
-- http://dbachman.blogspot.com
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) ...
-- http://dbachman.blogspot.com
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 explanation of...
-- http://dbachman.blogspot.com
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...
-- http://dbachman.blogspot.com
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...
-- http://dbachman.blogspot.com
July 13, 2007 at 1:24 pm
If it's migrated the DTS packages to SSIS packages, you can schedule these to be run by a SQL Server job.
Here's a nice overview to upgrading DTS to SSIS: http://www.sqlservercentral.com/columnists/bknight/upgradingsqlserver2000dtspackagestossis.asp
-- http://dbachman.blogspot.com
July 13, 2007 at 1:19 pm
I believe DTS/SSIS has a login transfer task - http://technet.microsoft.com/en-us/library/ms137870.aspx
-- http://dbachman.blogspot.com
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...
-- http://dbachman.blogspot.com
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.
-- http://dbachman.blogspot.com
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...
-- http://dbachman.blogspot.com
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
-- http://dbachman.blogspot.com
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...
-- http://dbachman.blogspot.com
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...
-- http://dbachman.blogspot.com
August 1, 2006 at 2:16 pm
Viewing 15 posts - 1 through 15 (of 19 total)