Freaky Fast Development Tips

Slides:



Advertisements
Similar presentations
Module 1: Introduction to SQL Server Reporting Services.
Advertisements

SSRS: Reporting on Reports Rick Krueger Dave Valentine
James Boother Blog: AUTOMATING ADMIN TASKS WITH POWERSHELL.
SharePoint 2010 First Look: What's new for Developers in Microsoft SharePoint 2010 Matthew McDermott, MVP Aptillon, Able
If you have SQL Server 2005, you get all the features below plus the following: If you have SQL Server 2000, you get all the features below plus.
Module 2: Using Transact-SQL Querying Tools. Overview SQL Query Analyzer Using the Object Browser Tool in SQL Query Analyzer Using Templates in SQL Query.
1 Working with MS SQL Server. 2 Objectives You will be able to Use Visual Studio for GUI based interactive access to a Microsoft SQL Server database.
Copyright © 2014, 2015 William R. Vaughn All rights reserved William R. Vaughn.
SQL Server User Group Meeting Reporting Services Tips & Tricks Presented by Jason Buck of Custom Business Solutions.
PHP on Windows Improvements in PHP-Microsoft Interoperability Brian Swan PHP Developer Outreach,
CERN - IT Department CH-1211 Genève 23 Switzerland t DB Development Tools Benthic SQL Developer Application Express WLCG Service Reliability.
Taking Control of Visual Studio through Extensions and Extensibility Anthony Cangialosi Senior Program Manager Lead Microsoft Corporation DEV311.
SQL Query Analyzer. Graphical tool that allows you to:  Create queries and other SQL scripts and execute them against SQL Server databases. (Query window)
Creating Simple and Parallel Data Loads With DTS.
Scripting Just Enough SSIS to be Dangerous. 6/13/2015 Visit the Sponsor tables to enter their end of day raffles. Turn in your completed Event Evaluation.
Don Smith Tech4Test.com.
SQL Server Reporting Services for.NET Developers Bret Stateham
Managing Database objects in Visual Studio and Team Foundation Server Presented by Sean P SQL Saturday - Phoenix 2016.
Blog: R YOU READY FOR.
Template Package  Presented by G.Nagaraju.  What is Template Package?  Why we use Template Package?  Where we use Template Package?  How we create.
C Copyright © 2009, Oracle. All rights reserved. Using SQL Developer.
Denver Visual Studio Users Group Lab January 19, 2007 Steve Wake.
Microsoft Connect /23/ :39 PM
SharePoint 2007 Business Intelligence
SQL SERVER MANAGEMENT STUDIO
Increasing your Coding Speed in SQL Server Management Studio
SQL Server Report Builder
How to Start SQL Server and SSDT BI in Local
Presented By: Jessica M. Moss
PASS Community News November 2015.
Visual Studio Database Tools (aka SQL Server Data Tools)
A big party is being held to honor relational database systems and their impact on modern society. Outside the venue, the host awaits the guests. The.
Easily manage SQL everywhere from anywhere with SQL tools
SSAS Security Model with Maintenance Plan
Visual C# 2005: IDE Enhancements
T-SQL: Simple Changes That Go a Long Way
SSAS Security Model with Maintenance Plan
Increasing your Coding Speed in SQL Server Management Studio 2017
Increasing your Coding Speed in SQL Server Management Studio 17
In the Ocean of Big Data with Configuration Manager!
Introducing New Team-based Data Integration with SSIS
SSIS & PowerShell SQL Saturday Holland 2016 Joost van Rossum
SQL Server Integration Services SSIS and PowerShell
Visual Studio Team Foundation Server
Populating a Data Warehouse
Populating a Data Warehouse
Populating a Data Warehouse
Lesson #7 MCTS Cert Guide Microsoft Windows 7, Configuring Chapter 7 Configuring Devices and Updates.
Brandon Lukes SSMS Tips and Tricks.
Downloading and Installing SQLExpress
Querying Active Directory From SSRS
Populating a Data Warehouse
Visual Studio Database Tools (aka SQL Server Data Tools)
Populating a Data Warehouse
SQL Server Report Builder
Populating a Data Warehouse
Jim Nakashima Program Manager Cloud Tools
Microsoft Connect /17/2019 9:55 PM
Patrick Flynn | Link Group Australia
Paul S Waters Getting Git.
Maximizing SSMS for Developers and DBAs
SQL Server 2005 Reporting Services
DEV322 Visual Studio 2005 C# IDE Enhancements
SSIS Data Integration Data Warehouse Acceleration
SSIS Data Integration Data Warehouse Acceleration
Michelle Haarhues Keeping up with SSMS.
SSIS Data Integration Data Warehouse Acceleration
T-SQL: Simple Changes That Go a Long Way
Just Enough SSIS Scripting to be Dangerous.
Presentation transcript:

Freaky Fast Development Tips Rick Krueger (@DataOgre) Dave Valentine (@IngeniousSQL)

Public Service Announcement: Networking Rick Krueger Twitter: @DataOgre Blog: www.premierapps.com Email: rick@premierapps.com Dave Valentine Twitter: @IngeniousSQL Blog: www.IngeniousSQL.com Email: Dave.Valentine@ingenioussql.com

Agenda SQL Server Management Studio Windows Visual Studio Business Intelligence FREE 3rd Party Tools/Utilities BIDS Helper SSMS Tools SSMS Boost Red Gate SQL Search

SQL Server Management Studio Keyboard Shortcuts Query Shortcuts Standard User Defined

Windows UDL Files Get Connection String Connectivity Issues EXEC sp_change_users_login 'Auto_Fix', 'DataOgre' Firewall

Visual Studio Custom External Tools Merge Scripts SQLCMD PoSh Batch files Merge Scripts Organize the chaos

3rd Party Tools – SSMS Tools Download http://www.ssmstoolspack.com/ SQL Snippets Generate Insert Statements CRUD Procedure Generation History

3rd Party Tools – SQL Search Download: http://www.red-gate.com/products/sql-development/sql-search/ Search for Objects Quickly Display Object Definitions

Business Intelligence Templates Paths SQL Server 2005 %Program Files%\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\ProjectItems\[Template Type] SQL Server 2008 and 2008 R2 %Program Files%\ Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\ProjectItems\[Template Type] SQL Server 2012 %Program Files%\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\ProjectItems\[Template Type] SSIS = DataTransformationProject SSRS = ReportProject

3rd Party Tools – BIDS Helper Download: http://bidshelper.codeplex.com/ Reset GUIDs Smart Diff Expression and Configuration Highlighter SSIS Variables Windows Extensions

3rd Party Tools – SSMS Boost Download http://www.ssmsboost.com/ Script Object Locate Object Format SQL

Recap Query and Keyboard shortcuts UDL files for connection strings External Tools in Visual Studio Templates for Business Intelligence Great FREE 3rd party tools and utilities SSMS Tools Red Gate SQL Search BIDS Helper SSMS Boost

Questions? Rick Krueger Dave Valentine Twitter: @DataOgre Blog: www.premierapps.com Email: rick@premierapps.com Dave Valentine Twitter: @IngeniousSQL Blog: www.IngeniousSQL.com Email: Dave.Valentine@ingenioussql.com