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

 

How to recover database from suspect mode?
Total Hit (26305) Sometime your database may go into suspect mode. A database can be marked suspect for one of the following reasons (this is from SQL Server Books Online): «code LangId=0»If one or more database files are not available. If the entire database is not available. If one or more database files are ....Read More
Rating
How to strip money values from a specifically formatted string: "n...-X..."? n... indicates the money value with varying lengths & decimal points also. X... indicates the alpha-numeric string after the money value
Total Hit (1467)
Rating
Useful Stored Proc to get Foreign Key Information of any DB for any table(s)
Total Hit (2461) «code LangId=6»Create proc spFKInfo @TableName varchar(100)='%', @DBName varchar(100)='Northwind' as declare @sql varchar(max) set @sql=' SELECT RELATION= FK.TABLE_SCHEMA + ''.'' + FK.TABLE_NAME + ''.'' + CU.COLUMN_NAME + '' -> '' + PK.TABLE_SCHEMA + ''.'' + PK.TABLE_NAME + ''. ....Read More
Rating
Strip dirty characters from a numeric string.
Total Hit (1732) A technique to search & remove dirty characters from a numeric string. This problem shows how you can simplify the solution by looking at only what is needed.
Rating
Complex grouping problem. How to group records by minimum of field1 , minimum of field2 and maximum of field3 ...
Total Hit (1498) In this example we assume that we have 3 hotels and their codes are AIR, PID, ZLM. For each property we have multiple rates for each week and this rate should be picked up on the basis of sellorder -> seasonlength -> rate . We have multiple seasonnumber for each week but only one season rate should ....Read More
Rating
How to compare rows in tables without writing a SELECT with all the conditions? Can be used for simple dirty work & of course if you are lazy to type.
Total Hit (2393)
Rating
Conditional Firing of Triggers.
Total Hit (2078) This sample shows how you can conditionally fire triggers. This example shows how to suppress the trigger logic while inserting data from a SP & allowing other inserts to go through fine. A SQL6x/70/2000 version of the example is shown first & another one using the SQL70/2000 cursor function is show ....Read More
Rating
mark the stored procedure to automatic execution
Total Hit (2758) You can use the sp_procoption system stored procedure to mark the stored procedure to automatic execution when the SQL Server will start. Note. Only objects in the master database owned by dbo can have the startup setting changed and this option is restricted to objects that have no parameters. ....Read More
Rating
This is a link to a different site Implementing CRUD Operations Using Stored Procedures: Part 2
Total Hit (547) In database terms, CRUD stands for the four essential database operations: Create, Read, Update and Delete. To create a high performance system, these four operations should be implemented by stored procedures, each procedure implementing one of the four operations. This is the second in a two part ....Read More
Rating
This is a link to a different site Analysis Services: Choosing Dimension Types in SQL Server 2000 Analysis Services
Total Hit (1011) This paper describes how and when to use the variety of dimension types available in Microsoft SQL Server 2000 Analysis Services.
Rating
This is a link to a different site Implementing Error Handling with Stored Procedures
Total Hit (630) This is one of two articles about error handling in SQL Server. This article gives you recommendations for how you should implement error handling when you write stored procedures, including when you call them from ADO.
Rating
This is a link to a different site Optimizing SQL Server Performance Using Files and Filegroups
Total Hit (1727) There are no devices or segments in SQL Server 7.0 and SQL Server 2000, as there were in SQL Server 6.5. Now databases reside on operating-system files.
Rating
This is a link to a different site Wrox Press - Professional SQL Server 2000 Data Warehousing With Analysis Services (Programming Analysis Services)
Total Hit (1424) Although there are several resources available to easily query and present OLAP data using simple user tools, custom-developed solutions can be constructed to include both simple and advanced OLAP reporting features. In this chapter we will cover the following topics in the context of custom program ....Read More
Rating
This is a link to a different site Using Microsoft SQL Server Constraints
Total Hit (1255) In this article, I want to tell you about SQL Server constraints: what a constraint is, when it is used and for which purposes. You can find in this article some examples of constraint creation and SQL Server 2000 constraints enhancements.
Rating
This is a link to a different site How can I give my users the ability to dynamically select fields on which to group within a report?
Total Hit (894)
Rating
This is a link to a different site Introduction to MSSQL Server 2000 Analysis Services: Using Calculated Cells in Analysis Services, Part I
Total Hit (1022) This is the seventeenth 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 ....Read More
Rating
This is a link to a different site SQL Server "Yukon" Beta 1 Transact-SQL Enhancements
Total Hit (940) This white paper introduces several of the new enhancements to Transact-SQL in Microsoft SQL Server "Yukon" Beta 1. These new features can increase your expressive power, the performance of your queries, and your error management capabilities. This paper focuses mainly on relational enhancements tha ....Read More
Rating
This is a link to a different site How to Do SQL Server Performance Trend Analysis Part 4: Interpreting Performance Monitor Counters.
Total Hit (2220) In the previous three parts of this tutorial, you learned how to use Performance Monitor to collect SQL Server-related performance data, store it in SQL Server, and how to perform trend analysis on it. Now it is time to take a look at how to interpret the data you have collected. ....Read More
Rating
This is a link to a different site Encrypt and Decrypt Data in Yukon
Total Hit (1066) Reports of more than 2 million credit card numbers stolen from merchants and data brokers in early 2005 brought about the expected knee-jerk reaction from federal lawmakers— new legislation that proposes to protect individuals against identity theft, such as the "Comprehensive Identity Theft Protect ....Read More
Rating
This is a link to a different site MDX in Analysis Services: Intermediate Concepts - Part 2
Total Hit (913) This is the third tutorial article of the series, MDX in Analysis Services. The series is designed to provide hands-on application of the fundamentals of MDX from the perspective of MS SQL Server 2000 Analysis Services (to which I will refer in most cases as simply "Analysis Services," to save time ....Read More
Rating
This is a link to a different site Looping, Importing and Archiving
Total Hit (667) One of the most common things asked for by people using DTS is the ability to loop through a directory and process files along the way. This is how I do it. Although it may look a little complicated for what is quite an easy task it isn't trust me.
Rating
This is a link to a different site Report Definition Language Specification
Total Hit (1016) In today's database reporting market, most vendor applications use a proprietary format for representing the definition of a report. In addition, vendors that provide a report execution environment usually only support their own design tools. For customers, this means that reports cannot be easily m ....Read More
Rating
This is a link to a different site Estimating the Size of a Table with a Clustered Index
Total Hit (1013) Steps shown in this article can be used to estimate the amount of space required to store the data and any additional nonclustered indexes on a table that has a clustered index.
Rating
This is a link to a different site Programming forloop container
Total Hit (3910)
Rating
This is a link to a different site Linked Servers : An overview
Total Hit (1948) Linked servers provide connectivity to external data sources, allowing you to access data and run procedures in SQL Server other than the one you are currently running on.
Rating
This is a link to a different site SQL Server: Calculating Running Totals, Subtotals and Grand Total Without a Cursor
Total Hit (943) If you have ever had the need to show detailed data of individual transactions and also keep a running total, subtotals, and grand total columns at the same time, but were not exactly sure how to tackle the problem then this article might help. In this article I will show you a few different techniq ....Read More
Rating
This is a link to a different site Random Sampling in T-SQL
Total Hit (784) Imagine a company with a data warehouse that contains tens of millions of records on individuals. The analysts want to use it to do statistical analysis or data mining. Because it can be time-consuming to work with such a large number of records, analysts often select a small, random subset of recor ....Read More
Rating
This is a link to a different site A Comparison of SQL Server 2000 with Access 2000
Total Hit (1014) Often people in newsgroups ask about some comparison of Microsoft SQL Server and Microsoft Access. In this article, I compare Microsoft SQL Server 2000 with Microsoft Access 2000 regarding hardware and software requirements, price, features and products limits. ....Read More
Rating
This is a link to a different site Perform An Unattended Install of MSDE
Total Hit (1228) Perform An Unattended Install of MSDE
Rating
This is a link to a different site Developing with English Query
Total Hit (794) It is easy enough to build a query form that allows users to search based on one or two fields, but it is much more difficult to build form-based Web pages that allow searches across multiple tables and multiple fields. A more flexible search is difficult to implement (there are many problems beyond ....Read More
Rating


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