SQL Server Code,Tips and Tricks, Performance Tuning

A blog about SQL Server, Books, Movies and life in general

Friday, April 28, 2006

Splitting City, State and Zipcode From One Column (Or Flat file)

›
Sometimes you deal with vendors, customers or agencies and you have to do a file exchange Of course the format of these files is always dict...
Tuesday, April 25, 2006

SQL Server 2005 SP1 Books Online (April 2006) For Download

›
SQL Server 2005 SP1 Books Online (April 2006) is available for download Download an updated version of Books Online for Microsoft SQL Server...
Monday, April 24, 2006

How To Script Multiple Jobs Or Stored Procedures In SQL Server 2005 Management Studio

›
One of the biggest complaints of people who moved from SQL server 2000 to SQL Server 2005 is the inability to script multiple objects. Well ...
Thursday, April 20, 2006

SQL Server 2005 Service Pack 1 Download Link

›
Yesterday I reported that Service Pack 1 was available for download but I never posted the link so here it is with a 24 hour delay http://ww...
Wednesday, April 19, 2006

Microsoft Releases SQL Server 2005 Service Pack 1

›
Microsoft Corp. today announced the availability of Microsoft® SQL Server™ 2005 Service Pack 1 (SP1), the product’s first major milestone si...

Inside Microsoft SQL Server 2005: T-SQL Querying

›
How did I miss this? SQL Server MVP Itzik Ben-Gan has published his latest book: Inside Microsoft SQL Server 2005: T-SQL Querying. For all o...
Tuesday, April 18, 2006

Use PARSENAME, CHARINDEX, PATINDEX or SUBSTRING To Grab Values Up To A Certain Character

›
This is a question that came up yesterday in the Getting started with SQL Server MSDN forum (http://forums.microsoft.com/MSDN/ShowPost.aspx?...
Monday, April 17, 2006

Grant Execute/SELECT Permissions For All User Defined Functions To A User

›
You want to add a new user with read and write access and also the ability to execute all user defined functions but you don't want to m...
Thursday, April 13, 2006

Grant Execute Permissions For All Stored Procedures To A User

›
You want to add a new user with read and write access and also the ability to execute all stored procedures but you don't want to make t...
1 comment:
Wednesday, April 12, 2006

Use OBJECT_DEFINITION To Track Procedure Changes

›
Not everyone uses Visual Source Safe, CVS or Subversion to keep track of proc changes/deletions and/or additions Of course you could use Red...
1 comment:
Monday, April 10, 2006

NULL Is Not 'NULL'

›
Today someone posted a question on the Tek-Tips Forums web site The queston was how not to insert rows with a NULL value in a certain column...
Friday, April 07, 2006

SQL Server Everywhere Edition <> Sybase SQL Anywhere

›
Paul Flessner Senior Vice President of Microsoft Corporation has posted a SQL Server 2005 update here Am I the only one who thinks that the ...
1 comment:
Wednesday, April 05, 2006

Left Join

›
As promised here is a left join blog post. What is a left (outer) join? This is what Books On Line has as the left join description “The Lef...
1 comment:
Tuesday, April 04, 2006

Top SQL Server Google Searches For March 2006

›
These are the top SQL Searches on this site for the month of March. I have left out searches that have nothing to do with SQL Server or prog...
1 comment:

Top 5 SQL Server Posts for March 2006

›
Below are the top 5 posts according to Google Analytics for the month of March Login failed for user 'sa'. Reason: Not associated wi...

SQL Server 2005 Distilled Book Published

›
Addison Wesley Professional has published their latest SQL Server 2005 book "SQL Server 2005 Distilled" Book Description Need to g...
Tuesday, March 28, 2006

Use sp_executesql Or EXEC To Get The Count For Dynamic Table Names

›
You need the record count for a table but this table could change every day or change based on which user executes the stored procedure Ther...
Monday, March 27, 2006

Use DATEADD And DATEDIFF To Get The First And Last Day Of The Month

›
Here are a couple different ways to get the first day of the current month, the first day of next month and finally the last day of the curr...
Friday, March 24, 2006

ROW_NUMBER, NTILE, RANK And DENSE_RANK

›
Yesterday I showed how to do ranking in SQL Server 2000 , today we will look at how it's done in SQL Server 2005 CREATE TABLE Rankings ...
Thursday, March 23, 2006

Ranking In SQL Server 2000

›
SQL server 2005 has 4 new ranking/windowing functions These functions are RANK(), DENSE_RANK(), NTILE() and ROW_NUMBER() I will show you tom...
7 comments:
‹
›
Home
View web version
Powered by Blogger.