Click here to Skip to main content
6,631,404 members and growing! (17,156 online)
Email Password   helpLost your password?
Announcements
BullFrog Power
 
Search    
Add to IE Search

Articles by Md. Marufuzzaman (31 articles found)

Average article rating: 4.30

ASP.NET

A simple example of SQL server admin tools.
Last Updated: 13 Sep 2009   Page Views: 6,086   Rating: 4.77/5    Votes: 17   Popularity: 5.87   Bookmark Count: 44
Licence: The Code Project Open License (CPOL)   
A simple example of SQL server admin tools.

Office Development

How To Set An Appointment Using Microsoft Office Outlook 2003
Last Updated: 5 Sep 2009   Page Views: 3,682   Rating: 4.40/5    Votes: 16   Popularity: 5.30   Bookmark Count: 15
Licence: The Code Project Open License (CPOL)   
This article is about how to create / place an appointment using Microsoft Office Outlook 2003 API
Spell checking in Microsoft Access 2003 applications
Last Updated: 30 May 2009   Page Views: 2,135   Rating: 4.09/5    Votes: 10   Popularity: 4.09   Bookmark Count: 5
Licence: The Code Project Open License (CPOL)   
An easy way to do spell checking in Microsoft Access 2003 applications.
A Simple Example of Merge Document (Microsoft Access 2003)
Last Updated: 5 Nov 2009   Page Views: 900   Rating: 4.00/5    Votes: 1   Popularity: 0.00   Bookmark Count: 4
Licence: The Code Project Open License (CPOL)   
A simple example of merge document (Microsoft Access 2003)

Database

COM

How to Integrate an OLE Object with SQL Server
Last Updated: 15 Jun 2009   Page Views: 3,182   Rating: 4.83/5    Votes: 18   Popularity: 6.06   Bookmark Count: 14
Licence: The Code Project Open License (CPOL)   
This article will demonstrate how we can integrate T-SQL with an external application.
How to Integrate an OLE Object with SQL Server v2
Last Updated: 22 Aug 2009   Page Views: 1,826   Rating: 4.76/5    Votes: 10   Popularity: 4.76   Bookmark Count: 9
Licence: The Code Project Open License (CPOL)   
This article will give you an idea about how to integrate an OLE Object that is a com+ api with SQL Server and write a message into a windows event log.
How To Store Any File into SQL Database
Last Updated: 22 May 2009   Page Views: 6,020   Rating: 3.79/5    Votes: 22   Popularity: 5.09   Bookmark Count: 19
Licence: The Code Project Open License (CPOL)   
An easy technique to store any file into SQL database
Reading Files in SQL Server Using T-SQL
Last Updated: 16 Jul 2009   Page Views: 3,634   Rating: 4.81/5    Votes: 17   Popularity: 5.92   Bookmark Count: 29
Licence: The Code Project Open License (CPOL)   
Reading files in SQL Server using T-SQL.
Get SQL Table Information
Last Updated: 19 Jul 2009   Page Views: 2,070   Rating: 3.76/5    Votes: 17   Popularity: 4.62   Bookmark Count: 16
Licence: The Code Project Open License (CPOL)   
Get SQL Table Information
How Many Records Are There in your Database?
Last Updated: 20 Jul 2009   Page Views: 3,533   Rating: 4.12/5    Votes: 18   Popularity: 5.17   Bookmark Count: 28
Licence: The Code Project Open License (CPOL)   
How many records are there in your database?
How To Read File Attributes using OLE Object with SQL Server
Last Updated: 24 Jul 2009   Page Views: 3,265   Rating: 4.83/5    Votes: 15   Popularity: 5.68   Bookmark Count: 18
Licence: The Code Project Open License (CPOL)   
This article will demonstrate how we can read file attributes using OLE Object with SQL Server.
Procedure to Shrink the Database Transaction Log
Last Updated: 25 Jul 2009   Page Views: 4,037   Rating: 4.38/5    Votes: 13   Popularity: 4.88   Bookmark Count: 19
Licence: The Code Project Open License (CPOL)   
This article will demonstrate the procedure to shrink the database transaction log.
Get List of Extended storedProcedures that are Allowed to you for Common Use
Last Updated: 26 Jul 2009   Page Views: 2,000   Rating: 4.41/5    Votes: 13   Popularity: 4.91   Bookmark Count: 9
Licence: The Code Project Open License (CPOL)   
An easy way to get a list of extended storedProcedure allowed to you for common use
How Do I Protect My Stored Procedure Code
Last Updated: 29 Jul 2009   Page Views: 3,499   Rating: 4.22/5    Votes: 12   Popularity: 4.56   Bookmark Count: 21
Licence: The Code Project Open License (CPOL)   
This article will demonstrate the best practice to protect SQL server code object.
Overview of SQL Server Stored Procedure
Last Updated: 2 Aug 2009   Page Views: 5,283   Rating: 4.24/5    Votes: 16   Popularity: 5.11   Bookmark Count: 18
Licence: The Code Project Open License (CPOL)   
Overview of SQL server stored procedure
Overview of SQL Server database Triggers
Last Updated: 7 Aug 2009   Page Views: 3,283   Rating: 4.45/5    Votes: 12   Popularity: 4.80   Bookmark Count: 14
Licence: The Code Project Open License (CPOL)   
Overview of SQL Server database Triggers
An Easy But Effective Way to Split a String using Transact-SQL
Last Updated: 9 Aug 2009   Page Views: 2,394   Rating: 4.31/5    Votes: 9   Popularity: 4.11   Bookmark Count: 14
Licence: The Code Project Open License (CPOL)   
This article will demonstrate how to split a string using Transact-SQL.
An Easy Way to Get a File Name or a File Extension from a User Defined File Path using Transact-SQL
Last Updated: 9 Aug 2009   Page Views: 2,314   Rating: 4.64/5    Votes: 8   Popularity: 4.19   Bookmark Count: 12
Licence: The Code Project Open License (CPOL)   
This article will demonstrate how to get a file name or a file extension as well using Transact-SQL.
A Simple Use of SQL CASE Expression
Last Updated: 19 Aug 2009   Page Views: 3,687   Rating: 4.47/5    Votes: 10   Popularity: 4.47   Bookmark Count: 13
Licence: The Code Project Open License (CPOL)   
This article will give you an idea about how to use CASE expression in T-SQL or as a formula of a particular column.
Global Variables in SQL Server
Last Updated: 19 Aug 2009   Page Views: 3,655   Rating: 4.43/5    Votes: 11   Popularity: 4.61   Bookmark Count: 18
Licence: The Code Project Open License (CPOL)   
A list of Global variables in SQL Server and their uses in Transact-SQL
A Simple Way to Write String into a Text File in SQL Server using T-SQL
Last Updated: 22 Aug 2009   Page Views: 6,771   Rating: 4.29/5    Votes: 16   Popularity: 5.16   Bookmark Count: 32
Licence: The Code Project Open License (CPOL)   
A simple way to write string into a text file in SQL Server using T-SQL
Overview of SQL Server 2005/2008 Table Indexing (Part-1)
Last Updated: 25 Aug 2009   Page Views: 4,623   Rating: 4.42/5    Votes: 15   Popularity: 5.19   Bookmark Count: 26
Licence: The Code Project Open License (CPOL)   
Basic overview of SQL Server 2005/2008 Table Indexing
Cannot Alter Microsoft SQL Server 2008 Table Object in Design Mode
Last Updated: 23 Oct 2009   Page Views: 2,871   Rating: 4.16/5    Votes: 17   Popularity: 5.11   Bookmark Count: 5
Licence: The Code Project Open License (CPOL)   
Cannot alter Microsoft SQL Server 2008 Table Object in design mode

