Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Content with tag
Development
Items 1 to 20 of 240
Next 20 >>
An Incremental Database Development and Deployment Framework
Often, an existing database application must evolve rapidly by incremental steps. Alex describes a tried and tested system to provide an automated approach to deploying both new and existing database systems, whilst dealing with common security and configuration issues.
Read more...
By
Additional Articles
2013/03/05
|
Source:
SimpleTalk
|
Category:
deployment
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,248 reads
Generate C# class code for table
For any supplied table, my proc, usp_TableToClass, generates class code in C#, including fields, properties, getters and setters.
Read more...
By
Cade Bryant
2012/09/06
|
Source:
SQLServerCentral.com
|
Category:
development
Rating:
|
Discuss
|
Briefcase
|
8,028 reads
Find Mismatched Views and Stored Procs
Find missing and mismatched views and stored procs between 2 Databases
Read more...
By
Pratap Prabhu
2012/09/03
|
Source:
SQLServerCentral.com
|
Category:
development
Rating:
|
Discuss
|
Briefcase
|
1,478 reads
Generate C# class code for table
For any supplied table, my proc, usp_TableToClass, generates class code in C#, including fields, properties, getters and setters.
Read more...
By
Cade Bryant
2012/09/06
|
Source:
SQLServerCentral.com
|
Category:
development
Rating:
|
Discuss
|
Briefcase
|
8,028 reads
Truncate All Tables
Script to Truncate all tables part1
Read more...
By
Jorge Novo-@ETLDEVDBA
2011/06/02
|
Source:
SQLServerCentral.com
|
Category:
development
Rating:
|
Discuss
|
Briefcase
|
7,353 reads
Column Size Checker
A T-SQL script that reveals how appropriate your choice of column sizes is.
Read more...
By
Richard Doering
2010/12/30
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
2,203 reads
Decoupling the Database
Database refactoring is a difficult proposition at the best of times, but is rendered more or less impossible if the database is close-coupled to the application's other components. In a guest editorial, Mladen Prajdic stresses the importance of a native SQL Server abstraction layer.
Read more...
By
MladenPrajdic
2010/11/22
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
|
Discuss
|
Briefcase
|
275 reads
Column Size Checker
A T-SQL script that reveals how appropriate your choice of column sizes is.
Read more...
By
Richard Doering
2010/12/30
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
2,203 reads
Database defintion from an Excel Spec?
Have you ever been required to create a database with nothing but a specification in Excel?
Read more...
By
Ian Hadlington
2009/11/12
|
Source:
SQLServerCentral.com
|
Category:
excel
Rating:
|
Discuss
|
Briefcase
|
7,291 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
|
1,765 reads
Guide to MCITP: SQL Server 2008 Developer
An overview of what's involved in the two exams you need to pass to become a Microsoft IT Professional in SQL Server 2008.
Read more...
By
Mike McQuillan
2009/08/21
|
Source:
SQLServerCentral.com
|
Category:
sql server 2008
Rating:
|
Discuss
|
Briefcase
|
9,963 reads
Agile Practices Meet Database Development: Intro
I think the database developer role is on the rise and that it's better suited for agile practices - but guidance...
Read more...
By
Bill Nicolich
2009/08/06
|
Source:
SQLServerCentral.com
|
Category:
blogs
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,971 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
|
1,177 reads
SQL Server XML Schemas
When information is exchanged in XML format, there needs to be an agreement between the sender and receiver about the structure and content of the XML document. An XSD (XML Schema Definition Language) Schema can be used to enforce this contract and validate the XML data being exchanged. Jacob Sebastian's book explains all.
Read more...
By
Jacob Sebastian
2013/06/18
|
Source:
SQLServerCentral.com
|
Category:
books
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
4,673 reads
Guest Editorial: That ain't a Database, it's a Spreadsheet
Phil recently had to draw up a list of 'top ten' pieces of advice for programmers who were starting out as database developers. It is a difficult thing to do when one is immersed in the study of the intricacies and detail of the plumbing of SQL Server.
Read more...
By
Phil Factor
2008/12/18
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
|
Discuss
|
Briefcase
|
408 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
Rating:
|
Discuss
|
Briefcase
|
2,090 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
Rating:
|
Discuss
|
Briefcase
|
1,018 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
Rating:
|
Discuss
|
Briefcase
|
2,543 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
Rating:
|
Discuss
|
Briefcase
|
979 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
|
12,489 reads
Items 1 to 20 of 240
Next 20 >>
Tags
sql server 2005
(68)
reporting services (ssrs)
(46)
t-sql
(15)
advanced querying
(8)
nums
(8)
sqlinsider scripts
(8)
table of numbers
(8)
tally
(8)
administration
(7)
counter
(7)
arrays
(5)
delimited strings
(5)
miscellaneous
(5)
parse
(5)
string manipulation
(5)
sql server 7
(4)
.net
(3)
programming
(3)
2-dimensional arrays
(2)
data warehousing
(2)
editorial
(2)
security
(2)
stored procedures
(2)
strategies
(2)
table
(2)
agile
(1)
audit
(1)
automation
(1)
blogs
(1)
books
(1)
c#
(1)
certifications
(1)
crystal clear
(1)
data mining
(1)
database weekly
(1)
ddl_events
(1)
dependencies
(1)
deployment
(1)
design and theory
(1)
designing database solutions
(1)
developer
(1)
eventnotification
(1)
events
(1)
exams
(1)
excel
(1)
integration services (ssis)
(1)
maintenance
(1)
mcitp
(1)
mcts
(1)
notifications
(1)
palalelism
(1)
prime
(1)
prime number
(1)
schemas
(1)
scrum
(1)
sieve
(1)
sql server 2008
(1)
sql2008
(1)
sql2008r2
(1)
sqlservercentral
(1)
staging
(1)
stress test
(1)
studying
(1)
triggers
(1)
truncate table
(1)
utility
(1)
xml
(1)
xsl
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.