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 11 of 24) 708 Result(s) found 

 

How to calculate the previous & current salaries for each employees from rows that contain the start & end date for each salary?
Total Hit (1434)
Rating
How to find first/last record in the group?
Total Hit (4481) Yes this is certainly a common situation where you have to write a query to only extract first or last record from the group. For example you might want to extract only first product from each category. Let's look at some examples. «code LangId=6»Drop table #TempTable Go create table #Te ....Read More
Rating
PRB: 7357/7320 Error While Performing UPDATE, INSERT, or DELETE on Remote Table Using OpenQuery Via Linked Server
Total Hit (8410) «B»PRB: 7357/7320 Error While Performing UPDATE, INSERT, or DELETE on Remote Table Using OpenQuery Via Linked Server«/B» This article applies to… This article was previously published under Q270119 «B»SYMPTOMS«/B» Distributed queries that use the OpenQuery function to update, delete, or i ....Read More
Rating
sp_CrossTab : Stored Procedure to create cross tab output in SQL Server
Total Hit (12697) We know that SQL Server does not have TRANSFORM function or similar functionality which you have in MS Access but here is the stored procedure to make your life easy. «code LangId=6»Use master go drop proc sp_CrossTab go CREATE PROC sp_CrossTab @table AS sysname, -- Table to crosstab @onrow ....Read More
Rating
SQL Server 2000 useful undocumented stored procedures
Total Hit (3892) In this article, I want to tell you about some useful undocumented stored procedures shipped with SQL Server 2000. «B»sp_MSget_qualified_name«/B» The sp_MSget_qualified_name stored procedure is used to get the qualified name for the given object id. Syntax sp_MSget_qualified_name objec ....Read More
Rating
Tricks using a numbers table
Total Hit (1586) Solving most problems using a relational technique is more elegant and better in terms of performance. This script shows few examples that uses a Numbers table to solve some common problems. Keep a table with Numbers & it will prove very handy.
Rating
Storing date & time values separately.
Total Hit (1666) This example shows how date & time values can be stored separately using the SQL data types.
Rating
Stripping Email Address from a text or character value.
Total Hit (1590) This simple example shows a powerful way to manipulate values in text columns. This one can be used to determine the email address from a suitably formatted text value.
Rating
Enumerate the users' rights on a DB's objects
Total Hit (2736) SQL Server provides several security levels, and the control that the system administrators can pursue over the DB's objects is extremely accurate. It's often useful to know which rights each user has. As you might know already, a lot of administrative SQL Server tasks can be performed through the p ....Read More
Rating
The ALL clause can speed up UNION statements
Total Hit (2824) If you omit the ALL clause in an UNION statement, SQL Server must delete duplicate values, which in turn means that it has to sort the two sub-resultsets that have to be combined. Needless to say, this is a time-consuming operation. In most cases, you decide whether to use the ALL clause dependin ....Read More
Rating
Quickly Disable Constraint and Triggers
Total Hit (2007) In a previous article, I covered how to use the sp_msforeachtable system stored procedure to look through a list of tables and perform an action on them. When loading data, nothing can be more frustrating than having to deal with stubborn constraints and triggers. This is especially true when you k ....Read More
Rating
Send E-Mail Without Using SQL Mail in SQL Server.
Total Hit (2851)
Rating
How to use stored proc inside View?
Total Hit (2536) SQL Server allows you to define loopback Linked server. You can execute linked server stored proc using openquery statement. Before you use openquery make sure that 'data access' option is enabled. «code LangId=6»exec sp_serveroption 'binaryworld','data access','true' go create view vw_Who ....Read More
Rating
Get field default values of all tables for current database
Total Hit (1521)
Rating
How to create Format File using BCP command
Total Hit (22024) When you bulk import into a SQL Server table or bulk export data from a table, you can use a format file to store format information for each field in a data file relative to that table. A format file provides a flexible system for writing data files that requires little or no editing to comply with ....Read More
Rating
How to validate an IP address specified as a character string?
Total Hit (1479)
Rating
Stored procedure to generate a simple or complex random password
Total Hit (3032) This procedure generates random passwords using RAND() function. It can be configured to generate a simple or a complex password. You can also customize the length of the password generated. Complex passwords will include upper and lower case letters, numbers and special characters. See the code to ....Read More
Rating
This is a link to a different site The comparison of SQL Server 2000 with MySQL v4.1
Total Hit (889) Often people in newsgroups ask for a comparison of Microsoft SQL Server and MySQL. In this article, I compare SQL Server 2000 with MySQL version 4.1 regarding price, performance, platforms supported, SQL dialects and product limitations.
Rating
This is a link to a different site XML and SQL 2000 (Part 5)
Total Hit (1055) In this article, we will continue exploring different ways of accessing SQL Server data in the XML format via HTTP. As we explained in the previous article, this type of functionality becomes available after creating a virtual directory corresponding to the target database using IIS Virtual Director ....Read More
Rating
This is a link to a different site MDX Essentials: Member Functions: More "Family" Functions
Total Hit (679) This is the sixth article of the series, MDX Essentials. The primary focus of this series is an introduction to MDX. The series is designed to provide hands-on application of the fundamentals of the Multidimensional Expressions (MDX) language, with each tutorial progressively adding features designe ....Read More
Rating
This is a link to a different site Tutorial : Multiphase Data Pump (Field Notes)
Total Hit (625) This is less of a tutorial more a collection of notes hopefully presented coherently about the Multiphase data pump in DTS.
Rating
This is a link to a different site Resolving blocking problems that are caused by lock escalation in SQL Server
Total Hit (2018) Lock escalation is the process of converting many fine-grained locks (such as row or page locks) into table locks. Microsoft SQL Server dynamically determines when to perform lock escalation. When making this decision, SQL Server takes into account the number of locks that are held on a particular s ....Read More
Rating
This is a link to a different site Data Transformation Services (DTS) in Microsoft SQL Server 2000
Total Hit (675) Database administrators often import, export, and transform data in support of tasks such as data consolidation, archiving, and analysis; for application development purposes; and for database or server upgrades. Data Transformation Services (DTS) in SQL Server 2000 provides a set of graphical tools ....Read More
Rating
This is a link to a different site SSIS Programming Basic (VB.net and C#)
Total Hit (1535)
Rating
This is a link to a different site Linked Servers on MS SQL Part 2
Total Hit (977) In Part 1 of this series, we reviewed the purpose and reasons for using linked servers, as well as when not to use them. The first linked server created was to an Excel sheet containing data from the Authors table of the SQL Pubs database. We will now move on to other data sources and security. ....Read More
Rating
This is a link to a different site Minimizing SQL Server Stored Procedure Recompiles
Total Hit (699) This article discusses the reasons that SQL Server 2000 decides to recompile a stored procedure and demonstrates techniques that can be used to minimize recompilation. If your system makes extensive use of stored procedures, minimizing recompilation can give you a nice boost in performance. ....Read More
Rating
This is a link to a different site How can I get a green-bar effect (alternating colors) in a matrix?
Total Hit (917)
Rating
This is a link to a different site Monitor Event Viewer on Multiple SQL Servers
Total Hit (694) Muthusamy Anantha Kumar discusses three methods to monitor SQL Server Event Log on a list of servers and store the output either in a .CSV file or on a database table.
Rating
This is a link to a different site How to Do SQL Server Log Shipping ?
Total Hit (1559) This article is about log shipping, a refined variation of the traditional manual standby failover server process. Its two major benefits over the traditional methods is that it automates most of the manual work and helps to reduce potential data loss even more. ....Read More
Rating
This is a link to a different site How to manipulate the Execute Process task.
Total Hit (805) Here is some code showing how we can dynamically manipulate the Execute Process task. Say we have an executable "c:\PassFile.exe" and it accepts one argument /F which is for a file. We want to be able to pass in whatever file we choose and we also want to be able to set some of the properties of the ....Read More
Rating


(Page 11 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.