Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )

This is a link to a different site Locking in SQL Server 7.0
Total Hit (1820) In this article, I want to tell you about general details of SQL Server 7.0 locking, about Transaction Isolation Levels, what kind of Transaction Isolation Level exists, and how you can set the appropriate Transaction Isolation Level, about Lock types and Locking optimizer hints, about Lock Escalati ....Read More
Rating
This is a link to a different site Tame Those Strings! Part 2 - CHARINDEX
Total Hit (721)
Rating
This is a link to a different site Introduction to Database Replication
Total Hit (747) As it relates to SQL Server, replication is a way of keeping data synchronized in multiple databases. Implementing and maintaining replication might not be a simple proposition: If you have numerous database servers that need to be involved in various types of replication, a simple task can quickly ....Read More
Rating
This is a link to a different site Case-Sensitive Comparisons and Sorts on a Case-Insensitive Server
Total Hit (705) Despite the reason(s) you had for setting up your SQL Server case-insensitive, you may occasionally need to do case-sensitive comparisons and sorts. The varbinary data type can accomplish this. Here's a simple table to illustrate:
Rating
This is a link to a different site Setting Up Snapshot Replication: A Step-by-step Guide
Total Hit (741) In this article, I want to tell you about some general Microsoft SQL Server replication topics: replication topologies, replication types, and replication agents. I will also discuss Snapshot replication: how to check necessary conditions for this type of replication and how to backup and restore th ....Read More
Rating
This is a link to a different site Setting Up Snapshot Replication: A Step-by-step Guide
Total Hit (658) In this article, I want to tell you about some general Microsoft SQL Server replication topics: replication topologies, replication types, and replication agents. I will also discuss Snapshot replication: how to check necessary conditions for this type of replication and how to backup and restore th ....Read More
Rating
This is a link to a different site Setting Up Merge Replication: A Step-by-step Guide
Total Hit (730) In this article, I want to tell you about some general Microsoft SQL Server replication's topics: replication topologies, replication types, and replication agents. I will also discuss Merge replication: how to check necessary conditions for this type of replication and how to backup and restore the ....Read More
Rating
This is a link to a different site Data Validation for Merge Replication
Total Hit (625) Microsoft SQL Server 7.0/2000 allows you to validate data for merge replication. You can specify rowcount only validation or rowcount and checksum validation of the article's data. When you choose rowcount only validation, then SQL Server calculates a rowcount at the publisher level, then compares ....Read More
Rating
This is a link to a different site Working with COM Objects from within T-SQL
Total Hit (2218) In this article I want to tell you about how you can work with COM objects from within Transact SQL. You can use OLE Automation Stored Procedures (extended stored procedures with sp_OA prefix) to create a COM object in T-SQL and use that object's methods and properties. Introduction General co ....Read More
Rating
This is a link to a different site Divide and Conquer - Batching Part 1
Total Hit (670) There are many queries and processes that a DBA may perform on an SQL Server that run quickly and efficiently with small amounts of data, but do not scale up when run on large sets of data. The power behind a RDBMS and SQL Server come from the extremely efficient and rapid processing of sets of data ....Read More
Rating
This is a link to a different site DTS How to...Skip Rows during Import
Total Hit (847) Firstly you can skip header rows by using the First Row property of the DataPump Task, see Advanced properties sheet. The Text File Connection also has a Skip Rows property, see file Properties of the Connection.
Rating
This is a link to a different site DTS How to...use and return global variables from the Execute SQL or DataPump Task
Total Hit (1027) For those fortunate enough to have SQL 2000, using and returning global variables with an Execute SQL Task, or using them as part of source statement in the DataPump task is now a standard feature. For those still using SQL Server 7.0 this tedious process, but here are some examples of how it can be ....Read More
Rating
This is a link to a different site DTS How to...Transfer Packages between Servers
Total Hit (1056) There are two ways to transfer packages between servers. The simple method is to save packages as COM Structured Storage Files, copy them to the new location, then open and save them to the new server. Whilst this works, it is very tedious when you have a lot of packages. You can automate much of th ....Read More
Rating
This is a link to a different site DTS Errors
Total Hit (1042) «LI»"Could not create component categories manager" Or "Could not create an instance of the DTS package" «LI»"DTS WIZARD ERROR: CoCreateInstance - Class not Registered" «LI»"The parameter is incorrect" Or "Invalid class string" Or "The system cannot find the file specified" «LI»"The license fo ....Read More
Rating
This is a link to a different site Perform An Unattended Install of MSDE
Total Hit (1229) Perform An Unattended Install of MSDE
Rating
This is a link to a different site SQL Server 2000 Administration in 15 Minutes a Week: Enterprise Manager Introduction
Total Hit (939) Welcome to the fourth article in my series SQL Server Administration in 15 Minutes a Week. Up to this point the series has focused on options, requirements, and the installation process. This week we will start working with the tools provided with SQL Server 2000. The topics for this article include ....Read More
Rating
This is a link to a different site Using SQL Server Cursors
Total Hit (936) In this article, I want to tell you how to create and use server side cursors and how you can optimize a cursor performance. Cursor is a database object used by applications to manipulate data in a set on a row-by-row basis, instead of the typical SQL commands that operate on all the rows in t ....Read More
Rating
This is a link to a different site SQL Server 2000 Administration in 15 Minutes a Week: Advanced Installations
Total Hit (841) Welcome to the third article in my series SQL Administration in 15 Minutes a week. Up to this point we have gone over the requirements for installing SQL Server and we have performed a basic installation. This week I will show you more advanced issues when installing SQL Server. The topics for this ....Read More
Rating
This is a link to a different site OLAP and Data Warehousing - Data in Jail
Total Hit (1618) Please find below the follow-up to the first part in my OLAP and Data Warehousing (The Problem and Solution) series, a series dedicated to the discussion of OLAP and Data Warehousing technologies. A lack of world economic stabilization over the last few years has resulted in a growth of competit ....Read More
Rating
This is a link to a different site SQL Server 2000 Administration in 15 Minutes a Week: Basic Installation
Total Hit (1731) Welcome to the second article in my series SQL Server Administration in 15 Minutes a Week. In last week's article, we took a look at an overview of the options and requirements when installing SQL Server 2000. This week we will look at how to perform a basic installation of SQL Server 2000. The topi ....Read More
Rating
This is a link to a different site Troubleshooting Full-text Search Problems
Total Hit (1729) Should you have problems with full-text search, review this troubleshooting checklist to find potential solutions.
Rating
This is a link to a different site Using a Script to Kill Processes in SQL
Total Hit (1111) Backing up and restoring databases is part of every administrator's job. While performing backups, a number of methods can be used to save time. If a database needs to be moved from one server to another, a backup on one server and a restore on another server is a great method. Some projects require ....Read More
Rating
This is a link to a different site Disabling or Enabling All Constraints of a Table or Database
Total Hit (1190) These procedures are very important to use when you need to load a bulk of data that you know is correct but when you do not need the foreign keys and check constraints to interfere while you are loading the data. This is also the case when you want to change key values and don't want the constraint ....Read More
Rating
This is a link to a different site Introduction to SQL Server 2000 Analysis Services: Creating Our First Cube
Total Hit (861) This is the first article of my new series Introduction to MSSQL Server 2000 Analysis Services, which I hope will help new users get up to speed quickly on this exciting functionality. The series is designed to provide hands-on application of the fundamentals of MS SQL Server 2000 Analysis Services ....Read More
Rating
This is a link to a different site Setting Up Full Text Search: A Step-by-step Guide
Total Hit (1836) In this article, I want to tell you about some general full-text search concepts, including software requirements, the Microsoft Search Service, maintaining full-text indexes, the comparison of full-text indexes with regular SQL indexes, and how to set up full-text search step by step. ....Read More
Rating
This is a link to a different site Introduction to SQL Server 2000 Analysis Services: Parent-Child Dimensions
Total Hit (838) This is the fourth article of the series Introduction to MS SQL Server 2000 Analysis Services. As I stated in the first article, Creating Our First Cube, the primary focus of this series will be an introduction to the practical creation and manipulation of multidimensional OLAP cubes. The series is ....Read More
Rating
This is a link to a different site MDX at First Glance: Introduction to SQL Server MDX Essentials
Total Hit (1375) To get the most out of the MDX Essentials series, we need to have installed at least the Analysis Services component of MSSQL Server 2000. While the full installation of SQL Server 2000 allows for virtually any exercise we might undertake, the majority of our sessions center on Analysis Services, th ....Read More
Rating
This is a link to a different site Using and Building Query Analyzer Templates
Total Hit (703) The Query Analyzer (QA) in SQL Server 2000 is greatly enhanced over the QA in SQL Server 7.0. One of the enhancements, QA templates, can increase your productivity in developing code. QA comes with over fifty canned templates that you can use. Although these templates are useful as they are insta ....Read More
Rating
This is a link to a different site MDX Essentials: Structure of the MDX Data Model
Total Hit (654) This is the second article of the series, MDX Essentials. The primary focus of this series will be an introduction to the MDX language. The series is designed to provide hands-on application of the fundamentals of the Multidimensional Expressions (MDX) language, with each tutorial progressively addi ....Read More
Rating
This is a link to a different site Introducing the SQL Server 'MDX in Analysis Services' Series
Total Hit (625) This is the first tutorial of a new series, MDX in Analysis Services, that I hope will help new users get up to speed quickly with multidimensional expressions (MDX). The series is designed to provide hands-on application of the fundamentals of MDX from the perspective of MS SQL Server 2000 Analysis ....Read More
Rating


(Page 54 of 133) 3968 Result(s) found  ... 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ...

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.