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

(Page 16 of 24) 708 Result(s) found 

 

How to get the data, tools & SQL path when there are several instances on the same server?
Total Hit (3410) The system SP used in this script is undocumented & needs to be used with care.
Rating
Finding gaps in sequential numbers.
Total Hit (2819) A simple JOIN that will determine gaps in a set of sequential values. This query will basically give the sequence number after which a gap is present.
Rating
How to retrieve individual octets from an IP address?
Total Hit (2327)
Rating
HOW TO: Identify Your SQL Server Service Pack Version and Edition
Total Hit (3714)
Rating
Get table size and number of records for all tables in the specified database
Total Hit (2964) «code LangId=6»/* This stored procedure can be used to get the size of all users tables in the particular database with the number of their rows. You should simply pass the database name, as in the example below (if the database name was not specified, the current database will be used): EXEC ....Read More
Rating
How to implement simple transaction in SQL Server
Total Hit (2157) Transactions group a set of tasks into a single execution unit. Each transaction begins with a specific task and ends when all the tasks in the group successfully complete. If any of the tasks fails, the transaction fails. Therefore, a transaction has only two results: success or failure. Incomplete ....Read More
Rating
How to enable SSL encryption for SQL Server 2000
Total Hit (2591) This step-by-step article demonstrates how to install a certificate on a computer that is running SQL Server 2000 by using Microsoft Management Console (MMC) and describes how to enable SSL Encryption at the server, or for specific clients. «a href='http://support.microsoft.com/?id=316898'»http:/ ....Read More
Rating
How to convert TIMESTAMP values to numeric?
Total Hit (11219)
Rating
Yet another pivot table example
Total Hit (1574)
Rating
Finding average of top 3 scores for each player.
Total Hit (2336) Solution for determining the top 3 scores for each player in a game. This script demonstrates several SQL techniques both ANSI & T-SQL specific.
Rating
This is a link to a different site Skip the execution of an individual Task
Total Hit (672) It is easy to build a nice linear workflow path using the DTS designer, but unfortunately our processes are not always that simple. In certain circumstances you may wish to skip a task. This is where the power of workflow can be used, but unfortunately it is not available graphically through the des ....Read More
Rating
This is a link to a different site Read DTS and SSIS Packages Programatically.
Total Hit (1375) Reading a DTS/SSIS programmatically helps a lot in doing impact analysis. Consider a scenario in which all the packages containing a particular table or stored procedure need to identified. Let me give another usage scenario for this. The sql native clinet provider SQLNCLI.1 is no longer supported i ....Read More
Rating
This is a link to a different site Optimizing Microsoft SQL Server Analysis Services: Optimization Tools: The Storage Design Wizard
Total Hit (1028) This is the first article of the series, Optimizing MSSQL Server Analysis Services. The primary focus of this series will be the introduction of optimization tools and concepts for MSSQL Server Analysis Services ('MSAS'). The series is designed to provide hands-on application of the fundamentals of ....Read More
Rating
This is a link to a different site XML and SQL 2000 (Part 6)
Total Hit (1199) In the previous article, I explained the meaning of the "Allow posted updategrams" and "Allow template queries" options on the Settings tab of the Virtual Directory Properties dialog box in IIS Virtual Directory Management for SQL Server tool. I also presented examples of taking advantage of these o ....Read More
Rating
This is a link to a different site Bulk Export Task
Total Hit (675) The DTS Bulk Export Task was originally conceived in response to a problem with the OLE-DB provider for text files. For more details see DataPump truncates delimited fields to 255 characters. Whilst this problem can be fixed quite easily the Bulk Export Task still offers some benefits over the DataP ....Read More
Rating
This is a link to a different site SQL Server 2000 DTS Part 3 - DTS Designer Connections
Total Hit (1959) In our previous article of this series, we presented a way of creating DTS packages with wizards. Despite its simplicity, this approach has some limitations, which you can overcome in two ways - by using DTS Designer or by manipulating DTS object model with programming languages, such as Visual Basi ....Read More
Rating
This is a link to a different site Creating packages in code – Execute SQL Task
Total Hit (1656) The Execute SQL Task is for obvious reasons very well used, so I thought if you are building packages in code the chances are you will be using it. Using the task basic features of the task are quite straightforward, add the task and set some properties, just like any other. When you start interacti ....Read More
Rating
This is a link to a different site Introduction to MSSQL Server 2000 Analysis Services: MSAS Administration and Optimization: Simple Cube Usage Analysis
Total Hit (1229) This is the fifteenth article of the series, Introduction to MSSQL Server 2000 Analysis Services. As I stated in the first article, Creating Our First Cube, the primary focus of this series is an introduction to the practical creation and manipulation of multidimensional OLAP cubes. The series is de ....Read More
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 Single Database or Multiple Databases
Total Hit (1334) Which is the way to better performance with Microsoft SQL Server 7.0: using a single database with lots and lots of tables or logically grouping data into multiple databases each with a significantly fewer number of tables? The system is comprised of one server with two hard drives that are mirrored ....Read More
Rating
This is a link to a different site Working with SQL Server Date/Time Variables: Part Three - Searching for Particular Date Values and Ranges
Total Hit (579) All applications need to retrieve data in SQL Server tables based on DATETIME and/or SMALLDATETIME columns. In your particular application, you may need to select records that were entered on a particular date. On the other hand, you might need to select a set of records that have a DATETIME column ....Read More
Rating
This is a link to a different site Identifying Stored Procedure Recompilation Problems in SQL Server 2000
Total Hit (703) Around 1980 when relational databases and I were both young, I was told that the time to parse the SQL statement and create the search plan took about 50 percent of the time required to execute a SQL query. Most of this was consumed by CPU time for parsing and plan creation. The other 50 percent was ....Read More
Rating
This is a link to a different site Storage Engine Capacity Planning Tips
Total Hit (1749) The I/O subsystem (storage engine) is a key component of any relational database management system (RDBMS). A successful RDBMS implementation requires careful planning at the early stages of the project. The storage engine comprises much of this planning, including what hardware to purchase, how to ....Read More
Rating
This is a link to a different site Benchmarking Performance of a Query - Part 2 CPU and I/O
Total Hit (2100) This is the second article in a series discussing benchmarking T-SQL query performance. The first article in this series discussed different methods of capturing the elapsed time of a T-SQL batch, pieces of a batch, or a single T-SQL statement. This article will discuss how to determine the amount o ....Read More
Rating
This is a link to a different site Reducing SQL Server Index Fragmentation
Total Hit (2678) When you perform any data modification operations (INSERT, UPDATE, or DELETE statements) table fragmentation can occur. When changes are made to the data that affect the index, index fragmentation can occur and the information in the index can get scattered in the database. Fragmented data can cause ....Read More
Rating
This is a link to a different site Scalability and High Availability of Microsoft SQL Server 2000 (Part 4)
Total Hit (1050) While clustering (covered in the first two parts of this series) provides high availability and distributed partitioned views (presented in the part three) helps increasing scalability, log shipping, discussed in this article, combines both types of functionality. As far as high availabilty is conce ....Read More
Rating
This is a link to a different site Scalability and High Availability of Microsoft SQL Server 2000 (Part 3)
Total Hit (1029) In the first two articles of the series, I described concepts and implementation details of SQL Server 2000 clustering. Clusters are used primarily to provide high availability through their support for failover. In this article, we will look into Distributed Partitioned Views, which are intended fo ....Read More
Rating
This is a link to a different site Managed UDTs Let You Extend the SQL Server Type System
Total Hit (1006) The next version of SQL Server, code-named "Yukon," will offer enhanced support for user-defined types (UDTs). Because UDTs can be managed by the CLR, you can represent a wide variety of data structures to create types not possible with previous versions of SQL Server. With UDTs you can more precise ....Read More
Rating
This is a link to a different site Open File Dialog Custom Task
Total Hit (1137) If you run packages manually and want the ability to select a file through a GUI, this is for you. This is a simple custom task that pops up a standard windows open file dialog box when executed. It assigns the chosen filename to a global variable for use within the package. ....Read More
Rating
This is a link to a different site Can anyone tell me how to enable¦disable the display of the Master, Model, and Tempdb databases in Enterprise Manager?
Total Hit (1114)
Rating


(Page 16 of 24) 708 Result(s) found  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24

Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.