Lost your password?

Blogs about: Sql2005

Featured Blog

Simple t-sql script for checking integrity and full backups of SQL Server user databases

goodoldaddy wrote 2 weeks ago: I have decided to post some useful t-sql scripts for SQL Server databases as a part of my blog.   He … more →

Tags: backup, database integrity, Databases, db maintenance, sp_MSforeachdb, SQL Server, SQL2008, T-SQL

TRUNCATE Table Vs DELETE Table

shahharsh wrote 2 months ago: TRUNCATE Table Fastest method for deleting all the rows from a table. We can say Truncate Table is s … more →

Tags: Interview, SQL2008, T-SQL

Limiting the maximum memory used by SQL Server 2005

Jason wrote 2 months ago: A great tip for limiting the maximum memory used by SQL Server 2005 when you are hard pressed for re … more →

Tags: SQL Server 2005, Performance

finally1 comment

yetanotherdayatwork wrote 2 months ago: so in the system is needed a particular key for the security portion (duh). with the key, base64hash … more →

Tags: Tech, SQL, sql2000, config, connection, Error, Mars

How do I: Install the UDDI services database components on a SQL2005 instance.

Jason wrote 3 months ago: When installing UDDI services database components onto your SQL2005 instance you may receive this er … more →

Tags: General, SQL Server, UDDI

Difference between Clustered and Non Clustered Index in SQL Server 20055 comments

shahharsh wrote 6 months ago: Clustered Index Leaf node contains the actual data pages. The data row of the table are sorted and s … more →

Tags: SQL2008, Indexes

How to Truncate Log Files in SQL2005

techbegin wrote 6 months ago: Steps to truncating log files and shrinking your database: 1. Get the physical names of your databas … more →

T-SQL Function to convert Unix Timestamp into MS SQL datetime

horgasz wrote 10 months ago: Okay. Previously we converted datetime type values into unix timestamps. Now here is how to convert … more →

Tags: MS SQL Server, Transact SQL, TSql, dbms, MS SQL

Freetds and windows :)3 comments

horgasz wrote 1 year ago: Well I was trying to set up freetds to work with PHP5 on my Windwos XP development box with Microsof … more →

Tags: php, MS SQL Server

Adding comments to an XMLA script

ihafidh wrote 1 year ago: So I was trying to run an XMLA script and kept getting errors. Below is the script. You will notice … more →

Tags: MDX, Programming, XMLA

Generate Sequential Number in SQL Server1 comment

shahharsh wrote 1 year ago:   Here is the small example on how to generate sequential number in SQL Server. DECLARE @cnt IN … more →

Download SQL Server Product Samples

shahharsh wrote 1 year ago:  SQL Server 2005 Product Samples http://www.codeplex.com/SqlServerSamples/Release/ProjectReleas … more →

Tags: SQL2008, Downloads

Microsoft BI Demos1 comment

shahharsh wrote 1 year ago:   You can find quick demos on Microsoft Business Intelligence at the below location. http://www … more →

Tags: SQL2008

Executing a BAT file in SSIS

ihafidh wrote 1 year ago: I wanted to execute a batch file in SQL Server Integration Services, and I wanted to utilize two par … more →

Tags: sql2000, SSIS

SQL Server 2005 Triggers3 comments

scmay wrote 1 year ago: Getting a list of triggers SELECT * FROM sys.triggers select * from sysobjects where xtype =’T … more →

Tags: SQL, Trigger

Shrinking SQL2005 log files

mattlog wrote 1 year ago: So when I migrated our SQL2000 server to SQL2005 – which was primarily used as our back-end Go … more →

Tags: shrink log file

Difference Between SET and SELECT commands in SQL Server

shahharsh wrote 1 year ago: SET SELECT Can assign the value of an expression to the variable Can assign the value of an expressi … more →

Tags: Interview

TFS: Installation

rinonu wrote 1 year ago: http://ozgrant.com/2007/07/15/hands-free-tfs-install-part-3-installing-team-foundation-server-unatte … more →

Tags: TFS, WSS2.0

A Pratical use for Dynamic SQL and FOR XML

Coolcoder wrote 1 year ago: SQL Server 2005 or 2008 required for this. I don’t pretend to be a fanboy of dynamic SQL but t … more →

Tags: SQL, Full text search, Article, SQL2008, CTE, for xml, dynamic sql, union t-sql, union


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS