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

 

Reading Text Files Into Tables with line numbers.
Total Hit (2369) Some times we need to read text file line by line or read a specific line using T-SQL. This article will explain a simple technique using xp_CmdShell stored proc. Let's first create a sample file which we will import into SQL Server table. <b>test.txt</b> «code LangId=999»<Pre>Hello this is a ....Read More
Rating
How to print only the first value in a group of duplicates?
Total Hit (2246)
Rating
How to find the greatest circle distance? Also shows how to do a simple UPDATE loop. Note that the greatest circle formula is an approximation only.
Total Hit (1511)
Rating
Get all objects created before a specified date
Total Hit (2868)
Rating
How to return column list of a specific table using XML XPATH query technique
Total Hit (5470) The following code snippet will produce comma seperated list of column name of a specified table from Northwind Database. «code LangId=6» DECLARE @tblName VARCHAR(100) SET @tblName = 'Northwind.dbo.Customers' -- Or -- -- SET @tblName = 'Customers' SELECT Stuff ....Read More
Rating
How to simplify CHECK constraints? This is an example using some datetime based checks.
Total Hit (1441)
Rating
How to perform case-sensitive search on strings in a case-insensitive server?
Total Hit (1476)
Rating
Stored procedure to take a database in Single User Mode/Multi User Mode
Total Hit (4472) Sometimes it is must to take a specific database in single user mode. The most known issue is database/table or index corruption. To fix this problem you have to run DBCC CHECKDB with REPAIR_REBUILT or REPAIR_FAST option and to do so you have to take your database in single user mode. Here is a ....Read More
Rating
How to generate duplicates of existing rows based on the count value in a column?
Total Hit (1477)
Rating
This is a link to a different site MDX in Analysis Services: Optimizing MDX: Caching and Other Considerations
Total Hit (900) Bill Pearson concludes the Optimizing MDX sub-series with an exploration of caching to optimize MDX queries. He then discusses additional optimization options, including the substitution of external functions and leveraging the database structure, for obtaining optimal performance. ....Read More
Rating
This is a link to a different site How to Do SQL Server Performance Trend Analysis Part 3: Trend Analysis Using Microsoft Excel
Total Hit (1474) This is part three of a four-part tutorial. This part discusses how to use Microsoft Excel to create analysis charts and how to perform trend analysis using Performance Monitor data. Part four will show you how to interpret your results. Read part one. Read part two. ....Read More
Rating
This is a link to a different site Working with SQL Server Date/Time Variables
Total Hit (1905) This is the first article in a series of articles that I will discuss various aspects of working with SQL Server date/time columns. SQL Server has two different date/time columns. They are DATETIME and SMALLDATETIME. This article will define the difference between these two SQL Server date/time data ....Read More
Rating
This is a link to a different site SQL Server 2000 Administration in 15 Minutes a Week: Database Creation Basics
Total Hit (969) Welcome to the fifth article in my series SQL Server Administration in 15 Minutes a Week. Last week we took a look at the SQL Server Enterprise Manager. We learned how to register our SQL Servers, how to organize Servers into groups, and we learned about the databases that are installed by default. ....Read More
Rating
This is a link to a different site Scanning the network for SQL Server for a range of IP addresses
Total Hit (936) In a large IT department, it can be difficult to locate where new SQL Server installations were made and how many of those SQL Servers were patched, etc. This article explains how to scan the entire network for a range of IP addresses to find which boxes have SQL Server instances installed. The OSQL ....Read More
Rating
This is a link to a different site Linked Severs on MS SQL Part 3
Total Hit (1016) In Parts 1 and 2, we introduced the Linked Server. Starting with what a Linked Server is, the benefits to using them, as well as when to avoid them. The Distributed Transaction Coordinator, DTC, was touched on. In addition, our first examples were to create links to an Excel spreadsheet, during whic ....Read More
Rating
This is a link to a different site XML and SQL 2000 (Part 2)
Total Hit (1746) In the first article of the series, I explained the ways of presenting relational data in XML format using the FOR XML clause of the T-SQL SELECT statement. Now it is time to look into the reverse process of inserting XML formatted data into SQL databases using OpenXML function. ....Read More
Rating
This is a link to a different site Data Warehousing Framework
Total Hit (1615) Making better business decisions quickly is the key to succeeding in today's competitive marketplace. Organizations seeking to improve their decision-making ability can be overwhelmed by the sheer volume and complexity of data available from their varied operational and production systems. In respon ....Read More
Rating
This is a link to a different site Using xp_fixeddrives to Monitor Free Space
Total Hit (787) As a DBA one of your responsibilities is to monitor disk space. You always need to make sure you have enough for your databases, database backups and any other types of files you plan to store on your server. If you don't monitor your disk space and make sure you have enough space, eventually one of ....Read More
Rating
This is a link to a different site MDX Essentials - MDX Time Series Functions, Part I: PeriodsToDate() and Kindred Functions
Total Hit (578) This is the ninth article of the series, MDX Essentials. The primary focus of this series is a hands-on introduction to the fundamentals of the Multidimensional Expressions (MDX) language. Each tutorial progressively adds features designed to meet specific real-world needs. ....Read More
Rating
This is a link to a different site SQL Server API Server Cursors
Total Hit (815) Defines the attributes of an API server cursor, such as its scrolling behavior and the statement used to build the result set on which the cursor operates, then populates the cursor. The statement can contain embedded parameters.
Rating
This is a link to a different site Troubleshooting Full-text Search Problems
Total Hit (1728) Should you have problems with full-text search, review this troubleshooting checklist to find potential solutions.
Rating
This is a link to a different site Getting the Wrong Identity in Microsoft SQL Server identity Columns?
Total Hit (571) An Identity column is used in SQL server to create a surrogate key value for a table. This will be a unique identifier usually in sequential order. Starting at some predefined number, the Identity column increments every time a new record is added to the table. For MS Access users, this is comparabl ....Read More
Rating
This is a link to a different site Troubleshooting SQL Server 2000 installation issues
Total Hit (732) Should you have problems installing SQL Server 2000, review this troubleshooting checklist to find potential solutions.
Rating
This is a link to a different site Brief Tutorial on Text, Ntext, and Image
Total Hit (1127) Databases are growing in size and complexity, in part because today's hardware and software allow us to store mind-boggling amounts of data—including multimedia and document data. JPG, PNG, MP3, DOC/RTF, HTML, Unicode, and XML data can all be stored as image, text, or ntext in SQL Server databases. ....Read More
Rating
This is a link to a different site Programming Lookup Transform
Total Hit (3862)
Rating
This is a link to a different site Why won't my transaction log shrink?
Total Hit (2005) Even though you have run DBCC SHRINKFILE and similar steps you may find that the log file will not shrink.
Rating
This is a link to a different site DTS Errors
Total Hit (1041) «LI»"Could not create component categories manager" Or "Could not create an instance of the DTS package" «LI»"DTS WIZARD ERROR: CoCreateInstance - Class not Registered" «LI»"The parameter is incorrect" Or "Invalid class string" Or "The system cannot find the file specified" «LI»"The license fo ....Read More
Rating
This is a link to a different site SSIS Send Mail Task Change SMTP Port
Total Hit (1069) If you need to change the SMTP Port you can't use the 'Send Mail Task' This article will show you alternate way.
Rating
This is a link to a different site Programming Conditional Split Transformation
Total Hit (1410) There may be some circumstances in a sanctuary where it becomes necessary to keep a leash of foxes and a pack of wolves separate so that they must not fight with each other and make things a mess. Similarly, in the database jungle we do the same things by using some conditional statements in order t ....Read More
Rating
This is a link to a different site Deliver User-Friendly Reports from Your Application with SQL Server Reporting Services
Total Hit (985) This article discusses:An introduction to Reporting Services Designing and deploying reports, Using the Reporting Services Web service, Securing reports
Rating


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