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
Fitur T-SQL Window Function Terbaru dari SQL Denali
Bermain-main dengan Fitur T-SQL Denali : SEQUENCE
Renungan atas artikel "Being a SQL Server Pro Is Hard Work!"
Found Error When Starting First SQL Denali Analysis Service in Vertipaq Mode and How to Troubleshoot
Fitur-fitur yang tidak disupport di SQL Denali
Different role of IT architects
Pertanyaan Mengenai SQL Query Optimizer
Solusi dan Pemrograman Transact-SQL : Convert Comma Delimited String into Resultset with Transact-SQL
Solusi dan Pemrograman Transact-SQL : UNPIVOT Problem and Solution
Solusi dan Pemrograman Transact-SQL
Tags
ASP.NET
Business Intelligence
C Sharp
General/motivation
LINQ
Rubrik Solusi dan Teknik Pemrograman Transact SQL
SharePoint and Microsoft Office 2007 SharePoint Server
solusi
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
Curriculum
eBooks
Jobs
Forum
Downloads
Archives
September 2011 (3)
August 2011 (2)
March 2011 (3)
February 2011 (1)
January 2011 (4)
December 2010 (2)
June 2010 (4)
May 2010 (5)
March 2010 (2)
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)
July 2009 - Posts
0
Comments
OUTPUT…INTO… Extension in SQL Server 2008 MERGE Statement
by
Kasim.Wirama
OUTPUT…INTO… Extension in SQL Server 2008 MERGE Statement By : Kasim Wirama, MCITP, MCDBA If you read my recent article titled MERGE Statement in SQL Server 2008 , you will agree with me that MERGE statement make your query shorter and will do more than...
Filed under:
SQL Server
0
Comments
Solution for Blocking Problem in SQL Server 2005/2008
by
Kasim.Wirama
Solution for Blocking Problem in SQL Server 2005/2008 By : Kasim Wirama, MCITP, MCDBA If you read my recent article titled : Detect Database Blocking Issue with SQL Server Dynamic Management View , you probably further question how to avoid and reduce...
Filed under:
SQL Server
0
Comments
I Pass All SQL Server 2008 Exams for MCTS (Technology Specialist) and MCITP (IT Pro)
by
Kasim.Wirama
I Pass All SQL Server 2008 Exams for MCTS (Technology Specialist) and MCITP (IT Pro) By : Kasim Wirama, MCITP, MCDBA This morning, 29 July 2009, I have pass last exams to get MCITP SQL Server 2008 in Designing, and Optimizing Database Solutions. Here...
Filed under:
SQL Server
3
Comments
Passing Table-Valued Parameter Using ADO.NET
by
Kasim.Wirama
Passing Table-Valued Parameter Using ADO.NET By : Kasim Wirama, MCITP, MCDBA SQL Server 2008 introduce table valued parameter feature so you can pass bulk of data into input parameter of stored procedure or user defined function. But how to pass table...
Filed under:
SQL Server
0
Comments
How to Migrate Non XML Column into XML Column
by
Kasim.Wirama
How to Migrate Non XML Column into XML Column By : Kasim Wirama, MCITP, MCDBA You might store xml data in text or varchar column type in SQL Server 2000 or previous version because it doesn’t support XML data type for storage. Now SQL Server 2005 and...
Filed under:
SQL Server
1
Comments
Detect Database Blocking Issue with SQL Server Dynamic Management View
by
Kasim.Wirama
Detect Database Blocking Issue with SQL Server Dynamic Management View By : Kasim Wirama, MCITP, MCDBA DBA has responsibility to maintain database from backup-restore, data integrity until smooth database daily operation. Most common problem regarding...
Filed under:
SQL Server
2
Comments
MERGE Statement in SQL Server 2008
by
Kasim.Wirama
MERGE Statement in SQL Server 2008 By : Kasim Wirama, MCITP, MCDBA In TSQL area, SQL Server 2008 has some enhancements; one of them is ability to wrap several DML statement into one by MERGE statement. Syntax for MERGE statement is : MERGE <target...
Filed under:
SQL Server
1
Comments
Viewing Big Data in Excel 2007
by
Kasim.Wirama
Viewing Big Data in Excel 2007 By : Kasim Wirama, MCITP, MCDBA SQL Server Integration Services (SSIS) is excellent ETL platform to do export import data from and to heterogeneous data source. In this posting, I would like to give my thought about exporting...
Filed under:
SQL Server
0
Comments
SQL Server 2008 PowerShell
by
Kasim.Wirama
Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat...
Filed under:
SQL Server
0
Comments
Concatenate Multi Row Column Value into One Row
by
Kasim.Wirama
Concatenate Multi Row Column Value into One Row By : Kasim Wirama, MCDBA, MCITP Sometimes you need concatenate multiple rows into 1 string value separated by delimiter (usually comma). For example to get orderdescription from same customerid like the...
Filed under:
SQL Server