SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag Programming Rss

Refine your search with one of the following additional tags (with number of items):

Miscellaneous (152)     Security (10)     SQL Server 6.5 (4)     Administration (1)    
.Net (71)     Basics (9)     System Development Life Cycle (4)     C# (1)    
SQL Server 7, 2000 (69)     DTS (8)     Analysis Services (3)     C++ (1)    
T-SQL (56)     Performance Tuning (8)     Best and Worst Practices (3)     Distributed Queries (1)    
ADO (44)     XML (8)     Book Reviews (3)     English Query (1)    
Visual Basic 6 (43)     Advanced Querying (7)     Development (3)     Installation (1)    
Administering (31)     Replication (6)     Disaster Recovery (3)     Product Reviews (1)    
SQL-DMO (28)     Backup and Recovery (5)     Monitoring (3)     Semaphore (1)    
Strategies (26)     Career (5)     SQL Puzzles (3)     Sharepoint (1)    
Access (20)     Data Warehousing (5)     Worst Practices (3)     SMO (1)    
Stored Procedures (18)     SQL Server 2005 (5)     Advanced (2)     SQL Server 2005 Compact Edition (1)    
Database Design (16)     Certifications (4)     Availability (2)     SS2K5 - CLR Integration (1)    
Configuring (15)     Indexing (4)     News (2)     State of the Business (1)    
ASP (13)     Naming Standards (4)     OLAP Server (2)     Testing (1)    
Basic Querying (10)     Reviews (4)     Other (2)     UpdateGrams (1)    
Performance Tuning and Scaling (10)     SQL Server 2000 Upgrading (4)     Rants (2)     VSTS (1)    
   Items 1 to 20 of 301    Next 20 >>
 

Free Encryption

Free SQL Server 2000 Encryption for your data!!! Author Michael Coles has put together a tolljit and some XPs that you can use to encrypt your data with the Blowfish algorithm. It is hard to write good applications that encrpyt data and manage the keys and security. This will give you a great headstart on protecting your data.   Read more...
By Michael Coles 2008/04/25 (first posted: 2005/07/21) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 66,559 reads

File Handling A Different Way

A different way for file handling through SQL Server.  Read more...
By shashank bhide 2008/04/22 | Source: SQLServerCentral.com | Category: Programming
Rating: |  Discuss |  Briefcase | 7,000 reads

Using VBScript to Automate Tasks

This article discusses why VBScript should be one of the tools you use to manage your server. Sample scripts show how to remove files over x days old and how to FTP files.   Read more...
By Haidong Ji 2008/03/07 (first posted: 2003/11/04) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 93,459 reads

SQLCE Workshop IV - Integration with Visual Studio 2005

Continuing on with his series on SQL Server 2005 Compact Edition, regular author Jacob Sebastian takes a look at how Visual Studio fits into your SQL CE project.  Read more...
Rating: |  Discuss |  Briefcase | 1,973 reads

Accessing Data from a Mobile Application

Data access is an important aspect of developing applications with the Microsoft® .NET Compact Framework for Windows Mobile® devices. By using the existing architecture to send and receive data between your mobile application and your application server, you can pass data with either DataSets, custom objects, or scalar values.  Read more...
By Additional Articles 2008/01/18 | Source: Microsoft MSDN | Category: Programming
Rating: (not yet rated)  Rate this |  Briefcase | 1,053 reads

SMS Script

This script will modify INI file on destops through SMS push to point server connection from A to B.  Read more...
By Jay Dave 2008/01/09 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 623 reads

XML IN 20 MINUTES!

This article will quickly dive head first right into XML.   Read more...
By Leon Platt 2008/01/04 (first posted: 2003/09/26) | Source: SQLServerCentral.com | Category: Basics
Rating: |  Discuss |  Briefcase | 181,002 reads

Introduction to Bitmasking in SQL Server 2005

The use of bitmasking is usually limited to decoding values in the system views, but it can be useful in other places when you want to save space. New author Lee Everest brings us an introduction to bitmasking and its use in SQL Server 2005.   Read more...
By Lee Everest 2006/12/13 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 10,370 reads

File Management with Scripting Object

Once you get familiar with the File Scripting Object (FSO), managing files in Access is not so bad--getting started is the painful part. To help you along, this month's download includes sample code for both Access (early bound) and VB Script (late bound).  Read more...
By Additional Articles 2007/12/05 | Source: Database Journal | Category: Programming
Rating: (not yet rated)  Rate this |  Briefcase | 1,230 reads

SQL Server Connection Strings

