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
seputar web
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
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
January 2013 (1)
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)
January 2009 - Posts
1
Comments
Measuring I/O Performance with System Monitor
by
Kasim.Wirama
Measuring I/O Performance with System Monitor By : Kasim Wirama, MCDBA, MCITP, MVP SQL Server System monitor has a bunch of counters for measuring environment subsystem such as processor, memory, disk and SQL Server subsystems. To measure how well your...
Filed under:
SQL Server
0
Comments
Kinds of Storage Testing in SQL Server
by
Kasim.Wirama
Kinds of Storage Testing in SQL Server By : Kasim Wirama, MCDBA, MCITP, MVP SQL Server Before a new database is deployed into production server, it is strongly suggested that storage of the server box is tested against performance perspective to know...
Filed under:
SQL Server
0
Comments
Concatenating String in Transact SQL
by
Kasim.Wirama
Concatenating String in Transact SQL By : Kasim Wirama, MCDBA, MCITP, MVP SQL Server I would like to discuss about concatenating string in Transact SQL (T-SQL). T-SQL is scripting language in SQL world and has powerful performance when it is used in set...
Filed under:
SQL Server
0
Comments
Service Broker
by
Kasim.Wirama
Service Broker By : Kasim Wirama, MCDBA, MCITP, MVP SQL Server This posting, I would like to unveil basic knowledge of service broker. Service broker has been introduced since SQL Server 2005. And I observe that it is still not widely used by database...
Filed under:
SQL Server
1
Comments
Differential Backup in SQL Server
by
Kasim.Wirama
Differential Backup in SQL Server By : Kasim Wirama, MCDBA, MCITP, MVP SQL Server This article I would like to share about differential database backup in SQL Server. SQL Server gives 3 kinds of database backup options, i.e. full database backup, differential...
Filed under:
SQL Server
0
Comments
How SQL Server Full Backup Works
by
Kasim.Wirama
How SQL Server Full Backup Works By : Kasim Wirama, MCDBA, MCITP, MVP SQL Server I would like to share with you about inner working of SQL Server full backup in this posting. As you probably know that full backup in SQL Server will backup data into device...
Filed under:
SQL Server
0
Comments
Standardising Large SSIS System
by
Kasim.Wirama
Standardising Large SSIS System By : Kasim Wirama, MCDBA, MCITP SSIS (SQL Server Integration Services) is ETL services and part of SQL Server database product. It fits from small system to large scale system. Usually large scale system means high complexity...
Filed under:
SQL Server