Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Introduction > SQL Server


Search:
What's New - What's Hot
An Introduction to SQL Server Clustering  Version: 0.00     Price: $0.00  
Total Hits: 54  |  Today: 0Author: Brad McGehee      Rating:  
Read Reviews | Write Review |  Your Rating: 

If your mission-critical SQL Server should experience a motherboard failure, how long will it be down? One hour, four hours, a day, or longer? How much will this cost your business in lost sales or productivity? And perhaps even more important to you, what will it do to your stress level?...

Introducing the Boomerang Framework  Version: 0.00     Price: $0.00  
Total Hits: 43  |  Today: 0Author: psined      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article I will introduce you to Boomerang Framework and show how it can help you build notification/communication solutions.

Boomerang is a notification framework for professional developers and integrators providing rock solid service oriented infrastructure and rapid development interface....

Pivot and UnPivot with SSIS  Version: 0.00     Price: $0.00  
Total Hits: 50  |  Today: 0Author: Dinesh Asanka      Rating:  
Read Reviews | Write Review |  Your Rating: 

The presentation of your data is required for easy analysis. Turning columns into rows and rows into columns is another way of presenting your data so that end-users can understand it easily. Other than presentation purposes, you need to transform your data within your data warehouse application into different data formats. This process can be referred to as ‘Pivoting’, and the reversing of this process can be referred to as ‘UnPivoting’....

Microsoft SQL Server 2005 Express Edition with Advanced Services     
Total Hits: 600  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

Microsoft SQL Server 2005 Express Edition with Advanced Services is a new, free, easy-to use version of SQL Server Express that includes more features and makes it easier than ever to start developing powerful data-driven applications for web or local desktop development....

SharePoint, Document Library and SQL Server - Introduction     
Total Hits: 701  |  Today: 0Author: S.S. Ahmed      Rating:  
Read Reviews | Write Review |  Your Rating: 

It’s been years now, SharePoint 2007 is about to appear in the market, SharePoint 2003 seems to be something that is history now (Exaggerating …). Many companies have adopted SharePoint during the last one year. Good thing is that I have seen lots of small businesses acquiring SharePoint during the last one year. SharePoint’s popularity is growing day by day and it is considered to be a top level portal product....

Introduction to SQL     
Total Hits: 965  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