C#

How To Manage Windows Service Application on our Local Computer
Last Updated: 4 Aug 2009   Page Views: 2,924   Rating: 4.29/5    Votes: 9   Popularity: 4.09   Bookmark Count: 31
Licence: The Code Project Open License (CPOL)   
This article will demonstrate how we can manage Windows service application on our local computer.
How To Create a Windows Event Log and Write your Custom Message as well
Last Updated: 22 Aug 2009   Page Views: 4,001   Rating: 4.43/5    Votes: 9   Popularity: 4.23   Bookmark Count: 32
Licence: The Code Project Open License (CPOL)   
A simple class to create a Windows event log and write your custom message as well
Generate SQL Script Programmatically
Last Updated: 8 Sep 2009   Page Views: 4,050   Rating: 3.13/5    Votes: 18   Popularity: 3.93   Bookmark Count: 16
Licence: The Code Project Open License (CPOL)   
How to generate SQL object script using C#.NET

VB.NET

An Easy Way to Resize an Image
Last Updated: 9 Jun 2009   Page Views: 6,056   Rating: 3.93/5    Votes: 18   Popularity: 4.93   Bookmark Count: 23
Licence: The Code Project Open License (CPOL)   
This article will show you how to resize an image keeping with the best graphics quality.
Get HTML Source from User Defined Web Address
Last Updated: 31 Jul 2009   Page Views: 3,632   Rating: 4.41/5    Votes: 17   Popularity: 5.42   Bookmark Count: 15
Licence: The Code Project Open License (CPOL)   
A very easy way to get HTML source from user defined web address
A Simple Example of RSS Feed Reader
Last Updated: 1 Aug 2009   Page Views: 3,123   Rating: 4.05/5    Votes: 13   Popularity: 4.51   Bookmark Count: 16
Licence: The Code Project Open License (CPOL)   
This article will demonstrate how to read RSS feeds

VBScript

How to get mobile information using VBScript
Last Updated: 28 May 2009   Page Views: 2,984   Rating: 4.82/5    Votes: 7   Popularity: 4.07   Bookmark Count: 4
Licence: The Code Project Open License (CPOL)   
An easy way to get mobile model number, vendors, screen size etc.

Internet / Network

A Simple But Effective Way to Send an Email using SmtpClient Class
Last Updated: 9 Aug 2009   Page Views: 3,985   Rating: 3.56/5    Votes: 12   Popularity: 3.84   Bookmark Count: 16
Licence: The Code Project Open License (CPOL)   
A simple but effective way to send an email using SmtpClient class

Dialogs and Windows

How to Lock Windows NT Work Station [Tip/Trick]
Last Updated: 6 Nov 2009   Page Views: 166   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0   Bookmark Count: 0
Licence: The Code Project Open License (CPOL)   
Introduction:  How can you lock your Windows NT based Work Station programmatically? To do this you just need a little basic knowledge on how to use user32.dll. Here you will found a function name as LockWorkStation() and you need to know how to call this function. A sample example with the descript

Md. Marufuzzaman


Member
I've been a programmer since mid 1999's using languages like assembler, C/C++, PL/I.

However I'm specialized in databases and database modeling. Mostly I have used products, SQL Server (from version 7.0), DB2 (nowadays an IBM product).

For the past 6 years my main concerns have been dealing with different business processes and how to create software to implement them and consulting different areas on database management and database oriented software design.
Location: Bangladesh Bangladesh


Last Updated 22 Nov 2009
Web20 | 2.2.0175 | Advertise | Privacy
Copyright © CodeProject, 1999-2009
All Rights Reserved. Terms of Use