Viewing 15 posts - 196 through 210 (of 972 total)
louislamour2673 (9/25/2014)
September 25, 2014 at 9:04 am
Just minor note but it appears one of your images did not take, your first "alert" image is repeated when "Select Transactions as the Object and set the Counter to...
September 25, 2014 at 8:52 am
I have done this at a program office with the Air Force where the business analyst wanted data out of the database in order to manipulate it in Excel for...
September 24, 2014 at 6:46 pm
alex_pixley (9/24/2014)
Thanks for the reply. I was looking for something simple that could be run on demand. If SSRS can't do what I've described, I'd rather build an...
September 24, 2014 at 7:59 am
I would look at having a central database (support or management type) that contains this type of information.
Example:
- Create a management database on the instance your SSRS is configured...
September 23, 2014 at 7:30 pm
You need to figure out what is blocking the command. You can use the system_health session in SQL Server 2008 to pull the deadlock XML[/url].
From there you have to determine...
September 23, 2014 at 11:26 am
rajeshdba83 (9/22/2014)
September 22, 2014 at 1:48 am
In order to use the Log File Viewer in SSMS the login requires membership in the securityadmin role. Which this role is to be treated the same as sysadmin role,...
September 22, 2014 at 12:58 am
Can we run index rebuild in standard edition 2005
Yes. They will be offline index rebuilds, meaning that changes to the index/table could be blocked during the operation.
can we create a...
September 21, 2014 at 10:13 pm
I'm not sure if you need all the columns returned from that procedure but you can get job activity for an instance by querying msdb.dbo.sysjobactivity.
September 19, 2014 at 8:54 am
Brandie Tarvin (9/19/2014)
Shawn Melton (9/17/2014)
Grant execute explicitly to that procedure for the login being used.
Odd that granting EXECUTE on the entire schema in Master didn't work, but explicitly granting that...
September 19, 2014 at 8:45 am
I generally read most anything Glenn Berry writes on hardware specific to SQL Server. Latest article on sqlperformance.com is a good read on processors.
You can also get his book for...
September 17, 2014 at 8:21 pm
Alerts for severity of 10-16 are not capable of having it log more information.
Your option would be to use Extended Event session or Profiler. I believe Extended Event would be...
September 17, 2014 at 8:14 pm
bartedgerton (9/17/2014)[/bI think I may open a ticket with Microsoft on this. I just wanted to see if anyone was aware of any database specific setting that would effectively...
September 17, 2014 at 12:34 pm
SSMS > Help > About, are you still running the RTM version of SSMS or is it patched?
Intellisense is a thing that always will cause problems, and never has an...
September 17, 2014 at 11:04 am
Viewing 15 posts - 196 through 210 (of 972 total)