SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tag Development Rss

   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 | 1,042 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 | 927 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,832 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 | 864 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,205 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 | 906 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 | 9,370 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...
Rating: |  Discuss |  Briefcase | 738 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...
Rating: (not yet rated) |  Discuss |  Briefcase | 761 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...
Rating: (not yet rated) |  Discuss |  Briefcase | 392 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 | 751 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 | 509 reads

usp_dependencytree

displays a graphical tree of dependencies of an object  Read more...
Rating: (not yet rated) |  Discuss |  Briefcase | 95 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,956 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 | 83,358 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,813 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,574 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,892 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 | 15,369 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 | 16,039 reads
   Items 1 to 20 of 135    Next 20 >>
 
Tags
sql server 2005 (68)    
reporting services (ssrs) (46)    
t-sql (13)    
advanced querying (8)    
nums (8)    
sqlinsider scripts (8)    
table of numbers (8)    
tally (8)    
t-sql aids (8)    
administration (7)    
counter (7)    
arrays (5)    
delimited strings (5)    
miscellaneous (5)    
parse (5)    
string manipulation (5)    
sql server 7, 2000 (4)    
.net (3)    
programming (3)    
2-dimensional arrays (2)    
data warehousing (2)    
security (2)    
strategies (2)    
table (2)    
automation (1)    
c# (1)    
data mining (1)    
dependencies (1)    
design and theory (1)    
maintenance (1)    
palalelism (1)    
prime (1)    
prime number (1)    
sieve (1)    
sql script (1)    
sql server 2005 - security (1)    
sql server 2005 - ssis (1)    
staging (1)    
stored procedure (1)    
stored procedures (1)    
stress test (1)    
triggers (1)    
xml (1)    
xsl (1)