Some common and not so common connection strings for the .NET SqlConnection object. The article includes .NET sample code and some tricks to increase the supportability of your application.  Read more...
By Additional Articles 2007/11/26 | Source: SQLTeam.com | Category: .Net
Rating: (not yet rated)  Rate this |  Briefcase | 3,479 reads

Events in SharePoint 2007

Windows® SharePoint® Services (WSS) 3.0 offers developers many significant improvements for building custom business solutions based on SharePoint sites. One of the biggest developer-focused enhancements has to do with a new infrastructure for handling server-side events.  Read more...
By Additional Articles 2007/11/23 | Source: Microsoft MSDN | Category: Sharepoint
Rating: (not yet rated)  Rate this |  Briefcase | 1,178 reads

.NET Building Blocks: Build a Configurable Database Credential Selector

This handy control gives you everything you need to control how users input usernames, passwords, select servers, and choose connection types.   Read more...
By Additional Articles 2007/11/20 | Source: DevX | Category: Programming
Rating: (not yet rated)  Rate this |  Briefcase | 1,449 reads

Create a Custom Test Interface Provider for Team Sytem

This article looks at fuzzy testing and how to build a provider for your own use.  Read more...
By Additional Articles 2007/11/16 | Source: Microsoft MSDN | Category: .Net
Rating: (not yet rated)  Rate this |  Briefcase | 986 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 2007/11/16 | Source: SQLServerCentral.com | Category: Development
Rating: |  Discuss |  Briefcase | 1,267 reads

Working With SqlParameter in .NET

Interacting with SQL Server from .NET is a radical change from the old OLEDB/ODBC method. Raj Vasant brings us some easy ways to work with parameters passed in with the ADO SQLCommand.   Read more...
By Vasant Raj 2007/11/09 (first posted: 2006/03/22) | Source: SQLServerCentral.com | Category: .Net
Rating: |  Discuss |  Briefcase | 22,291 reads

A Brief History of Programming, Part 1

In part 1 of his series on the history of programming, David Chisnall takes a look at some of the developments of the last few decades that have created the current crop of languages and discusses where they came from.  Read more...
By Additional Articles 2007/11/02 | Source: InformIT | Category: Programming
Rating:  Rate this |  Briefcase | 2,342 reads

Linking Access to SQL Server

For quick and dirty work, sometimes Access is the best way to work with SQL Server. Andy Warren brings a basic tutorial on how you can link Access to your SQL Server tables to easily and quickly manipulate data.   Read more...
By Andy Warren 2007/11/02 (first posted: 2006/01/25) | Source: SQLServerCentral.com | Category: Access
Rating: |  Discuss |  Briefcase | 23,280 reads

ASP.NET 2.0: Retrieving XML Data with XmlDataSource Control

This article shows how to retrieve both remote and local XML data and display it in a data Web control.  Read more...
By Additional Articles 2007/09/10 | Source: 4 Guys From Rolla | Category: Basics
Rating:  Rate this |  Briefcase | 1,365 reads

Browser Style Form Navigation

This article series features a demo app affectionately named Something Not Entirely Unlike Access, which employs a variety of methods to obfuscate the "Accessian" features.   Read more...
By Additional Articles 2007/09/06 | Source: Database Journal | Category: Access
Rating:  Rate this |  Briefcase | 1,398 reads

Accessing and Updating Data in ASP.NET 2.0: Filtering Database Data wi

Learn how to retrieve just a subset of database data based on hard-coded values and values from the querystring, other Web controls on the page, session variables, and so on.  Read more...
By Additional Articles 2007/09/03 | Source: 4 Guys From Rolla | Category: ADO
Rating:  Rate this |  Briefcase | 1,335 reads
   Items 1 to 20 of 301    Next 20 >>
 
Most popular

Send SQL Server Data to Exchange

An updated version of xp_sql2exchange is now available, enabling you to publish SQL Server data easily to an exchange server. Read about this very cool extended stored procedure from author Steve Boriotti.   Read more...
By Steve Boriotti 2007/05/14 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 7,135 reads

Windows Utilities for the SQL Server DBA

This article is a short summary of Windows utilities both GUI and command line intended for new SQL Server DBAs or those interested in learning some useful techniques.   Read more...
By Chad Miller 2006/09/07 | Source: SQLServerCentral.com | Category: Miscellaneous
Rating: |  Discuss |  Briefcase | 15,997 reads

Free Encryption

Free SQL Server 2000 Encryption for your data!!! Author Michael Coles has put together a tolljit and some XPs that you can use to encrypt your data with the Blowfish algorithm. It is hard to write good applications that encrpyt data and manage the keys and security. This will give you a great headstart on protecting your data.   Read more...
By Michael Coles 2008/04/25 (first posted: 2005/07/21) | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 66,559 reads