Brady Upton

Brady has been in the IT industry for 10+ years. He has worked in administrative roles using MSSQL 2000 to 2012 as well as Sharepoint 2007 and 2010. He currently serves as a Database Administrator in Nashville, TN. You can view his blog @ http://www.sqlbrady.com.
  • MSSQLTips Awards: Trendsetter (25+ tips) - 2013

PowerPivot with Excel 2013

I have read all the tips regarding PowerPivot using SQL Server as a data source, but I’ve started using Excel 2013 and need some help making a nice, simple dashboard for a presentation coming up. In this tip we show how you can format PowerPivot.

SQL Server Partition Wizard

SQL Server Partitioning can be a bit confusing and can lead some companies in a different direction as far as archiving data. Writing the T-SQL code to create partition functions, partition schemes, and then altering the table to use the partition can be

SQL Server User Defined Server Roles

Ever get tired of assigning server level permissions by adding a login to a predefined server fixed role and then assigning multiple permissions to that login? In SQL Server 2012 you now have the ability to create a User Defined Server Level Role.