Click here to Skip to main content
15,885,216 members
Everything / Database Development / SQL Server / SQL Server 2000

SQL Server 2000

SQL-server-2000

Great Reads

by Wonde Tadesse
This tip/trick helps to set a default value for blob data type such as Image, VarBinary.
by aleksisa
Build a process to import Leads records from Excel into MS CRM via email.
by Md. Marufuzzaman
How easy to read a file without using of the seven extended stored procedures.
by Sven Cipido
How to add a "select all" option to your parameter lists in SQL Reporting.

Latest Articles

by Shivprasad koirala
6 steps to enable transactions in WCF
by Ebenezar John Paul
An Ideal Code Review Checklist that applies for most programming languages
by BharatRamV
Finds the Best Table for a given set of columns
by Mark W Solomon
In this article, I developed a way to determine all the SQL Servers in our environment at will and filter this information into Microsoft's Sunset report for Microsoft SQL Server and present all this information in an SSRS report.

All Articles

Sort by Score

SQL Server 2000 

15 Jan 2013 by Wonde Tadesse
This tip/trick helps to set a default value for blob data type such as Image, VarBinary.
8 Jul 2010 by Md. Marufuzzaman
How easy to read a file without using of the seven extended stored procedures.
18 Dec 2015 by Md. Marufuzzaman
This tip shows you an easy way to split Microsoft SQL Server table row data.
17 Aug 2012 by ManojKumar19
Update row column with another row column in same table SQL only if it is null.
20 Sep 2012 by Sreedhar Puligundla
Simple steps to create SQL joins by using SQL Server 2008 Management Studio
17 Aug 2011 by bmckuhen
22 Feb 2016 by Sifiso W Ndlovu
This tip illustrates a workaround to SQL Server pivoting on variable character data types.
10 Feb 2012 by Ramanujam Shankar
Find missing date periods from a table.
25 Feb 2012 by e-Lopes
How to concatenate many rows into a single text string using SQL Server 2008.
17 Jan 2013 by Tharaka MTR
This article describes the easiest way to create and process delimited row using SQL XQuery.
24 Apr 2013 by Surender Singh (CodeToastDev)
Custom StringPadding functions for SQL Server
23 Sep 2014 by SatyLepide
By analyzing log-in attempts on SQL server, admins can build the complete picture out of the sequence of events that led to compliance failure or unauthorized access.
25 Feb 2012 by Sanjay K. Gupta
How to concatenate many rows into a single text string using SQL Server 2008
30 Apr 2012 by Constantin Chumak
This is an alternative for "Locate SQL Server instances on the local network"
7 Mar 2013 by Emad Sammour
Mapping table is used in the translation - output in Unicode (nvarchar)
17 Sep 2013 by MAW74656
This is a drop-in solution that mimicks the functionality of xp_sendmail (including query results), without installing Outlook on the server.
9 Oct 2013 by Matthew Taylor
How to remove Microsoft SQL Server triggers associated with a custom schema.
8 Mar 2012 by Ramanujam Shankar
Using COALESCE function - concatenate many rows into a single text string output in SQL Server.
21 May 2014 by Arvind Singh Baghel
Import CSV or txt File Into SQL Server Using Bulk Insert.
9 Apr 2016 by NightWizzard
Handling for hex expressions and the trailing '}'
25 Aug 2016 by Gene R. Browning
Generate random dates (and times if you like) for your test data environment.
18 Feb 2013 by Pascal Ganaye
This SQL stored procedure creates a database from scratch with some meaningful content.
20 Feb 2010 by Md. Marufuzzaman
Get accurate age by date using MS SQL Server
23 Dec 2015 by Md. Marufuzzaman
A simple tip/trick to get rows on n’th maximum number from a table
5 Jun 2015 by Dathuraj Pasarge
Know whether your databases are backed up successfully in the last 24 hours or not !!!
21 Jun 2010 by Pranay Rana
Getting a SQL Server RowCount Without doing a Table Scan
10 Nov 2013 by Rajat-Indiandotnet
A unique feature of SQL SERVER Loop with Go statement
18 Dec 2015 by Md. Marufuzzaman
A simple example of Microsoft SQL Server Pad String
2 Sep 2014 by Rohan Kishor Garud
RoundhousE (RH) is a database migrations engine that uses plain old SQL Scripts to transition a database from one version to another.
20 Dec 2016 by BharatRamV
Finds the Best Table for a given set of columns
30 Jul 2013 by Gauri Chodanker
15 Feb 2010 by Pranay Rana
How to use Group By clause when joining to table Let's consider one scenario where I have two table employees (contains employee detail) and sales (contains infomation about sales done by employee).Structure of...
27 Feb 2010 by Pranay Rana
Problem : - During project development I got the requirement that I have to modified the column name of the table which is used in the no of procedure i.e i have to found all procedure related to that table and modify it For the above problem following are the solution that i used First ...
19 Sep 2013 by alifaraze
writing error in a text file is very easy but writing error from a custom assembly in reporting services requires permissions