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)
January 2008 - Posts
5
Comments
Naming Convention for Table Name and Column Name
by
Kasim.Wirama
Naming Convention for Table Name and Column Name By : Kasim Wirama, MCDBA Naming convention for table and column is necessary to be discussed on this article. You can agree or disagree with what I recommend here, but I have the reason about my recommendation...
Filed under:
SQL Server
0
Comments
Grouping Sets in SQL Server 2008
by
Kasim.Wirama
Grouping Sets in SQL Server 2008 By : Kasim Wirama, MCDBA SQL Server 2008 introduces grouping sets features in query construct. What is grouping sets? To answer this question, there is typical example to illustrate this question. Imagine you are requested...
Filed under:
SQL Server
1
Comments
Datetime2, Date, Time, Datetimeoffset data type in SQL Server 2008
by
Kasim.Wirama
Datetime2, Date, Time, Datetimeoffset data type in SQL Server 2008 By : Kasim Wirama, MCDBA SQL Server 2008 introduces date and time related data type, separated from datetime data type that exists in previous version of SQL Server 2008. Let’s examine...
Filed under:
SQL Server
0
Comments
I Don’t Care How You Make BuburAyam
by
Kasim.Wirama
"I Don’t Care How You Make BuburAyam” By : Kasim Wirama, MCDBA Read this sentence carefully and understand this C# code sample after this paragraph. “I don’t care how you create me, what I want is that I get my bubur ayam. All I need to do is to...
Filed under:
C Sharp
0
Comments
Configuring Standard Merge Replication
by
Kasim.Wirama
Configuring Standard Merge Replication By : Kasim Wirama, MCDBA Another sort of merge replication is bidirectional merge replication. Unlike download only merge replication, bidirectional merge replication synchronize data changes between publisher and...
Filed under:
SQL Server
2
Comments
Merge Replication in SQL Server 2005
by
Kasim.Wirama
Merge Replication in SQL Server 2005 By : Kasim Wirama, MCDBA Other type of replication besides snapshot and transactional replication is merge replication. Merge replication is a type of replication that is similar to transactional replication but it...
Filed under:
SQL Server
0
Comments
Peer-to-Peer Transactional Replication
by
Kasim.Wirama
Peer-to-Peer Transactional Replication By : Kasim Wirama, MCDBA Another kind of transactional replication is peer-to-peer replication. This is new feature of SQL Server 2005. Concept in peer to peer replication is that 2 SQL Server is in equal positions...
Filed under:
SQL Server
0
Comments
Switching Mode between Updateable Transactional Replications
by
Kasim.Wirama
Switching Mode between Updateable Transactional Replications By : Kasim Wirama, MCDBA In my previous articles, I have discussed about configure standard transactional replication and updatable transactional replication. This article, I would like to share...
Filed under:
SQL Server
0
Comments
Configure Updatable Transactional Replication
by
Kasim.Wirama
Configure Updatable Transactional Replication By : Kasim Wirama, MCDBA Transactional replication comes with different kinds of choices depending on your business requirement. If your business requirement needs to replication data to subscriber without...
Filed under:
SQL Server
0
Comments
Configure Standard Transactional Replication
by
Kasim.Wirama
Configure Standard Transactional Replication By : Kasim Wirama, MCDBA Another replication besides snapshot replication is transactional replication. This replication just moves portion of data through transactional log data from publisher to subscriber...
Filed under:
SQL Server
1
Comments
Best Practice Guidance for Data Modelling
by
Kasim.Wirama
Best Practice Guidance for Data Modelling By : Kasim Wirama, MCDBA Good database design should be come from good data modelling. A DBA should have knowledge for data modelling when he designs database. There are some methodologies regarding to data modelling...
Filed under:
SQL Server
3
Comments
Create Snapshot Publication in SQL Server 2005
by
Kasim.Wirama
Create Snapshot Publication in SQL Server 2005 By : Kasim Wirama, MCDBA I have showed you how to set up replication infrastructure by create publisher and distributor in my previous article. By establishing this item, you can create any types of publication...
Filed under:
SQL Server
0
Comments
Configure Publisher and Distributor for Replication in SQL Server 2005
by
Kasim.Wirama
Configure Publisher and Distributor for Replication in SQL Server 2005 By : Kasim Wirama, MCDBA In replication architecture, there are publisher, distributor and subscriber. Publisher acts as origins of data, distributor acts as distributes data from...
Filed under:
SQL Server
0
Comments
Replication Agents Role in SQL Server 2005
by
Kasim.Wirama
Replication Agents Role in SQL Server 2005 By : Kasim Wirama, MCDBA There are some components working together to replicate data from one SQL Server to another. They are called replication agents. In SQL Server, there are 5 replication agents, some reside...
Filed under:
SQL Server
0
Comments
Difference between Push and Pull Subscription
by
Kasim.Wirama
Difference between Push and Pull Subscription By : Kasim Wirama, MCDBA From initiator perspective, replication request could come from publisher or subscriber. Replication request that comes from publishers is known as push subscription and the other...
Filed under:
SQL Server
More Posts
Next page »