Write faster SQL Server Queries

by Marie 10. May 2012 01:40

Watch this Video from Expert Exchange where Tim Chapman speaks about writing faster SQL Queries.

Some of the things convered in this Video:

  • Look at how to write efficient queries and how not to write effecient queries.
  • Learn how to handle dates in the where clause to get more efficient queries.
  • Take a look at parameter sniffing.
  • Learn to use the executionplan to see how your sql queries are performing.  Then learn ways to improve areas that can speed up the performance of your queries.

 

Tags:

Coding

How to find slow SQL queries in your database

by Marie 10. April 2012 01:07

Are you using sp_who or sp_who2?  Learn what your SQL Server is doing performance wise using an alterntaive to sp_who or sp_who2.  Who Is Active is a free tool that can help manage your server. 

Get WhoIsActive and try it out today.

 

Tags:

Coding

SSIS For Developers

by Marie 10. April 2012 00:58

I've recently benn introduced to SSIS and have had to quickly get up to speed to solve a problem with an SSIS package.

Check out this Video.  It is a great introduction to see what you need to develop SSIS and also explain what SSIS is and examples that you can use in your projects.

 

Tags:

Coding

jQuery hide and show

by Marie 11. November 2011 01:02
29whYJkRI" frameborder="0" allowfullscreen>

Tags:

Coding

jQuery illuminate plug-in

by Marie 8. November 2011 01:00

Tags:

Coding

Image Gallery with jQuery Lightbox

by Marie 6. November 2011 00:54

Image Gallery with jQuery Lightbox 1 of 3

Image Gallery with jQuery Lightbox 2 of 3

Image Gallery with jQuery Lightbox 3 of 3

Tags:

Coding

Microsoft Entity Framework

by Marie 14. October 2011 15:10

Part 1

Part 2

Part 3

Tags:

Coding

Self-hosting WCF Services

by Marie 17. August 2011 15:48

Tags:

Coding

Hosting WCF Services in IIS

by Marie 16. August 2011 15:46

Tags:

Coding

Creating your First WCF Service

by Marie 15. August 2011 15:39

Tags:

Coding

Best Tech Videos

by Marie 21. July 2011 01:27

Check out the best tech videos. BestTechVideos

Tags:

Coding

Top Javascript Frameworks to Use in a .NET Framework

by Marie 28. June 2011 14:52

In a previous post, a video about GWT(Google Web Toolkit), talked about how to use Google Web Toolkit in a project. I was hoping that I could use GWT in a future project. The problem is that I work in a .NET Environment and based on my research it doesn't look to be a viable option.

Read More

Tags: , , ,

Coding