Introduce DataBase,Asp.net,JavaScript,Xml,Html,Css,Sql,Php,ASP.NET Controls,AJAX,Tools,HTML,CSS,JavaScript,Open Source Project,WPF,.Net Framework,Linq
Top Recommended Hosting

SQL server2005 Retrieve Buffer Counts by Object and Index

by the3factory 4/9/2008 11:46:00 PM
  Sample script that breaks down buffers by object (table, index) in the buffer cache. This script, contributed by Microsoft's Tom Davidson, requires SQL Server 2005.   Script Code use Northwind go select b.database_id, db=db_name(b.database_id) ,p.object_id ,object_name(p.object... [More]

SQL Quiz to Prove Your SQL Knowlege

by the3factory 3/31/2008 5:18:00 AM
software architects invites you to prove your knowledge about certain subjects concerning Microsoft .NET technology by participating in a monthly quiz. This month the quiz is about SQL Server. In this article you can reread the questions. Additionally you get background information about the correct... [More]

Tags:

SQL

Uses coalesce and the nullif combination reduces writes sql the work load

by the3factory 3/30/2008 4:09:00 AM
Today helped the friend to adjust a website, turned sp accidentally, saw a section of very long select sentence, the reason that this select sentence was long, was because had several general complex case sentences to follow in select behind.We select a field the logical rule and the data make our t... [More]

SQL Select Top 100 % forgets Order By Clause

by the3factory 3/19/2008 6:52:00 AM
Sometimes, a developer can't trust his eyes, when things changes without warning. They just react in another way and no one knows why. What are we talking about? Using an Order By in a Select Query (in a view, inline function or something similiar) is a beginner level phrase. And it's nothing that... [More]

get Time from Full Date

by the3factory 3/13/2008 6:15:00 AM
Sql Server does not provide any function to get Time in hh:mm tt format from DateTime field. So you can get time using this function. Using the code First of all you have to create this function in your databse. and then you can get the time from the full datetime value.use the following sql scrip... [More]

Tags:

DataBase | SQL

Sql: What Is Data?

by the3factory 2/29/2008 6:50:00 AM
Data is a collection of information stored in a database as one of several different data types. Data includes names, numbers, dollar amounts, text, graphics, decimals, figures, calculations, summarization, and just about anything else you can possibly imagine. Data can be stored in uppercase, lower... [More]

Sql: Types of SQL Commands

by the3factory 2/29/2008 6:42:00 AM
The main categories are DDL (Data Definition Language) DML (Data Manipulation Language) DQL (Data Query Language) DCL (Data Control Language) Data administration commands Transactional control commands Defining Database Str... [More]

Tags:

SQL

Sql: What Is SQL?

by the3factory 2/29/2008 6:37:00 AM
SQL, Structured Query Language, is the standard language used to communicate with a relational database. The prototype was originally developed by IBM using Dr. E.F. Codd's paper ("A Relational Model of Data for Large Shared Data Banks") as a model. In 1979, not long after IBM's prototype, the first... [More]

Tags:

SQL

Q&A:

More



Powered by BlogEngine.NET 1.2.0.0