SQL Server Code,Tips and Tricks, Performance Tuning

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

Tuesday, February 28, 2006

Find All tables That Contain A Certain Column

›
This question was posted today on the tek-tips site and also in the microsoft.public.sqlserver.programming newsgroup The question was how to...
1 comment:
Monday, February 27, 2006

SQL Server Upgrade Your Skills To 2005 Webcasts

›
Are you planning new database development projects this year? Do you need to increase the scale, performance, security, or continuous availa...
Thursday, February 23, 2006

Three Way To List All Databases On Your Server

›
Sometimes you want to print out a document with all the databases that exists on one server so that you can compare this against another ser...
Tuesday, February 21, 2006

Convert Float Stored As Varchar To Numeric

›
An interesting problem came up today in the microsoft SQL Server DTS newsgroup A person tried to convert a varchar value to numeric and got ...

SQL Server And Business Intelligence Podcast

›
Channel 9 on MSDN has added another SQL server podcast yesterday, this one is about SQL Server And Business Intelligence From their page: ...
Monday, February 20, 2006

XML In SQL Server 2005 Podcast

›
XML in SQL Server 2005 Channel9 at MSDN.com has a great SQL Server 2005 and XML podcast From the page: "How much code have you seen tha...
Friday, February 17, 2006

Sort A SQL Server Table With CASE Or CHARINDEX

›
Let's say you have a table with states in your database, you only have 3 values NY, ME and SC. You want to order the result like this: f...
Tuesday, February 14, 2006

User Definded Functions And GETDATE() (nondeterministic built-in functions )

›
I have read on Louis Davidson's blog a post about UDF and being able to use GETDATE() in a UDF in SQL server 2005. I wasn't aware o...
1 comment:
Monday, February 13, 2006

Use CHARINDEX, LEN and SUBSTRING To Find Data Between Characters

›
Let's say you get data in the following format aaaa/bbbb/cccc/dddd/eeee What you need from this file is just the data between the first ...
Friday, February 10, 2006

How To Check For A Certain Time With SQL

›
Sometimes you have jobs and you don't know how long they will run Let's just assume here that the job has 2 steps You run step 1 and...
Thursday, February 09, 2006

Beginning SQL Server 2005 For Developers: From Novice To Professional

›
Apress has published their latest SQl server 2005 book: Beginning SQL Server 2005 For Developers: From Novice To Professional SQL Server 200...

Check If Temporary Table Exists

›
How do you check if a temp table exists? You can use IF OBJECT_ID('tempdb..#temp') IS NOT NULL Let's see how it works --Create t...
Wednesday, February 08, 2006

SQL:Format Data From Numberformat To Timeformat

›
Sometimes you have data that's in a number format and you need to show it in a time format. Instead of 2.25 you need to show 02:15 In th...
Friday, February 03, 2006

SQL Server Related Webcasts For February 2006

›
Microsoft has scheduled 18 new new webcasts for February, covering such topics as SQL Server 2005 Essentials: SQL/CLR, Reporting Services Ba...
1 comment:
Thursday, February 02, 2006

Varchar To Varbinary And Vice Versa

›
I have received an email from someone in Taiwan who looked at the contact me blog entry and wanted to know how I ‘encrypted’ my email addres...

Top 5 SQL Server Posts for January 2006

›
Below are the top 5 posts according to Google Analytics for the month of January SQL Server 2005 Free E-Learning Feature Pack for Microsoft ...

Top SQL Server Google Searches For January 2006

›
These are the top SQL Searches on this site for the month of December. I have left out searches that have nothing to do with SQL Server or p...

SQL Server Site Geo Map For January 2006

›
These are the countries where the bulk of the visitors for this blog are coming from. As you can see most of the visitors are from the US an...
Wednesday, February 01, 2006

Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection. SQL 2005

›
I am seeing a lot of searches on this blog or reaching this blog from MSN/Google with this search “SQL 2005 Login failed for user 'sa...
6 comments:
Monday, January 30, 2006

NULL Trouble In SQL Server Land

›
I am seeing a lot of searches for SQL + Nulls from this site so I decided to blog about it Before I start I would like to point out that all...
3 comments:
‹
›
Home
View web version
Powered by Blogger.