Optional parameters in Stored Procedure

MS SQL Server, Programming, Windows No Comments »

Introduction

When you create a store procedure on Microsoft SQL Server with some input parameters, sometimes you don’t want to assign all of parameters (optional parameters) so you need to specify default value for the parameters. Otherwise, it shows error when execute the store procedure.

Read the rest of this entry »

SQL Server 2005 Training, Day 1, Part II

MS SQL Server, Programming, Windows No Comments »

Introduction

This part contents mostly concerns coding on VB.NET which will interacts with SQL server on pubs database. The sample database can be download at SQL2000SampleDb. You do not need to complete Part I before.

Read the rest of this entry »

Accessing SQL Server on NetBeans using JDBC, Part III: Troubleshooting

Java, MS SQL Server, NetBeans, Programming, Tutorials, Windows 2 Comments »

This post is the last part which gathers common problems along with solutions about accessing SQL Server using JDBC on NetBeans. By defer posting this a few months, I found many problems that may occur from many people and also solutions. So this post will benefit people who want to develop application to connect a SQL Server using JDBC and have problem with it.

Read the rest of this entry »

SQL Server 2005 Training, Day 1, Part I

MS SQL Server, Programming, Windows 1 Comment »

Introduction

I have been trained SQL Server 2005 several months ago but I haven’t time to summarize yet so I’m going to write as much as possible. The training course concerns about using MS SQL Server 2005 with MS Visual Studio Visual Basic.NET so some part may contains source code in VB.NET. Most of contents will express using example and figure if you need reference or more detail of functions, you can try search at MSDN, Microsoft.com. I hope that these may be useful for programmers to review.
The training consumes 5 days so I’ll categorize this by days and also separate each day into 2 parts because it’s quite long. Read the rest of this entry »

Accessing SQL Server on NetBeans using JDBC, Part II: Perform SQL Operations

Java, MS SQL Server, NetBeans, Programming, Tutorials, Windows 22 Comments »

From Part I, I have only established a connection with local SQL Server. Next I’ll show how to retrieve and modify data on remote SQL Server.

Read the rest of this entry »

Accessing SQL Server on NetBeans using JDBC, Part I: Create a connection

Java, MS SQL Server, NetBeans, Programming, Tutorials, Windows 75 Comments »

Introduction

This tutorial show you how to use NetBeans to connect SQL Server (2000 and 2005) by using Microsoft SQL Server JDBC Driver.

Read the rest of this entry »

Powered by WordPress | WP Theme & Icons by N.Design Studio

Entries RSS Comments RSS Log in