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)
September 2008 - Posts
0
Comments
Securing Database Backup with Transparent Database Encryption
by
Kasim.Wirama
Securing Database Backup with Transparent Database Encryption (TDE) in SQL Server 2008 By : Kasim Wirama, MCDBA Data is vital asset for an organization. Imagine if data could be restore in other sql server without consent of the organization, all company...
Filed under:
SQL Server
0
Comments
New Auditing Feature in SQL Server 2008
by
Kasim.Wirama
New Auditing Feature in SQL Server 2008 By : Kasim Wirama, MCDBA In auditing area, SQL Server 2008 introduces Auditing feature for server and database. This audit feature together with existing C2 Audit Mode brings options for database administrator to...
Filed under:
SQL Server
0
Comments
Maximum and Effective Maximum Resource Percentage
by
Kasim.Wirama
Maximum and Effective Maximum Resource Percentage in Resource Governor (SQL Server 2008) By : Kasim Wirama, MCDBA Resource governor is cool feature of SQL Server 2008 to provide predictable database performance by allocating resource consumption for database...
Filed under:
SQL Server
0
Comments
Mohon Maaf atas Hilangnya 4 artikel terakhir di SQL Server Knowledge Center
by
Kasim.Wirama
Mohon Maaf atas Hilangnya 4 artikel terakhir di SQL Server Knowledge Center By : Kasim Wirama, MCDBA Sebagaimana yang diketahui oleh komunitas .NET dan Microsoft bahwa beberapa hari lalu server komuniti Indonesia mengalami gangguan, dan sebagai akibatnya...
Filed under:
SQL Server
0
Comments
Table Valued Parameter and Grouping Set in SQL Server 2008
by
Kasim.Wirama
Table Valued Parameter and Grouping Set in SQL Server 2008 By : Kasim Wirama, MCDBA Through this article, I would like to describe 2 T-SQL enhancements in SQL Server 2008. First is table valued parameter and second is grouping sets. There are still some...
Filed under:
SQL Server
1
Comments
Components of Reporting Services in SQL Server 2008
by
Kasim.Wirama
Components of Reporting Services in SQL Server 2008 By : Kasim Wirama, MCDBA This article, I would like to dissect about reporting services architecture in SQL Server 2008. There are 7 components of reporting services. 1. Report Server database 2. Report...
Filed under:
SQL Server
0
Comments
Editions of SQL Server 2008 Reporting Services
by
Kasim.Wirama
Editions of SQL Server 2008 Reporting Services By : Kasim Wirama, MCDBA This article, I would like to share about reporting services edition in SQL Server 2008. There 5 editions of Reporting Services. They are workgroup edition, web edition, standard...
Filed under:
SQL Server
1
Comments
Filtered Index and Statistics in SQL Server 2008
by
Kasim.Wirama
Filtered Index and Statistics in SQL Server 2008 By : Kasim Wirama, MCDBA Up to SQL Server 2005, there is no way to create index for only subset rows in a table though some value is needed to query. Imagine that a table has million number of rows and...
Filed under:
SQL Server