Hello,
Just finished a script that will show the top 10 OS wait states. This is helpful in determining the issue with SQL server.
For more information, check out Brent Ozar's site http://www.brentozar.com/sql/wait-stats/ where he give more information on this topic.
I hope you find it helpful.
Rudy
Download script here: https://docs.google.com/file/d/0B07PMQYOhF2DNnBkZmlUeTNFSTA/edit?usp=sharing
About Me - Who is DR DBA?
- Who am I?
- Hello. My name is Rudy Panigas and I am a Production Senior Microsoft SQL Server Database Administrator (DBA) with over 14 years of experience. Have published articles with SQL Central, am a leader for the my local PASS chapter in Toronto (TORPASS) and love to automate anything SQL including disaster recovery. I created this blog to share my views, knowledge and to discuss Microsoft SQL server in order to help out others in this field. Please test these scripts before using. I do not warranty and do not take any responsibility for it, its misuse or output it creates. You can reach me at this email address: sqlsurgeon@outlook.com
Friday, August 17, 2012
Friday, June 15, 2012
Convert an SSRS Report to .RDL for Editing
Hello Again,
How to copy / export an existing SSRS report for editing is a common question DBAs get asked. Here is a link that explains this easy process.
http://lukehayler.com/2010/02/download-reports-rdl-files-for-editing-4/
If the link is not available, below are the steps to take.
Thanks,
Rudy
How to copy / export an existing SSRS report for editing is a common question DBAs get asked. Here is a link that explains this easy process.
http://lukehayler.com/2010/02/download-reports-rdl-files-for-editing-4/
If the link is not available, below are the steps to take.
- Open SQL Server Management Studio,
- Log on to the Reporting Services Instance that contains the reports you are looking for
- Browser through the directory structure to the report that needs to be updated
- Right-click the report and choose Edit…
- Now follow the prompts to save the file to a destination of your choice
- Open BIDS & create a new project/solution
- Import the saved .rdl file into your SSRS project.
- Edit your content
Thanks,
Rudy
Subscribe to:
Posts (Atom)