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

 

How to transfer database diagrams to a different database?
Total Hit (2657) Database diagrams are stored in the 'dtproperties' table within the database. So, database diagrams can be transferred to a different database, by transferring the contents of this table. For example , run the following query to transfer the diagram named 'MyTableDesign' from 'pubs' database to ' ....Read More
Rating
Replicating SQL Server 2000 across Heterogeneous Databases
Total Hit (1637)
Rating
How to retrieve rows based on a range? This solution doesn't use temporary tables or cursors.
Total Hit (1518)
Rating
Strip the tags out of a HTML string
Total Hit (1321) A relational technique to strip the HTML tags out of a string. This solution demonstrates how to use simple tables & search functions effectively in SQL Server to solve procedural / iterative problems.
Rating
Stripping individual values from a comma-separated string using SELECT statement only.
Total Hit (2352) SELECT statement that demonstrate how to strip individual values from a comma-separated string. This uses a table of Numbers to solve the procedural problem.
Rating
Make several SQL Server connections partecipate to the same transaction
Total Hit (3385) You can reuse resources from other connections by resorting to two little known SQL Server's stored procedures, which allow several connections to share the same transactional space: sp_bindsession and sp_getbindtoken. In particular the sp_getbindtoken stored procedure lets you retrieve the current ....Read More
Rating
How to perform case-sensitive ordering on case-insensitive servers?
Total Hit (3606) This script demonstrates the COLLATION capabilities in SQL Server 2000.
Rating
How to perform case-sensitive searches on a case-insensitive server/table/column?
Total Hit (2723) This shows some of the cool, powerful techniques of SQL2000 viz. COLLATION, BINARY_CHECKSUM functions.
Rating
Regular Expressions in T-SQL
Total Hit (3950) For this solution we need SQL Server 2000 or higher. Also we need to make sure we have the VBScript.RegExp library on our computer. This should come with most Windows 2000 servers, in the Windows Scripting package. If you are using this on an older version of Windows, you will probably have to downl ....Read More
Rating
This is the solution to the February Reader's Challenge in the SQL Server Magazine.
Total Hit (2470)
Rating
Export table/query to CSV, XLS or TXT format with column headers and custom row/field terminators
Total Hit (3597) If you never used BCP then I think you have not taken it seriously. BCP gives you non-logged functionality which is tremendously faster than logged operations. Many times we have requirements to export data from SQL server to disk file which can be CSV, XLS or text format. Generally people write pro ....Read More
Rating
Rebuild All Indexes
Total Hit (2735)
Rating
How to Use Batch Size to Speed Mass Updates, Inserts and Deletes reducing locks require for operation.
Total Hit (2535) It is often necessary to perform mass updates, inserts, or deletes on a table or tables. If the action involves thousands to millions of rows, performance can bog down and the transaction log can grow very large, consuming much available disk space. In fact, updating millions of rows in one query ma ....Read More
Rating
SQL LiteSpeed - 95% compression and 75% faster than inbuilt SQL Backup
Total Hit (2506) SQL LiteSpeed is advanced backup and recovery software for Microsoft SQL Server 7, 2000 and Yukon. «b»SQL LiteSpeed's integrated high performance compression technology can:«/b» «LI»Reduce your backup storage costs by up to 95% «LI»Reduce backup time by up to 70%. «LI»SQL LiteSpeed provid ....Read More
Rating
This is a link to a different site Using Secure Sockets Layer (SSL) for SQL Server 2000 Reporting Services
Total Hit (1061) Experiment with the security solutions presented here using SSL for SQL Server 2000 Reporting Services before implementing security on your network. (37 printed pages)
Rating
This is a link to a different site Using Reporting Services SharePoint Web Parts in SQL Server 2000 Reporting Services Service Pack 2
Total Hit (1015) This article describes the new SharePoint Web Parts included with SQL Server 2000 Reporting Services Service Pack 2. It includes information about installing the Web Parts, ways to use them, features they support, and troubleshooting procedures. The SQL Server 2000 Report Packs are used as examples. ....Read More
Rating
This is a link to a different site Divide and Conquer - Batching Part 1
Total Hit (672) 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 How to redirect Error Output for Flat File Source
Total Hit (939) http://blogs.msdn.com/sqllive/archive/2008/01/01/sql-server-integration-services-enhancement-sql-server-katmai.aspx
Rating
This is a link to a different site Summarizing Data with ROLLUP
Total Hit (630) Oftentimes, when building Web-based reporting tools we need to show totals and sub-totals for information stored in the database. For example, imagine that you worked at an eCommerce site like Amazon.com that sold products from a variety of categories: books, electronics, clothes, etc. Managers woul ....Read More
Rating
This is a link to a different site Using DiffGrams for XML data modifications (XML and SQL part 9)
Total Hit (1019) In a previous article of this series, I described using bulk loading of XML data with scripting interfaces included in the SQLXML version 2.0 and later. Now, we are going to explore another feature introduced in SQLXML version 2.0 (and enhanced in the version 3.0) called Diffgrams. ....Read More
Rating
This is a link to a different site MDX Time Series Functions, Part II: The OpeningPeriod () and ClosingPeriod() Functions
Total Hit (652) This is the tenth 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 How to Schedule a Job Programatically with VB
Total Hit (839) First off, set a reference to Microsoft SQL-DMO in your VB project. You will need to have SQL Server 7 installed on your box for this. I haven't tried this under SQL 2000 or SQL 6.5
Rating
This is a link to a different site Business Case Solutions Using MDX
Total Hit (869) The purpose of the Multidimensional Expressions (MDX) language is to make access to multidimensional data more concise and efficient. However, because MDX reflects the natural complexity of multidimensional data structures, simple business questions may sometimes require complex MDX solutions. ....Read More
Rating
This is a link to a different site Importing a Named Range From Microsoft Excel
Total Hit (1727) On the newsgroups recently there has been a great deal of interest in importing data from Microsoft Excel into SQL Server using DTS. One of the questions that caught my eye was "How do I import values from cells from anywhere on the page?". You can do this using Named Ranges in the Excel spreadsheet ....Read More
Rating
This is a link to a different site Tutorial : How to Use Lookups in DTS
Total Hit (613) When you see people in the newsgroups answering a question with a query and the query includes a question mark then you may be forgiven for thinking that the person who is replying doesn't know what value goes in here. Here we present a different answer and yes you guessed it the solution we present ....Read More
Rating
This is a link to a different site Working with SQL Server Date/Time Variables: Part Two - Displaying Dates and Times in Different Formats
Total Hit (1887) In my first article in this series, I discussed different aspects of entering date/time data into SQL Server DATETIME and SMALLDATE columns. This article will expand my discussion of date/time data by exploring how to use different SQL Server functions to display dates and times in different formats ....Read More
Rating
This is a link to a different site SQL Server 2000 Active Directory Integration
Total Hit (1904) SQL Server 2000 was designed to operate as an integral part of the Windows 2000 domain environment. Unfortunately, the new features that best exemplify this integration are rarely taken advantage of. The purpose of this article is to present their overview. ....Read More
Rating
This is a link to a different site Introduction to SQL Server 2000 Analysis Services: Parent-Child Dimensions
Total Hit (840) 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 Cubes: ProClarity Professional, Part I
Total Hit (1186) This is the nineteenth 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, manipulation and use of multidimensional OLAP cubes. The series ....Read More
Rating
This is a link to a different site Why can't I read the Password property from a DTS Connection?
Total Hit (611) The Password of a DTS connection will return a zero length string from SQL Server 7.0 Service Pack 2 onwards.
Rating


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