Viewing 15 posts - 241 through 255 (of 286 total)
Nice work! do you have a link to download the toolbox?
March 24, 2008 at 5:22 am
Right! that would be a bad idea for sure! And it's easy to say ok it works now, and move on to the next problem/issue
March 21, 2008 at 8:28 am
Adam Haines (3/21/2008)
Check the rights on the machine for the new account.
Might need to give it more rights. Quick check is to add it to the local admin group...
March 21, 2008 at 8:20 am
Check the rights on the machine for the new account.
Might need to give it more rights. Quick check is to add it to the local admin group on the...
March 21, 2008 at 7:16 am
If the database was using replication in production you may have to also mark the transactions as complete in order to be able to shrink the logfile.
March 21, 2008 at 5:52 am
Probably not access rights if you can connect some of the time.
Maybe the query is taking too long to execute? Or network congestion?
You can look at...
March 21, 2008 at 5:42 am
Are you sure the problem is disk? I would recommend running perfmon and looking at disk queue length along w/ memory and processor. I know it sounds basic,...
March 21, 2008 at 5:37 am
I ran into the same thing. There were some odd characters in the listing, might be from the web.
At any rate here's my copy
drop view vw_index_usage
go
create view vw_index_usage as
select...
February 21, 2008 at 7:32 am
Pretty good idea. One thing that might make it a bit more useful though, is to turn it into a sproc and allow the dbid to be passed in.
February 21, 2008 at 5:55 am
Paul,
Exactly! I wasn't aware they were using netlib to encrtypt the data on the drive until I dug a little deeper.
Thanks so much for your help! This one...
February 3, 2008 at 9:13 am
Nope. No adding of drives or messing with the files.
TLog backup wouldn't do any good, recovery model is simple.
The odd thing is if I put the DB in single-user...
February 1, 2008 at 5:29 am
Andy,
What a great post! It pretty much outlines how I spend my day when working as a DBA....
Mark
November 29, 2007 at 6:24 am
I actually used this one in conjunction with xp_SMTP_sendmail can't remember the xact SProc name, but it's an add-in sproc, and it was quick and didn't add much load to...
September 14, 2007 at 6:48 am
Thank you Haidong!
I know I've used this one, or some variation of it before in the past, it's very useful!
September 14, 2007 at 5:56 am
Steve,
Wow! Surprised you opened this can of worms!
There are a ton of debates over Certifications vs. Degrees vs. Job Experience.
What I've found is it all plays into the overall picture...
August 8, 2007 at 5:42 am
Viewing 15 posts - 241 through 255 (of 286 total)