SQL is an ANSI (American National Standards Institute) standard computer language for accessing and manipulating database systems. SQL statements are used to retrieve and update data in a database. SQL works with database programs like MS Access, DB2, Informix, MS SQL Server, Oracle, Sybase, etc. Unfortunately, there are many different versions of the SQL language, but to be in compliance with the ANSI standard, they must support the same major keywords in a similar manner (such as SELECT, UPDAT...

What's New in SQL Server 2000     
Total Hits: 1495  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Subjects covered will include the new data types, cascading DRI, user defined functions, INSTEAD OF triggers, XML, distributed views, and new and improved tools such as the TSQL debugger in the Query Analyzer and the Copy Database wizard......

Using a CSV with an IN sub-select     
Total Hits: 1480  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

One of the most asked questions involves a bit of code like this: Select * From Products Where ProductID in (@SomeCSVString). I've always said the only way to do this was through dynamic SQL. Actually there's a better way in SQL Server 2000. It doesn't involve dynamic SQL and it's really easy to use....

Creating Our First Cube      
Total Hits: 1617  |  Today: 0Author: William Pearson      Rating:  
Read Reviews | Write Review |  Your Rating: 

Introduction to MSSQL Server 2000 Analysis Services, which I hope will help new users get up to speed quickly on this exciting functionality.The series is designed to provide hands-on application of the fundamentals of MS SQL Server 2000 Analysis Services (to which I will refer in many cases as simply "Analysis Services" to save time and space); our primary focus will be the creation of simple multi-dimensional OLAP cubes, with each installment progressively adding more features designed to meet...

Introduction to SQL Server 2000 Analysis Services: Working with Dimensions      
Total Hits: 1482  |  Today: 0Author: William Pearson      Rating:  
Read Reviews | Write Review |  Your Rating: 

the Dimension Wizard is a helpful tool for rapid cube design,we often come across scenarios where we have to take more direct control of the dimension design process. We accomplish this through the use of the Dimension Editor, which exposes numerous properties of a dimension that are not accessible to us through the use of the Dimension Wizard....

An Introduction to SQL     
Total Hits: 1804  |  Today: 0Author: Alex Campbell      Rating:  
Read Reviews | Write Review |  Your Rating: 

SQL (structured query language) is the language of databases. In this article, I am not going to conform to convention and waste ink entertaining the fantasy that SQL is standard. There is an ANSI SQL standard, yes. But neither of the major SQL database servers - MS SQL Server and Oracle - conforms to it, and for the purposes of this document, the SQL will be of the Microsoft SQL Server variety....

SQL Server 2000 Books Online Download     
Total Hits: 2442  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Get easy access to complete SQL Server 2000 documentation by downloading this HTML Help file to your desktop....

SQL In Simple English - Part II     
Total Hits: 1573  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is the second article in this series. This article mainly deals with SQL Joins and SQL subqueries. Both of these are extremely useful SQL constructs and should be learnt by all beginners....

A Gentle Introduction to SQL     
Total Hits: 1644  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

An interactive SQL tutorial. Including online access to SQL engines running MySQL, SQL Server, Oracle and Access....

Interactive/On-line SQL Tutorial with SQL Interpreter & live practice database     
Total Hits: 1959  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This unique introductory SQL tutorial not only provides easy-to-understand SQL instructions, but it allows you to practice what you learn using the on-line SQL interpreter. You will receive immediate results after submitting your SQL commands. You will be able to create your own unique tables as well as perform selects, inserts, updates, deletes, and drops on your tables. This SQL tutorial currently supports a subset of ANSI SQL. The basics of each SQL command will be covered in this introductor...

Introduction to SQL Injection  Version: 0.00     Price: $0.00  
Total Hits: 34  |  Today: 0Author: Vuyiswa Maseko      Rating:  
Read Reviews | Write Review |  Your Rating: 

Every time I get involved in a new project that I happen to inherit, I always come across SQL code in web pages and input that is not trapped. Well, some of these applications are used internally and some go to clients externally. A programmer argued about how dangerous it is to write your SQL statement in web pages. In this short article, I am going explain the reasons why it is not a good programming practice or dangerous to your users if you don’t trap the input or if you write your SQL on yo...

Introduction about SQL Transaction  Version: 0.00     Price: $0.00  
Total Hits: 37  |  Today: 0Author: Gomathi Palaniswamy      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article explains about the SQL Transaction and need of this transaction. The SQL transaction is used to control the database access. The namespace of SQL transaction is System.Data.SqlClient....

An Introduction to SQL Server Scalar UDFs  Version: 0.00     Price: $0.00  
Total Hits: 47  |  Today: 0Author: Navneeth Diwaker Naik      Rating:  
Read Reviews | Write Review |  Your Rating: 

One of the best features of SQL Server 2000 is its user-defined functions (UDFs). UDFs offer many of the benefits of both views and stored procedures, and more.

Unlike views, UDFs can take zero or more input parameters and return a scalar value, or can even return a table. Unlike stored procedures, the output of an UDF can be used in a SELECT statement, which is really beneficial. UDFs are compiled and optimized in the same way as a stored procedure....

SQL Server Integration Services an Introduction - Part 1  Version: 0.00     Price: $0.00  
Total Hits: 49  |  Today: 0Author: Arshad Ali      Rating:  
Read Reviews | Write Review |  Your Rating: 

SQL Server Integration Services (SSIS) is a platform for building high performance data integration and workflow solutions. It allows creation of packages or SSIS packages which are made up of tasks that can move data from source to destination and alter it if required....

Retrieve First letter of two words sentence     
Total Hits: 366  |  Today: 0Author: SeeSharp      Rating:  
Read Reviews | Write Review |  Your Rating: 

Sometimes while developing an application we need to enter first name and last name ar anything related to this. While inserting into the database it will be done as it is. but sometimes while retrieving the same need manipulation as was in my case. So in my application it was required to retrieve first letter of two words sentence and generate a report based on that. I initially tried it in code behind but later i realised it can be done in a very simple way with just a ONE LINE QUERY....



Disclaimer - Privacy
© 2002-2012 DevASP.net