Click here to Skip to main content
15,886,063 members
Everything / Database Development / SQL Server / SQL Server 2008

SQL Server 2008

SQL-Server-2008

Great Reads

by Wonde Tadesse
This tip/trick helps to set a default value for blob data type such as Image, VarBinary.
by Mubin M. Shaikh
Create time dimension with 24 hour plus values and time buckets in your data warehouse
by Harmen Brouwer
How to create and deploy a SSRS rendering extension, explained by a functional Zip Rendering extension for SSRS 2005, 2008 (R2) and 2012.
by Tecfield
This tip shows how to rename a database and its MDF and LDF files in SQL Server.

Latest Articles

by Mubin M. Shaikh
Walkthrough of the process for one of the industry best practices to export all SQL tables in Flat file format
by Alaa Ben Fatma
Explore your MMSQL server tables in a professional way
by Mahsa Hassankashi
Best approach for having more secure channel to transfer user information throughout the web
by Mahsa Hassankashi
This article enables you to generate table in any database such as Oracle, SQLServer, MySQL, SQLite, Sybase, etc. just by typing table name and its fields. Then you can use NHibernate facilities to make query for data layer.

All Articles

Sort by Score

SQL Server 2008 

15 Jan 2013 by Wonde Tadesse
This tip/trick helps to set a default value for blob data type such as Image, VarBinary.
5 Sep 2013 by Mubin M. Shaikh
Create time dimension with 24 hour plus values and time buckets in your data warehouse
13 Mar 2012 by Tecfield
This tip shows how to rename a database and its MDF and LDF files in SQL Server.
16 Mar 2012 by Anurag Gandhi
A Query to copy an individual table data between databases
8 Jul 2010 by Md. Marufuzzaman
How easy to read a file without using of the seven extended stored procedures.
16 Jan 2014 by Tom Glick Philadelphia, US
POC to demonstrate passing of collections of complex objects to ASP.NET Web API Controllers.
22 Jul 2013 by Paw Jershauge
Want your own movie database??? Download IMDB in 20 minutes.
23 Feb 2012 by Mahmud Hasan
How to use variable in SELECT TOP SQL command
9 Aug 2011 by Jesus Carroll
This brief article show how to install quickly Microsoft SQL Server 2008 Express Edition Standard or with Advanced Services
13 Jan 2013 by mparvez
How to load data from an Excel file to load in a dimension table in an incremental way.
31 Oct 2013 by Debopam Pal
How to bring data from Entity model to Excel file using LINQ.
17 Sep 2012 by aasim abdullah
Get all indexes list in detail, with their involved columns
18 Dec 2015 by Md. Marufuzzaman
This tip shows you an easy way to split Microsoft SQL Server table row data.
31 Oct 2016 by Chris Maunder
Timing SQL calls with millisecond accuracy
17 Feb 2011 by John Gathogo
Catastrophic results associated with unqualified use of columns belonging to tables referenced on main query in a subquery
11 Oct 2011 by Chris Maunder
A quick script to enable you to find the processes that are blocking in SQL server
4 Apr 2012 by sluaghtered
Script Runner that can run multiple SQL script files on MS-SQL.
17 Aug 2012 by ManojKumar19
Update row column with another row column in same table SQL only if it is null.
20 Oct 2012 by aasim abdullah
How to Refresh Intellisense Cache in SQL Server
13 Dec 2012 by Paw Jershauge
MS SQL system views, mapped over version.
4 Sep 2010 by Jaime Olivares
How to Insert or Update an SqlGeography object in SQL Server 2008 from a C# application
23 Oct 2012 by aasim abdullah
How to use DELETED and INSERTED virtual tables to capture data change in result of any INSERT, UPDATE or DELETE statement.
24 Oct 2012 by aasim abdullah
Backup and then restore of a database is a normal job for developers and DBAs. This script will be helpfull to findout, from which path, and which backup file a database was restored.
5 Sep 2013 by Mubin M. Shaikh
Manually Run SSRS Scheduled Reports
29 Sep 2013 by Mubin M. Shaikh
Create Named Query in Data Source View While Designing OLAP Cube in SSAS
27 Jan 2017 by Rajesh_K_Sharma
How to create CSV file in SQL
25 Feb 2014 by Darek Danielewski
This article demonstrates how to safely dequeue items from a shared table
22 Sep 2017 by #realJSOP
It doesn't always happen the way you expect.
19 Feb 2015 by DrABELL
Generate large data series by using Cartesian Product and small data table
23 Jun 2011 by zvin
When comparing data stored in databases, you don't need to use RTRIM()
17 Aug 2011 by bmckuhen
25 Jan 2012 by IkhwanKrisnadi
How to execute SQL Query / SQL Command on SQL Server using command prompt.
2 May 2012 by Chamila Nishantha
Simple query to get table column name as rows
27 Nov 2012 by Aadhar Joshi
Creating job in sql server which automates taking backup of all stored procedures and functions in physical drive.
1 Dec 2013 by RickZeeland
Inno Setup script to install SQL Server 2008 R2 with Tools, creating an instance with special rights and displaying the log.
22 Feb 2016 by Sifiso W Ndlovu
This tip illustrates a workaround to SQL Server pivoting on variable character data types.
5 Mar 2010 by Heino Zunzer
The possibility to build stored procedures with table-valued parameters is a great new feature in SQL Server 2008, especially if utilized with the also newly implemented MERGE-command. Alas, there are some restrictions (TVPs have to be bound to a User-defined Table Type, have to be passed as...
5 Jun 2010 by db_developer
Split User Defined Function, MS SQL Server 2008
8 Feb 2011 by Irfan Baig
String splitting/tokenizing using T-SQL user defined function.
15 Oct 2011 by Chris Maunder
Here's an alternate version that doesn't use sp_who yet provides a little more information. It also provides the option to kill the blocking processes themself.IF NOT EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[ListBlocking]') AND type in (N'P', N'PC'))EXEC...
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.
6 May 2012 by Wendelius
This is an alternative for "List SQL Server table column name as rows".
1 Oct 2012 by aasim abdullah
How do you know, if someone disabled your job at production database server. Who is the calprit. How to send a mail alert for this change ??
19 Apr 2013 by aasim abdullah
Automatic query execution at every instance startup.
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
19 Sep 2013 by Saral S Stalin
Explains how to run a script with higher priority to avoid it getting terminated in a deadlock situation.
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.
21 Jan 2016 by smirson
This is an alternative for "String splitting/tokenizing using T-SQL user defined function."
14 Feb 2011 by Hajo Messner
There is a little inconsistence in this function, because the @Tokens Elements and the @Delimiter parameter are of data type NVARCHAR (=Unicode) while the @String parameter is of data type VARCHAR (=ANSI). If the @String parameter can be Unicode, it must be declared as NVARCHAR. If the @String...
2 Sep 2011 by Ron sikander
Find out the number of duplicates in the table:select count(*), VISTX_ST_FIPS,VISTX_CTY_FIPS,VISTX_TC from TR00.NV_STARTER_INDEXgroup by VISTX_ST_FIPS,VISTX_CTY_FIPS,VISTX_TC having count(*)>1--- Delele them using following statementDELETEFROM TR00.NV_STARTER_INDEXWHERE...
13 Jan 2012 by Robby Tendean
How to do SQL atomic operations on UPDATE and DELETE syntax.
3 Feb 2012 by manish76235
SQLCMD can be used to login to the Sql Server as well. One can only provide Server address, User Name and Password at the command prompt and press enter.The command prompt will change to 1>. Now any sql query can typed and by pressing enter in the next prompt a GO command and pressing enter...
25 Feb 2012 by Sanjay K. Gupta
How to concatenate many rows into a single text string using SQL Server 2008
19 Mar 2012 by Saral S Stalin
Simple query to find the available hard disk space in the server
3 May 2012 by PIEBALDconsult
This is an alternative for "List SQL Server table column name as rows"
20 Jul 2012 by Mr. Joydeep Das
What the effects of Ordering in Index
2 Oct 2012 by aasim abdullah
Using SQL Server Management Studio, have you ever come a cross following questions: Why every time, a new query window is open with MASTER database.? On opening SQL Server Management Studio, I need a new query window automatically ?
1 Nov 2012 by aasim abdullah
A stored procedure can be called from another stored procedure as nested stored procedure. How to get a list of these stored procedures with their nested one
14 Nov 2012 by Sadeque Sharif
Another way to solve the issue of “A network-related or instance-specific error occurred while establishing a connection to SQL Server…”
3 Dec 2012 by Glagace_7763
Create a table from a Varchar list value
3 Jan 2013 by Levente Kupás
CLR-addon for T-SQL DATE transformation and Split-String
4 Jan 2013 by RahulAJoshi
Grouping dynamically on different columns in single query
7 Jun 2013 by Purushotham Agaraharam
Creating a parameterised report using SSRS.
8 Mar 2012 by Ramanujam Shankar
Using COALESCE function - concatenate many rows into a single text string output in SQL Server.
23 Aug 2011 by Anurag Gandhi
I have gone through a lot of examples to sort alpha numeric data in sql. Here is my way:
20 Feb 2011 by Wendelius
This tip describes how to delete duplicate rows from a table that doesn't have a key.
1 Sep 2013 by IkhwanKrisnadi
How to solve when saving changes is not permitted on SQL Server 2008 Management Studio
21 May 2014 by Arvind Singh Baghel
Import CSV or txt File Into SQL Server Using Bulk Insert.
14 Mar 2014 by Nikita D. Sinelnikov
HowTo: make the report background (elements) of Microsoft .NET Report (.rdlc) non-printable
11 Nov 2013 by Rajat-Indiandotnet
Find column or Text in entire stored procedure
17 Dec 2012 by Mannava Siva Aditya
Uploading an image and displaying it on the UI page
8 Jun 2015 by Diluka Wittahachchige
Creating SQL Server database project use in Visual Studio 2012 and maintain versions use in TFS
12 Nov 2013 by Jobless Creature
CTE To find all the related nodes in a hierarcy
25 Aug 2016 by Gene R. Browning
Generate random dates (and times if you like) for your test data environment.
3 Dec 2014 by Atul_Kapoor
Perform SQL Server Instance health check simultaneously on more than one server using Powershell
24 Apr 2012 by mkader
SQL scripts to insert File to BLOB field and export BLOB to File
20 Feb 2010 by Md. Marufuzzaman
Get accurate age by date using MS SQL Server
12 Apr 2016 by Shao Voon Wong
How to prevent SQL injection attacks when using dynamic SQL in stored procedures
24 Jul 2013 by Kumar Pankaj Verma
Truncating log file in SQL Server using T-SQL when log file is too large and database becomes unresponsive.
4 May 2012 by Subha.N
Tip to create a database application using C# .NET in the shortest time possible.
24 Feb 2010 by Md. Marufuzzaman
This is a very simple use of SQL Server global variables. Microsoft SQL Server provides a massive number of global variables, which are very effective to use in our regular Transact-SQL. Global variables represent a special type of variable. The server always maintain the values of these...
18 Dec 2013 by vikram.mahapatra
How to get the current time from any time zone
23 Dec 2015 by Md. Marufuzzaman
A simple tip/trick to get rows on n’th maximum number from a table
6 Jun 2013 by Nelson Kosta Souto
Find text in Stored Procedures, View, Trigger, and Function.
19 Aug 2013 by S.P.Tiwari
Find all the days between two dates using SQL Server
23 Jul 2012 by Paul M Simpson
Expanding a string by inserting alternating single spaces between characters
5 Jun 2015 by Dathuraj Pasarge
Know whether your databases are backed up successfully in the last 24 hours or not !!!
8 Mar 2016 by markkang
This tip describes how to generate insert SQL statement from the records in an existing table in SQL server database
19 Oct 2013 by SonuKSingh
rowversion datatype in SQL Server: Track which row has been modified
13 Jun 2012 by headshot9x
How to create ShoppingCart using Gridview in asp.net with code VB
5 Jan 2011 by Hiren solanki
Building hirarchy in the sense of hirarchy of manager, employee though both are an employee of an enterprise but both are related or depend on hierarchical level.
15 Jan 2012 by Dhol Gaurav
Get Tables List With Its Dependent Tables Names
10 Nov 2013 by Rajat-Indiandotnet
A unique feature of SQL SERVER Loop with Go statement
12 Dec 2016 by Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity, Data Access & Business Layer) with Stored Procedures based on table design.