Viewing 15 posts - 46 through 60 (of 468 total)
what do you mean by "present sql queries in graphical format". do you mean the graphical representation of the execution plan or something else?
October 8, 2014 at 9:59 am
If I understand what you are saying correctly, you just need to "refresh" the view in ssms.
October 8, 2014 at 9:56 am
answered my own question on this and thought I'd share in case the next guy who comes along is trying to figure it out. I took the server offline,...
August 21, 2014 at 7:11 am
Actually you didn't answer my question at all. My question is how to return the SQL statement.
Jerk.
January 16, 2014 at 11:35 am
I think you misunderstand the question... but I figured it out some time ago. this is what I'm doing:
USE [DBA]
GO
/****** Object: Table [dbo].[blockingreport2013] Script Date:...
January 16, 2014 at 4:55 am
Yeah, everything is in simple mode so that should work. Give give SSIS a try. Maybe with a small batch size I"ll get periodic commits.
Thanks
November 27, 2013 at 8:10 am
GilaMonster (11/27/2013)
The index build is using the transaction log. It's a single transaction, the log can't be reused until it completes.
Thanks Gail,
That makes sense, but is there any way to...
November 27, 2013 at 7:37 am
GBeezy (9/18/2013)
Thanks, I have escalated this my boss, have had meetings, etc...Not much has changed. I am also looking for a new job!
Yep, look for a new job, but...
September 18, 2013 at 12:31 pm
don.schaeffer (4/9/2010)
select
WaitTime = cast( textdata as xml ).value( '/blocked-process-report[1]/blocked-process[1]/process[1]/@waittime','varchar(20)' ),
BlockingQuery = cast( textdata as xml ).value( '(/blocked-process-report/blocking-process/process/inputbuf)[1]','varchar(200)'),
BlockingSpid = cast( textdata as xml ).value(...
August 19, 2013 at 12:18 pm
So, I posted on a Friday afternoon and go no responses... maybe this reply on a Monday morning will help? Still can't get it, would appreciate a tip.
August 19, 2013 at 7:01 am
You might be interested in this article I wrote a while back about automatic checking of backup and error log entries via PowerShell: http://www.sqlservercentral.com/articles/powershell/76561/
August 18, 2013 at 1:49 pm
while admin is not strictly required, and probably it's ideal for the service account to not be admin, there are lots of different permissions required by the service account. ...
August 16, 2013 at 2:41 pm
here's some code I used once upon a time to bring back rows from the errorlog that were "interesting"... you could create a proc to do something like...
August 16, 2013 at 1:57 pm
we should do at least one more round of this... someone will surely comment again in 2016 😉
July 22, 2013 at 7:47 am
In my case, I'm using reporting services subscriptions to mail out the report. So I didnt want to use that logic in a stored proc because once the report...
July 19, 2013 at 10:08 am
Viewing 15 posts - 46 through 60 (of 468 total)