Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
Content with tag
Development
Refine your search with one of the following additional tags (with number of items):
SQL Server 2005
(68)
Arrays
(5)
Strategies
(2)
sieve
(1)
Reporting Services (SSRS)
(46)
Delimited Strings
(5)
Table
(2)
SQL Script
(1)
T-SQL
(13)
Miscellaneous
(5)
Automation
(1)
SQL Server 2005 - Security
(1)
Advanced Querying
(8)
parse
(5)
C#
(1)
SQL Server 2005 - SSIS
(1)
nums
(8)
String Manipulation
(5)
Data Mining
(1)
Staging
(1)
SQLInsider Scripts
(8)
SQL Server 7, 2000
(4)
Dependencies
(1)
Stored Procedure
(1)
Table of Numbers
(8)
.Net
(3)
Design and Theory
(1)
Stored Procedures
(1)
tally
(8)
Programming
(3)
Maintenance
(1)
stress test
(1)
T-SQL Aids
(8)
2-Dimensional Arrays
(2)
Palalelism
(1)
Triggers
(1)
Administration
(7)
Data Warehousing
(2)
prime
(1)
XML
(1)
counter
(7)
Security
(2)
prime number
(1)
XSL
(1)
Items 1 to 20 of 135
Next 20 >>
Execute SQL Scripts in paralel for real performance tests
Ever tried to simulate a production environment in a development one but realized that you couldn't easily start 500 executions simultaneously ? This script will help you out.
Read more...
By
Gustavo Maia
2009/09/30
|
Source:
SQLServerCentral.com
|
Category:
Development
Rating:
|
Discuss
|
Briefcase
|
832 reads
Prime Number Table Generator (new ver crunches to 1 Mil in <10.5 sec!)
Generates prime numbers and puts them into a table for future reference by adhoc queries and database and application code. 100% set-based. DDL embedded.
Read more...
By
Jesse Roberge
2009/07/15
|
Source:
SQLServerCentral.com
|
Category:
Advanced Querying
Rating:
|
Discuss
|
Briefcase
|
808 reads
Delimited String Parsing Functions - TwoCol set
Feed it two delimited strings of horizontal data and it returns it back as a vertical table with the two column data in the same synchronized position order.
Read more...
By
Jesse Roberge
2008/11/03
|
Source:
SQLServerCentral.com
|
Category:
T-SQL Aids
Rating:
|
Discuss
|
Briefcase
|
1,733 reads
Delimited String Parsing Functions - Big2D set
Feed it large strings of double-delimited horizontal data and it returns it back as a non-pivoted vertical table with a 2-diemensional star schema.
Read more...
By
Jesse Roberge
2008/10/22
|
Source:
SQLServerCentral.com
|
Category:
T-SQL Aids
Rating:
|
Discuss
|
Briefcase
|
822 reads
Delimited String Parsing Functions - Basic Set
Feed it delimited horizontal data and it returns it back as a vertical table.
Read more...
By
Jesse Roberge
2008/10/20
|
Source:
SQLServerCentral.com
|
Category:
T-SQL Aids
Rating:
|
Discuss
|
Briefcase
|
2,053 reads
Delimited String Parsing Functions - 2D set
Feed it double-delimited horizontal data and it returns it back as a non-pivoted vertical table with a 2-diemensional star schema.
Read more...
By
Jesse Roberge
2008/10/14
|
Source:
SQLServerCentral.com
|
Category:
T-SQL Aids
Rating:
|
Discuss
|
Briefcase
|
859 reads
Introduction to DML Triggers
This article by Jack Corbett explains what triggers are, the different types, and how to avoid common mistakes.
Read more...
By
Jack Corbett
2008/10/14
|
Source:
SQLServerCentral.com
|
Category:
Triggers
Rating:
|
Discuss
|
Briefcase
|
8,741 reads
Delimited String Parsing Functions - Big Set
Feed it large strings of delimited horizontal data and it returns it back as a vertical table.
Read more...
By
Jesse Roberge
|
Source:
SQLServerCentral.com
|
Category:
T-SQL Aids
Rating:
|
Discuss
|
Briefcase
|
608 reads
Counter Table (table of numbers) Setter-Upper for SQL Server 2005
Sets up 3 'table of numbers' that completely fill a 1, 2, and 3-level clustered index respectivly with 622, 386884, and 240641848 numbers.
Read more...
By
Jesse Roberge
|
Source:
SQLServerCentral.com
|
Category:
T-SQL Aids
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
676 reads
Counter Table (table of numbers) Setter-Upper for SQL Server 2000
Sets up 3 'table of numbers' that completely fill a 1, 2, and 3-level clustered index respectivly with 620, 384400, and 238328000 numbers.
Read more...
By
Jesse Roberge
|
Source:
SQLServerCentral.com
|
Category:
T-SQL Aids
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
351 reads
Find Mismatched Views and Stored Procs
Find missing and mismatched views and stored procs between 2 Databases
Read more...
By
Pratap Prabhu
2008/07/15
|
Source:
SQLServerCentral.com
|
Category:
Development
Rating:
|
Discuss
|
Briefcase
|
723 reads
usp_addcolumns
This is a stored procedure to add a columns to multiple tables, if column doesn't exist
Read more...
By
Wilfred van Dijk
2008/07/01
|
Category:
T-SQL
Rating:
|
Discuss
|
Briefcase
|
496 reads
usp_dependencytree
displays a graphical tree of dependencies of an object
Read more...
By
Wilfred van Dijk
|
Source:
SQLServerCentral.com
|
Category:
Development
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
56 reads
Truncate All Tables
Script to Truncate all tables part1
Read more...
By
Jorge Novo-396570
2008/06/03
|
Source:
SQLServerCentral.com
|
Category:
Development
Rating:
|
Discuss
|
Briefcase
|
5,776 reads
Recursive Queries in SQL Server 2005
Part 2 of new T-SQL enhancements from Srinivas Sampath. SQL Server 2005 contains a number of enhancements designed to allow you to write more powerful queries while keeping the code structured in a way that makes development and understanding it easier. Building on his first look at Common Table Expressions, Srinivas now looks at recursive queries with CTEs.
Read more...
By
Srinivas Sampath
2008/04/18 (first published: 2005/03/03)
|
Source:
SQLServerCentral.com
|
Category:
Development
Rating:
|
Discuss
|
Briefcase
|
81,681 reads
Dynamic Connection Strings in Reporting Services 2005
Reporting Services is one of the most popular features of SQL Server 2005 and there have been a tremendous number of enhancements to this subsystem. New author Bilal Khawaja brings us a look at dynamic connection strings and how you can have one report pulling data from different servers.
Read more...
By
Bilal Khawaja
2007/05/03
|
Source:
SQLServerCentral.com
|
Category:
Development
Rating:
|
Discuss
|
Briefcase
|
13,177 reads
Reporting Services Makes Server Support Easier
Reporting Services is one of the most widely used subsystems in SQL Server and there have been some very creative solutions invented by DBAs around the world. New author Carolyn Richardson is one of those, bringing us a implementation that tracks uptime and disk space for her SQL Servers
Read more...
By
Carolyn Richardson
2007/03/12
|
Source:
SQLServerCentral.com
|
Category:
Administration
Rating:
|
Discuss
|
Briefcase
|
8,490 reads
Maximum Row Size in SQL Server 2005
What is the page size in SQL Server 2005? That's an easy question, but what is the maximum row size? They're not the same thing and ANdy Warren shows you why.
Read more...
By
Andy Warren
2007/02/27
|
Source:
SQLServerCentral.com
|
Category:
Development
Rating:
|
Discuss
|
Briefcase
|
21,295 reads
Data Driven Subscriptions for Reporting Services (2000 and 2005)
Reporting Services has proven to be one of the more useful subsystems of SQL Server. However the standard editions of both SQL Server 2000 and SQL Server 2005 have limitations with regard to the subscription features. Jason Selberg brings us an updated version of his code for extending the subscription feature.
Read more...
By
Jason Selburg
2007/02/14
|
Source:
SQLServerCentral.com
|
Category:
Development
Rating:
|
Discuss
|
Briefcase
|
14,573 reads
Adding Custom Code To Reporting Services
Reporting Services has been greatly enhanced in SQL Server 2005 and become an integral tool in many SQL Server installations. Longtime autor Raj Vasant brings us an example of how you can enhance your reports with custom coded DLLs called from within the reporting engine.
Read more...
By
Vasant Raj
2007/03/15
|
Source:
SQLServerCentral.com
|
Category:
Development
Rating:
|
Discuss
|
Briefcase
|
15,186 reads
Items 1 to 20 of 135
Next 20 >>
Most popular
Introduction to DML Triggers
This article by Jack Corbett explains what triggers are, the different types, and how to avoid common mistakes.
Read more...
By
Jack Corbett
2008/10/14
|
Source:
SQLServerCentral.com
|
Category:
Triggers
Rating:
|
Discuss
|
Briefcase
|
8,741 reads
Execute SQL Scripts in paralel for real performance tests
Ever tried to simulate a production environment in a development one but realized that you couldn't easily start 500 executions simultaneously ? This script will help you out.
Read more...
By
Gustavo Maia
2009/09/30
|
Source:
SQLServerCentral.com
|
Category:
Development
Rating:
|
Discuss
|
Briefcase
|
832 reads
Maximum Row Size in SQL Server 2005
What is the page size in SQL Server 2005? That's an easy question, but what is the maximum row size? They're not the same thing and ANdy Warren shows you why.
Read more...
By
Andy Warren
2007/02/27
|
Source:
SQLServerCentral.com
|
Category:
Development
Rating:
|
Discuss
|
Briefcase
|
21,295 reads
Copyright © 2002-2009 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use