Viewing 15 posts - 151 through 165 (of 442 total)
Instead of waiting for 19 hrs, if downtime was available, couldnt you restart sql?...wouldn't it kill that process?
Not exactly sure if its the right approach.
July 13, 2014 at 8:59 pm
How about changing the recovery mode to bulk before executing your query?
That way it will be minimally logged and your ldf file won't grow that high?
Just a thought.
July 13, 2014 at 8:57 pm
Yes, that's my understanding. Index is useless since table scan is faster...in this particular scenario.
July 13, 2014 at 8:39 pm
Hi, just curious, how big is this table?
If the table is very small, table scan is sometimes faster than seek...so, that's why the fragmentation is getting high again.
Experts, correct me...
July 13, 2014 at 7:29 pm
Through sql config mgr. I see the new accts reflected...and 2(SQL Browser & Full text search) out of the 4 services running fine with new acct.
July 13, 2014 at 11:38 am
I found this solutions and tried it, but still didn't work. This looks like exactly the error as I have.
http://blogs.lessthandot.com/index.php/datamgmt/dbadmin/mssqlserveradmin/fixing-a-sql-server-could/
July 13, 2014 at 11:11 am
I was asked to automate a lot of our tasks we do normally.
I deal with a lot of DR activities....like mirroring/Logshipping failover/failback.
Also stopping and starting SQL services.....I know SQL stops...
June 28, 2014 at 11:05 am
Hi Gail, yes, I looked at the error log and found it will take about 33000 seconds to recover the database....therefore my DR failed and we had to fail back...
May 18, 2014 at 6:17 pm
The query is still running, about 3 hours now.
Is there anyway to find the ETA for this?
Please advise as I am stuck with no options at the moment.
May 17, 2014 at 12:19 pm
Hi Gail, thanks for your reply.
Now, I see the database (In Recovery) and the query is still executing.
I should still wait and let the query complete?
May 17, 2014 at 11:05 am
log file" use more than 70% of the disk space.
Which scenario do you recommend?
1- Backup the database, backup the transaction log to a new disk, shrink the transaction log file,...
February 18, 2014 at 4:29 pm
Perry Whittle (1/15/2014)
ah i see. You'll need to speak to the storage administrator regarding the SRDF storage fail over
Yup, I need to speak to Windows/SAN team....thanks for your suggestions.
January 15, 2014 at 7:45 am
Perry Whittle (1/15/2014)
SQLisAwE5OmE (1/15/2014)
Perry Whittle (1/15/2014)
SQLisAwE5OmE (1/15/2014)
I have to do a DR test(SRDF), however, one of the application/instance do not...
January 15, 2014 at 7:11 am
Perry Whittle (1/15/2014)
SQLisAwE5OmE (1/15/2014)
I have to do a DR test(SRDF), however, one of the application/instance do not want to move...
January 15, 2014 at 6:52 am
Aatish Patel (1/11/2014)
January 11, 2014 at 8:55 am
Viewing 15 posts - 151 through 165 (of 442 total)