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

 

Stored procedure to generate a simple or complex random password
Total Hit (3035) 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
sp_CrossTab : Stored Procedure to create cross tab output in SQL Server
Total Hit (12704) 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 (3894) 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
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 (2008) 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
How to search for strings within XML tags?
Total Hit (1509)
Rating
Updating a table from another table
Total Hit (1558) As the article title suggests, an UPDATE statement is able to reference data in other tables. This is done using a FROM clause. Let's use the Northwind database as our example here. A usual update statment to update a product's list price might look something like this. «Code LangId=6» UPDATE P ....Read More
Rating
How to use the CHECKSUM function to find orphan rows & duplicates?
Total Hit (3138)
Rating
Stored procedure which displays current or archived SQL Server Log
Total Hit (2997)
Rating
Copy text or image into or out of SQL Server
Total Hit (7345) In this article, I want to show, how you can copy a single text or image value into or out of SQL Server by using the textcopy.exe utility. You can find this utility in the directory containing the standard SQL Server EXE files (C:\Mssql\Binn for SQL Server 6.5, by default and C:\Mssql7\Binn for SQL ....Read More
Rating
How to configure E-Mail Subscription with SQL Reporting Services.
Total Hit (4911) When you install reporting services it will ask you for SMTP settings. If you skip those settings then probabbly when you create new subscription you will only see "file share" option. In order to enable "Email Subscription" you need to do couple of steps. 1. open the RSReportServer.config fil ....Read More
Rating
Grouping Problem: How to get single record from group with minimum value of one field?
Total Hit (2600) Assume that you have multiple record of customer transactions but you only want one record for each customer with minimum transaction date field... How would you do it ???? Please check the following query «code LangId=6»create table #tmp(cust_code varchar(10),cdate datetime,amount money) ....Read More
Rating
search and replace substring
Total Hit (2950)
Rating
Choosing a replication type
Total Hit (2052)
Rating
This is a link to a different site Log Shipping
Total Hit (702) It is 2 PM on a record business day. The Microsoft® SQL Server™ 2000 server housing your mission-critical customer database experiences a disk failure. What do you do? When was the last known good backup? Is there another server available to restore the backup onto? Is SQL Server even on that server ....Read More
Rating
This is a link to a different site Where can I find more DTS information and samples?
Total Hit (2144)
Rating
This is a link to a different site Using Forms Authentication in Reporting Services
Total Hit (1010) Learn about Reporting Services security extensions with a primary focus on Forms Authentication. In addition, download and deploy a sample Forms Authentication extension for Reporting Services. (23 printed pages)
Rating
This is a link to a different site Yukon Basics: XML, T-SQL, and the CLR Create a New World of Database Programming
Total Hit (1037) The next version of SQL Server, code-named "Yukon," includes quite a few enhancements and expanded language support. For example, Transact-SQL now conforms more closely to the ANSI-99 SQL specification and makes querying more flexible and expressive. Yukon can execute user-defined functions, stored ....Read More
Rating
This is a link to a different site Sequential Numbering/Counting of Records with SQL Server
Total Hit (669) Microsoft SQL server does not support a method of identifying the row numbers for records stored on disk, although there are a number of different techniques to associate a sequential number with a row. You might want to display a set of records where each record is listed with a generated number th ....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 How can I dynamically set the Access System Database
Total Hit (669) You can easily change the filename for an Access database connection using the Dynamic Properties Task in SQL Server 2000. Unfortunately the property selection dialog does not allow access to the system database property (Jet OLEDB:System database) which you need to specify correctly when accessing ....Read More
Rating
This is a link to a different site A better Soundex code
Total Hit (1039) Terms that are often misspelled can be a problem for database designers. Names, for example, are variable length, can have strange spellings, and they are not unique. American names have a diversity of ethnic origins, which give us names pronounced the same way but spelled differently and vice versa ....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 Data Transformation Services (DTS) in Microsoft SQL Server 2000
Total Hit (676) 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 (1538)
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 (921)
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 Resolving blocking problems that are caused by lock escalation in SQL Server
Total Hit (2021) 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


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