SQL Server knowledge center
everything about SQL Server
See also:
Other Geeks@INDC
Sign in
|
Join
|
Help
Home
Contact
About
RSS
Atom
Comments RSS
Search
Recent Posts
Database Integrity Check with SMO
Performing Database Restore by SMO
Performing Database Backup by SMO
Get User Database Properties with SMO
Get List of SQL Server Instances with SMO
Building First SMO (SQL Server Management Object) Application
SMO (SQL Server Management Object) in SQL Server 2005/2008
Passing Table-Valued Parameter in SSIS 2008
Practical Steps of Configuring Transparent Data Encryption
Get Spatial Position for Geography Data Type in SQL 2008
Tags
Business Intelligence
C Sharp
General/motivation
LINQ
SharePoint and Microsoft Office 2007 SharePoint Server
SQL Server
SQL Server Reporting Services
Windows Communication Foundation (WCF)
Windows Workflow Foundation
News
Your database is crawling like turtles? I can turn it like sport car, contact me if you need help. My email : sologuyfromrolla@gmail.com
Navigation
Home
Blogs
Videos
Kurikulum
Pustaka
Facebook
Twitter
Forums
Downloads
Archives
January 2010 (10)
December 2009 (11)
November 2009 (3)
August 2009 (5)
July 2009 (10)
June 2009 (1)
April 2009 (3)
March 2009 (3)
February 2009 (11)
January 2009 (7)
December 2008 (17)
November 2008 (11)
October 2008 (5)
September 2008 (8)
August 2008 (2)
July 2008 (16)
June 2008 (15)
May 2008 (16)
April 2008 (20)
March 2008 (19)
February 2008 (16)
January 2008 (21)
December 2007 (31)
November 2007 (30)
October 2007 (16)
September 2007 (4)
August 2007 (8)
April 2007 (19)
March 2007 (1)
February 2007 (1)
July 2006 (1)
May 2006 (29)
April 2006 (11)
November 2008 - Posts
0
Comments
FLWOR in XQuery
by
Kasim.Wirama
FLWOR in XQuery By : Kasim Wirama, MCDBA, MCITP Like relational query statement, XQuery in SQL Server introduces FLWOR construct. FLWOR stands for For, Let, Where, Order by, Return. You can associate SELECT query statement with Return statement. For example...
Filed under:
SQL Server
0
Comments
XQuery Functions
by
Kasim.Wirama
XQuery Functions By : Kasim Wirama, MCDBA, MCITP XQuery has built-in functions such as min, max, true, false, not, sum, substring, concat, contains, etc. They are under namespace fn:. You can prefix those functions with fn: namespace but it is not mandatory...
Filed under:
SQL Server
0
Comments
Type Casting in XQuery
by
Kasim.Wirama
Type Casting in XQuery By : Kasim Wirama, MCDBA, MCITP XQuery has several data types. As a result of variety of data types in XQuery, a type of XML operands could be converted from a type to another type. For example an integer value in XML could be converted...
Filed under:
SQL Server
0
Comments
Relational to XML transformation with XQuery
by
Kasim.Wirama
Relational to XML transformation with XQuery By : Kasim Wirama, MCDBA, MCITP XQuery could not only do XML manipulation from XML data but also it can convert relational (traditional column) to XML result. 2 XQuery functions implements the purpose, i.e...
Filed under:
SQL Server
0
Comments
Conditional Expression in SQL Server XQuery
by
Kasim.Wirama
Conditional Expression in SQL Server XQuery By : Kasim Wirama, MCDBA, MCITP XQuery has conditional construction like any other programming languages (C#, VB, etc). Let’s read through remaining of this article and see how XQuery conditional expression...
Filed under:
SQL Server
2
Comments
Node Comparison in SQL Server XQuery
by
Kasim.Wirama
Node Comparison in SQL Server XQuery By : Kasim Wirama, MCDBA, MCITP I am interesting with various capability of SQL Server XQuery. This article is applicable to SQL Server 2005 onwards. I would like to show you various operations regarding to node comparison...
Filed under:
SQL Server
2
Comments
Is Database Administrator Required?
by
Kasim.Wirama
Is Database Administrator Required? What Makes a DBA is Really DBA Indeed? By : Kasim Wirama, MCDBA, MCITP In hubbub on .NET technology such as ASP.NET, silverlight, WCF, WWF, WPF, etc, still they interact with database if type of application is data...
Filed under:
SQL Server
1
Comments
I am MCITP for SQL Server 2008 Now
by
Kasim.Wirama
I am MCITP for SQL Server 2008 Now by : Kasim Wirama, MCDBA, MCITP DB Admin 2008, MCITP BI Dev 2008 If you notice several articles I posted recently, I put my title MCTS because I haven't take exam for MCITP for Database Admin. This afternoon, I pass...
Filed under:
SQL Server
0
Comments
XQuery Date and Time Implementation
by
Kasim.Wirama
XQuery Date and Time Implementation By : Kasim Wirama, MCDBA, MCTS, MCITP XQuery regarding to date and time format has specific requirement. It applies to xs:date, xs:time and xs:dateTime. It uses standard defined by ISO 8061. The format will be input...
Filed under:
SQL Server
1
Comments
XQuery Comparison
by
Kasim.Wirama
XQuery Comparison By : Kasim Wirama, MCDBA, MCTS, MCITP Let’s examine how XQuery differentiates comparison behaviour from SQL Server 2005. There are 2 types of comparion, i.e.: value comparison operator and general comparison operator. Value comparison...
Filed under:
SQL Server
1
Comments
Comments in SQL Server XQuery
by
Kasim.Wirama
Comments in SQL Server XQuery By : Kasim Wirama, MCDBA, MCTS, MCITP I would like to go further anything about XQuery implementation in SQL Server 2005/2008. This topic is about put comments in XQuery. Remember that everything inside string parameter in...
Filed under:
SQL Server