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

 

Problem: After installing SQL Server 2005 (Yukon) Query Analyzer Color Coding not working
Total Hit (2405) I had this weird problem after installing SQL Server 2005. Here is few easy steps to fix it. The solution was to re-register a file in the binn folder: sqllex.dll For me, sql server is installed at C:\Program Files\Microsoft SQL Server So, to fix the problem, I did this. 1. Click Start ....Read More
Rating
Advanced lock monitor stored procedure
Total Hit (2895)
Rating
Shrink log files of all user databases
Total Hit (5117) «code LangId=6»declare @ssql nvarchar(4000) set @ssql= ' if ''?'' not in (''tempdb'',''master'',''model'',''msdb'') begin use [?] declare @tsql nvarchar(4000) set @tsql = '''' declare @iLogFile int declare @sLogFileName varchar(55) declare @RecoveryModel nvarchar(10) declare LogFiles cursor ....Read More
Rating
Tricky order by without writing dynamic T-SQL
Total Hit (2479) This example shows you how to write dynamic order by statement without writing Dynamic T-SQL which is required to re-compile the execution plan every time you run it.
Rating
How to perform update on multiple tables of linked server.
Total Hit (2457) This code demonstrates 1) How to write update trigger which checks modification for a specified field (e.g. here DistrictId) 2) How to handle Errors during update 3) How to update data on linked server. 4) How to do update which requires joining tables 5) How to use XACT_ABORT option to handle ....Read More
Rating
Compare datetime variables only to check date
Total Hit (3706)
Rating
Find matching lines in text file using xp_CmdShell without creating any temporary table
Total Hit (2103)
Rating
Display every Nth record.
Total Hit (1494)
Rating
How to transfer BLOB fields like text/image from one server to another in SQL60/65? The same can be done in SQL70 using distributed queries.
Total Hit (2309)
Rating
How to create dynamic query without loosing performance.
Total Hit (1660) We all know that in sql server you can use exec or execute statement to execute dynamic sql statement which can be on the fly but the biggest drawback of executing dynamic query using execute is query plan is not chached by sql server and so you get poor performance if you hitting many tables and se ....Read More
Rating
Minimum value from 4 variables - datetime example.
Total Hit (2070) This scripts shows how to obtain minimum value of four 4 datatime values contained in local variables. This method can be adapted to any datatye supported by the the SQL Server MIN function. This technique basically eliminates the writing of series of IF..ELSE or CASE statements. ....Read More
Rating
Search for combination of column values in different rows.
Total Hit (1577) One solution for searching for combination of column values in different rows. Please see the script for more details & example.
Rating
This is a link to a different site RDBMS Performance Tuning Guide for Data Warehousing
Total Hit (1772) This performance tuning guide is designed to help database administrators and developers configure Microsoft® SQL Server™ 2000 for maximum performance and to assist in determining causes of poor performance of relational databases, including those used in data warehousing. It also provides guideline ....Read More
Rating
This is a link to a different site Linked Servers on MS SQL: Part 1
Total Hit (883) Think of a Linked Server as an alias on your local SQL server that points to an external data source. This external data source can be Access, Oracle, Excel or almost any other data system that can be accessed by OLE or ODBC--including other MS SQL servers. An MS SQL linked server is similar to the ....Read More
Rating
This is a link to a different site How to Do SQL Server Performance Trend Analysis Part 2: Storing Performance Data in SQL Server
Total Hit (1713) This is part two of a four-part tutorial. This part discusses how to use SQL Server to store Performance Monitor log data. Part three will show you how to use Microsoft Excel to analyze the Performance Monitor Data. Part four will show you how to interpret your results. Read Part One. Read Part Thre ....Read More
Rating
This is a link to a different site Overview of .NET Programming Features in SQL Server "Yukon" Beta 1
Total Hit (948) This document covers the .NET common language runtime features of Microsoft® SQL Server™. The document explains basic methods and practices for implementing databased oriented objects, as well as how to use .NET Framework objects within the SQL Server context. ....Read More
Rating
This is a link to a different site XML for Analysis (XMLA) SDK Download
Total Hit (1047) The Microsoft XML for Analysis SDK contains the Microsoft® XML for Analysis provider and sample client applications. The Microsoft® XML for Analysis Provider supports data access to analytical data sources (OLAP and data mining) residing on the Web. This provider implements the XML for Analysis Spec ....Read More
Rating
This is a link to a different site How can I enable users to select "All" as the value of a query parameter?
Total Hit (874)
Rating
This is a link to a different site SQL Server 2000 Administration in 15 Minutes a Week: Basic Installation
Total Hit (1732) Welcome to the second article in my series SQL Server Administration in 15 Minutes a Week. In last week's article, we took a look at an overview of the options and requirements when installing SQL Server 2000. This week we will look at how to perform a basic installation of SQL Server 2000. The topi ....Read More
Rating
This is a link to a different site DTS How to...Transfer Packages between Servers
Total Hit (1058) There are two ways to transfer packages between servers. The simple method is to save packages as COM Structured Storage Files, copy them to the new location, then open and save them to the new server. Whilst this works, it is very tedious when you have a lot of packages. You can automate much of th ....Read More
Rating
This is a link to a different site Textual Searches on Database Data
Total Hit (1907) This chapter describes support for textual queries against data within SQL Server tables. The full-text search concepts are introduced, followed by the form that a full-text search takes and the information that can be retrieved by means of such queries. The internal design and architecture of the f ....Read More
Rating
This is a link to a different site Creating a custom task with a default UI
Total Hit (1444) The Developing a User Interface for a Custom Task entry in Books Online describes how to build your UI from scratch, but there is an easier way to create a UI that has the same look and feel as the stock tasks that ship with SSIS. The Microsoft.DataTransformationServices.Controls assembly expose ....Read More
Rating
This is a link to a different site MDX Essentials: Basic Set Functions: The Filter() Function
Total Hit (1083) This is the sixteenth article of the series, MDX Essentials. The series is designed to provide hands-on application of the fundamentals of the Multidimensional Expressions (MDX) language, with each tutorial progressively adding features designed to meet specific real-world needs ....Read More
Rating
This is a link to a different site MDX in Analysis Services: Optimizing MDX: More on Location, and the Importance of Arrangement
Total Hit (930) This is the eleventh 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 ("Analysis Services,"); our primary focus is the manipulation of multidimensio ....Read More
Rating
This is a link to a different site MDX Essentials: Basic Set Functions: The Intersect() Function
Total Hit (769) This is the fourteenth article of the series, MDX Essentials. The series is designed to provide hands-on application of the fundamentals of the Multidimensional Expressions (MDX) language, with each tutorial progressively adding features designed to meet specific real-world needs. ....Read More
Rating
This is a link to a different site MDX in Analysis Services: Calculated Members: Leveraging Member Properties
Total Hit (751) This is the ninth 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 ("Analysis Services,"); our primary focus is the manipulation of multidimensional ....Read More
Rating
This is a link to a different site Examples of how to Calculate Different SQL Server Dates
Total Hit (592) Every now and then, you need to take the current date and calculate some other date. For instance, you might have an application that needs to determine what date is the first day of the month, or need to know the last day of the month. Now most of you probably already know how to separate the date ....Read More
Rating
This is a link to a different site Indexed Views Basics in SQL Server 2000
Total Hit (1098) Indexes have been a method to improve the performance of SQL queries since the creation of relational databases in the 1970's. You are probably familiar with the ways that indexes can speed query operations at the expense of additional overhead during data inserts, updates, and deletes. Up until rec ....Read More
Rating
This is a link to a different site Build a Web Site Traffic Analysis Cube: Part I
Total Hit (2180) This is the thirteenth 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 d ....Read More
Rating
This is a link to a different site MDX Essentials: MDX Member Functions: "Relative" Member Functions
Total Hit (720) This is the eighth 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 design ....Read More
Rating


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