Archives: April 2012
SQL Saturday Houston #107 - SQL Server Best Practices with DMV Presentation Files
0 comments, 359 reads
Posted in SQL Tact on 21 April 2012
Temporary Post Used For Theme Detection (a2bb2736-7786-4122-aa80-2ea5c4a91819 – 3bfe001a-32de-4114-a6b4-4005b770f6d7)
This is a temporary post that was not deleted. Please delete this manually. (a9a8917a-7430-47c6-8534-f96e3e4e0618 – 3bfe001a-32de-4114-a6b4-4005b770f6d7)
10 comments, 321 reads
Posted in Cleveland DBA on 21 April 2012
Im in Houston Today (and this weekend too)
I’ll be spending the day with the 2011 Idera ACE’s (aka the old aces) and the 2012 Idera ACES (the new ones!) as we share lessons learned, work on being better at presenting and networking, and in general talk about ways to have a positive impact. Then tonight I’ll be… Read more
0 comments, 198 reads
Posted in SQLAndy on 20 April 2012
SQL Script Toolbox for Developers
Most recently, I put together a .zip file of T-SQL scripts that developers would find handy. You can download it here.
Here's a summary:
Missing Indexes -…
0 comments, 304 reads
Posted in SQL Tact on 20 April 2012
SQL Server: Measuring The Index Fragmentation
Measuring Internal Fragmentation
9 comments, 4,865 reads
Posted in PracticalSQLDba on 20 April 2012
Spend two hours with me at #sqlsat107.
In just two days SQL Saturday 107 will be in full swing. Tomorrow begins their precon with the infamous Kalen Delaney. Those who were lucky enough to sign up and get one of the coveted spots are in for a treat. Thanks to the Idera ACE program I was blessed… Read more
0 comments, 293 reads
Posted in Tim Radney - Database Professional on 19 April 2012
script system object in resource database
0 comments, 273 reads
Posted in James' SQL Footprint on 19 April 2012
Using sys.dm_exec_requests to find a blocking chain and much more
I've added the following features:
- The query execution plan of the active request in the QueryPlan column to the right.
- Variable at the top which changes the relationship of the join between sys.dm_exec_sessions and sys.dm_exec_requests.
- When set…
0 comments, 763 reads
Posted in SQL Tact on 19 April 2012
Great User Group Meeting Tuesday, Now on to Madison and SQL Saturday #118
3 comments, 251 reads
Posted in DataOnWheels on 19 April 2012
Becoming the dumbest guy in the group
“Why I joined Linchpin People as a Teammate”
It was announced publicly this past weekend at SQL Saturday #111 that I have joined Linchpin People as their first teammate. My friend Andy who is also a Chief Servant Officer of Linchpin made the announcement during the speaker dinner and gave… Read more
4 comments, 325 reads
Posted in Tim Radney - Database Professional on 19 April 2012
Why Isn’t There A Deployment Server Edition For SSIS Projects?
Andy Leonard blogged about a gotcha when creating SSIS projects using SSDT yesterday. He showed that you can use any component in SSDT whether or not your SQL Server supports that component. For example, you can create a package with Fuzzy Lookup and deploy to a server running Business Intelligence… Read more
0 comments, 485 reads
Posted in Sam Vanga's SQL on 19 April 2012
More IMPORTANT miscellaneous info
This is a first blog for this month, yes I was busy with Powershell quiz and some other personal stuff.
Okay, continue with Miscellaneous Info
here is some more important stuff/ information about sql server.
>>Ghost cleanup task runs every 5minuts (in 2005) and runs every 10minuts in (2008… Read more
1 comments, 788 reads
Posted in Vinay Thakur on 19 April 2012
PowerShell: Using Exponents and Logs to Format Byte Sizes
3 comments, 785 reads
Posted in Kyle Neier on 19 April 2012
SQL Server 2012 Performance Test: Gap Detection
Next up on the SQL Server 2012 Performance testing circuit: Gap Detection. You know, where you find missing values from a table of sequential numbers.
SQL Server 2012 introduces the LEAD function, which I’ve previously blogged about here. In that blog post, I covered how to do Gap Detection… Read more
6 comments, 1,426 reads
Posted in A Discussion of SQL Server-Related Topics on 19 April 2012
Log shipping setup problem
there are 2 monitor tables after logshipping setup
1. log_shipping_monitor_primary
This table has entries for all primary database on primary server and monitor server
2. log_shipping_monitor_secondary
This table has entries…
0 comments, 437 reads
Posted in James' SQL Footprint on 18 April 2012
Urgent BIOS Update for Dell PowerEdge R810, R910 and M910 Servers
If you have an 11th generation Dell PowerEdge R810 , PowerEdge R910 server, or a PowerEdge M910 blade server, there is a pretty recent (April 9, 2012) Urgent update to version 2.7.0 for the main system BIOS. Here is Dell’s description of the update:
Dell highly recommends applying…
4 comments, 823 reads
Posted in Glenn Berry's SQL Server Performance on 18 April 2012
sys.sql_modules vs. INFORMATION_SCHEMA.Routines
select s.name +'.' + o.name, o.type_desc, m.definition
from sys.sql_modules m
inner join sys.objects o on m.object_id = o.object_id
inner join sys.schemas s on s.schema_id = o.schema_id
where definition like '%dataserver2%'
order by o.name
select r.SPECIFIC_SCHEMA…
1 comments, 432 reads
Posted in SQL Tact on 18 April 2012
Microsoft Certified Solutions Associate – SQL Server 2008 Core / Windows Server® 2008
Yesterday, I received two mails from the Microsoft Certification Program Team about two new certification earned:
1. Microsoft Certified Solutions Associate – SQL Server 2008 Core
2. Microsoft Certified Solutions Associate – Windows Server® 2008
These also reflected on my transcript today. These two new certifications are awarded due… Read more
1 comments, 706 reads
Posted in SQL and Me on 18 April 2012
Visualize Wait stats with Microsoft Excel
In our blog post last week: Instance Wide Wait Stats we promised to show You how to visualize the collected wait stats with Microsoft Excel, so this is what this blog post will be about.
The blog post from last week will be the basic setup for this one, so… Read more
0 comments, 308 reads
Posted in SQL Server Notes from the Field on 18 April 2012
SQL Server 2012: Certification Upgrade Info
As a follow-up to my SQL Server 2012: New Certification Info, Microsoft Learning has announced the certification tracks for the SQL Server 2012 exams. There are new names for the certifications:
Your first step is to achieve Microsoft Certified Solutions Associate (MCSA).
If you are new to certification you… Read more
3 comments, 2,813 reads
Posted in James Serra's Blog on 18 April 2012



Subscribe to latest posts