SQL Server Code,Tips and Tricks, Performance Tuning

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

Tuesday, November 29, 2005

SQL Server 2000 Undocumented Procedures For Files, Drives and Directories

›
Below are some undocumented SQL Server 2000 procedures for information about files, drives and directories. You should not depend on this be...
2 comments:
Wednesday, November 23, 2005

Calculating Thanksgiving By Using SQL in SQL Server

›
Happy Thanksgiving, here is some SQL code to calculate the next 11 (including today) Thanksgiving days CREATE TABLE #NumberPivot (Number IN...
Monday, November 21, 2005

SQL Server 2005 Virtual Labs

›
There are virtual labs available for SQL Server 2005 You get a downloadable manual and a 90-minute block of time for each module. You can si...

Use OBJECTPROPERTY To Find Out Table Properties

›
How many times did you open up a table in design view to find out if a table has a delete trigger a clustered index an identity column a pri...
Saturday, November 19, 2005

Feature Pack for Microsoft SQL Server 2005

›
The Feature Pack is a collection of standalone install packages that provide additional value for SQL Server 2005. It includes: Latest versi...
Friday, November 18, 2005

SQL Server 2005 Launch In Philadelphia

›
I have attended the SQL Server 2005 Launch In Philadelphia. It was very informative I learned some stuff I didn't know and saw some usef...
1 comment:
Tuesday, November 15, 2005

Find all Primary and Foreign Keys In A Database

›
To find all your foreign and primary keys in your database run the code below. The ouput will return the primary key, primary key table, for...
1 comment:
Monday, November 14, 2005

SQL Server 2005 Book Rant

›
I have 2 store credits one for Borders and the other one for Barnes and Noble. So I decided to buy the Pro SQL server 2005 and SQL Server 20...
3 comments:
Thursday, November 10, 2005

Cannot add, update, or delete a job that originated from an MSX Server

›
Well this is one of those very friendly error messages that when you look at it you know immediately what is going on. Of course I am being ...
Tuesday, November 08, 2005

Pad Numbers By Using CASE, LEFT And CONVERT

›
Let's say you have a table with integer values below 100000 and you want them in the same format with leading zeros. For example 500 has...
3 comments:
Monday, November 07, 2005

SQL Server 2005 launch Webcast

›
Today at 9AM Pacific Standard Time Steve Ballmer launches Microsoft SQL Server 2005, the next generation data management and analysis softwa...
Thursday, November 03, 2005

Formatting Data By Using CHARINDEX And SUBSTRING

›
Let's say you have names stored in the format [Klein, Barbara] but would like it to be [Barbara Klein] How do you accomplish that in SQL...
Wednesday, November 02, 2005

Finding ASCII, Numbers and Alphabet Characters In SQL Server Tables

›
SQL Server has limited support for regular expressions, You can run the code below to see what some of the results are by searching for data...
Tuesday, November 01, 2005

Top Google Searches On SQL Server Code

›
These are the top SQL Searches on this site for the month of October. I have left out searches that have nothing to do with SQL Server or pr...
Monday, October 31, 2005

SQL Server/Math Puzzle

›
Use the numbers 3,4,5,6 and the operators +, -, / and * to get the number 28 You can use each number only one time and also each operator on...
3 comments:

Percentage Of NULLS And Values In A SQL Server Table

›
Sometimes you want to know what the percentage is of null values in a table for a field Or you might want to know what the percentage of all...
Sunday, October 30, 2005

Microsoft SQL Server Developer Edition 2005 CD/DVD For Sale On Amazon

›
For all of you people who don't have a MSDN subscription, Amazon is selling the developer edition of SQL Server 2005 for $59.99 with fre...
Thursday, October 27, 2005

SQL Server 2005 and Visual Studio 2005 are released!!!

›
SQL Server 2005 and Visual Studio 2005 are available for download at the MSDN site For people who have a subscription go here http://www.msd...

SQL Server 2005 Certification Links

›
Below are the links for the SQL Server Certification exams Microsoft Certified Technology Specialist: SQL Server 2005 Microsoft Certified IT...

My Top 3 SQL Server Books

›
This is my top 3 SQL server books. They are not in any order. I use all 3 of them frequently The Guru's Guide to Transact-SQL by Ken He...
‹
›
Home
View web version
Powered by Blogger.