Saving SQL Column Headers Results

SQL Tips
Saving SQL Column Headers Results Sometimes you can run into problems that tend to take up time and could have been solved in a minute.  One of these strange problems is when you attempt to save a Microsoft SQL query result grid to a CSV file. Using Microsoft SQL Server Management Studio (SSMS) Now most of DBA or Developers tend to use the Microsoft SQL Server Management Studio (SSMS) to do the necessary general SQL work.  As you expected when you execute a query the results grid appears displaying the results.  I as countless others tend to copy the information and save it in an excel spreadsheet to do further analysis.  But there are times you may need to save the information into a CSV file for the purpose of…
Read More

Getting performance statistics for cached stored procedures

SQL Tips
Getting performance statistics for cached stored procedures It is always extremely important to maintain your SQL server to the utmost efficiency.    DBAs review the database structure and whether certain pieces such as stored procedures, triggers, etc. can be tuned even further.  One of the areas that will be discussed are the stored procedure which can be used during any time as well as day.  Dynamic Management Views and Function (DMVs and DMFs) to identify resources used by stored procedures DMVs and DMFs were introduced in SQL Server 2005 and are able to obtain figures only for those stored procedures that have execution plans in the procedure cache.  The SQL Server engine starts gathering information about the performance of a stored procedure the first time that  the plan is placed in the…
Read More

Code Analysis what does it do for your application ?

Computer PC Tips - bits and bytes, Software development Concepts, Software Releases
Code Analysis what does it do for your application ? When developing an application you want to provide the best solution for your clients.  This means you need to evaluate current or possible future defects in your source code.  This is a reality during the development stage and is highly recommend that this is implemented in all cases. Necessary steps to do during the code analysis Identify potential errors and oddities. Identify from the produce warnings on why and how you can remove them. Check your code for coding convention compliance. Team code review. There are numerous packages that can be purchased to do simple to deep analysis.  Some packages are installed with the IDE you are using or are external but all have the similar need.  They have to…
Read More

Halt and catch fire season 3

Book Reviews, TV Show
Season 3 of Halt and Catch Fire The season finale of Halt and catch fire was shown last week for a solid 2 hours.  The entire show has gone from the personal computer start to about the 1990s with the advent of Windows 3. The series has had it's moments with characters that tend to be flaky but came up with inventive ideas that brought social up with ease on social interactions (Mutiny), personal computers that were built to take on the business world (Giant) and finally what IPOs can do to a person. Flawed Characters that know how to party! The characters have grown but in reality some of them would have been in prison for the shady dealings such as "Joe", a person who destroyed the personal computer that…
Read More

Microsoft ending TechRewards Learning Program

Microsoft Development
 Microsoft Killing TechRewards Learning Program Microsoft will be ending its TechRewards learning program for developers and IT pros.  In the business world this is just reducing overhead or fat from the budget.  There are similar programs offered by Microsoft to all developers and IT staff. Developers the Visual Studio Dev Essentials is a better path since it does provide countless software tools and webinars on how to use a particular Microsoft tool. The Visual Studio Dev Essentials is a free program for anyone who wishes to join.  The TechRewards program was small and is easily replace by the other programs offered by Microsoft. The TechRewards program formally will end on Jan. 6, 2017 and for the most part it is essentially defunct at the moment.  As of Oct. 6, 2016, it's…
Read More