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 127 of 133) 3985 Result(s) found 

 

SQL Server Reporting Services WebCasts
Total Hit (2720) All bold links are reporting services related webcasts «code LangId=999»<table dir="ltr" cellSpacing="0" cellPadding="0" width="100%" border="0" id="table1"> <tr vAlign="top"> <td dir="ltr" width="100%"> <div class="clsDocBody" id="pageContainer"> <table id="table2" style="WIDTH: 100% ....Read More
Rating
Using INFORMATION_SCHEMA views to get schema information (i.e. tables, columns, primary keys, foreign keys ...)
Total Hit (4416) INFORMATION_SCHEMA is ANSI standard and most of modern RDBMS support it. You can use INFORMATION_SCHEMA views can be used to get various schema information i.e. Table information Column information Primary Key information etc. <b>How to get list of tables</b> «code LangId=6»SELECT * ....Read More
Rating
How to create audit triggers?
Total Hit (2304) This article will show you the most easiest way to audit your data changes for a specific table in sql server. I will show you, how to use <Code>DBCC INPUTBUFFER</Code> command to capture some valuable audit information when update/insert/delete occurs. Step-By-Step Example - Run the follow ....Read More
Rating
How to create dynamic query without loosing performance.
Total Hit (1656) 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
Serverside Paging using dynamic T-SQL
Total Hit (2027) This stored Procedure can page records for any specified query. «code LangId=6» SET QUOTED_IDENTIFIER OFF GO SET ANSI_NULLS ON GO /* Description: Page a query. Query can have order by clause or it can pass separate orderby parameter Examples: ========================= [1] Defau ....Read More
Rating
Backup and Restore of SQL Server database using easy script.
Total Hit (2769) In this article I will show you the most common backup/restore commands. - How to take full backup of a SQL Server database. - How to resore full backup over the existing/new database. - How to restore full backup at different path over existing/new database. <b>How to take full backup of a ....Read More
Rating
Export table/query to CSV, XLS or TXT format with column headers and custom row/field terminators
Total Hit (3589) 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
Check job status using T-SQL
Total Hit (4880) You can use the following stored proc to retrive status of SQL Server job. If user executing this SP is not in sysadmin then make sure that user has "Select" permission on <Code>msdb..sysjobs</Code> table and execute permission on <Code>master.dbo.xp_sqlagent_enum_jobs</Code> extended stored pro ....Read More
Rating
How to find first/last record in the group?
Total Hit (4481) Yes this is certainly a common situation where you have to write a query to only extract first or last record from the group. For example you might want to extract only first product from each category. Let's look at some examples. «code LangId=6»Drop table #TempTable Go create table #Te ....Read More
Rating
Stored procedure to Send SMTP mail from SQL SERVER 2000 (With very long email text, multiple attachments support)
Total Hit (9860) This article will show you how to use CDOSYS library (Provided with most of windows versions including win 2000, xp, 2003) to send mails from sql server. I have created a COM component so you can send emails with long body text. «code LangId=6»use master go /* Copyright © 2005 Nayan ....Read More
Rating
Error=[Microsoft ][odbc sql server driver] I/O error while reading BCP file format
Total Hit (6972) I was getting the follwoing error when used BCP format file. <font color=red>sql state s1000, native error=0 Error=[Microsoft ][odbc sql server driver] I/O error while reading BCP file format</font> I was sure that I used a correct BCP file format as shown below. I used a format file sh ....Read More
Rating
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
This is a link to a different site Importing and Exporting Data with SQL Server
Total Hit (1267) Transferring data, whether into or out of a database, can be a complex process. SQL Server provides several tools that help you in a variety of situations, including the Bulk Copy Program, the Select statement, the Transfer Manager, and Query results. This chapter examines those options, and times w ....Read More
Rating
This is a link to a different site Arrays and Lists in SQL Server
Total Hit (767) In the public forums for SQL Server, you often see people asking How do I use arrays in SQL Server? Or Why does SELECT * FROM tbl WHERE col IN (@list) not work? This text describes several methods to do this, both good and bad ones. I also present data from performance tests of the various methods. ....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 SQL Server 2005 Secures Your Data Like Never Before
Total Hit (717) Right out of the box, SQL Server 2005 does not install many of its services (such as SQL Server Reporting Services) or does not have features turned on by default (.NET integration), thereby reducing the attack vectors that hackers could use to compromise your data security. ....Read More
Rating
This is a link to a different site SQL Server 2000 FullText Search Service: How to set up and Query with Indexing Service
Total Hit (1130) If you have a discussion forum or other database - enabled service on your site that accumulates significant amounts of textual data, and you want to provide users with a powerful way to search this content based on words or sentences, then the SQL Server Fulltext query engine could be just the thin ....Read More
Rating
This is a link to a different site Business Intelligence with Microsoft SQL Server Reporting Services - Part 1
Total Hit (959) Business Intelligence is a thriving discipline in the marvelous era of computing we live in. It's the process of analyzing and exploring the information, trends and patterns hidden in data. BI escalates the business roadmap and facilitates business users to deliver better strategic solutions. This p ....Read More
Rating
This is a link to a different site Business Intelligence with Microsoft SQL Server Reporting Services - Part 3
Total Hit (936) Reporting Services exposes web methods via XML web services to facilitate cross platform reports management and delivery. It's a simple SOAP based API makes it very easy to add full functionality of reporting services in your application. It provides a set of rendering and viewing functions as well ....Read More
Rating
This is a link to a different site Business Intelligence with Microsoft SQL Server Reporting Services - Part 2
Total Hit (1075) Not all reports are static, most of the enterprise reports are data driven or parameterized. In the following section I'm adding two variables, startdate and enddate in the Orders Report. These arguments will be used to filter the data being queried from orders table. ....Read More
Rating
This is a link to a different site SQL Server 2005 Full-Text Search: Internals and Enhancements
Total Hit (987) The full-text search feature of Microsoft SQL Server 2005 delivers enterprise search functionality integrated into the database. Significant enhancements in the areas of performance, manageability, and functionality deliver best-of-breed search capabilities for applications of any size. This pap ....Read More
Rating
This is a link to a different site Building Search Applications for the Web Using Microsoft SQL Server 2000 Full-Text Search
Total Hit (1042) The Full-Text Search feature of Microsoft® SQL™ Server 2000 allows you to perform fast and flexible queries against indexes built on unstructured text data. A common use of Full-Text Search is that of the search engine for web sites. There are a number of concepts and abstractions that are useful in ....Read More
Rating
This is a link to a different site Statistics Used by the Query Optimizer in Microsoft SQL Server 2000
Total Hit (697) Describes what data is collected, where it is stored, and which commands create, update, and delete statistics about indexes and column data stored in the Microsoft SQL Server 2000 database. These statistics are used by the SQL Server query optimizer to choose the most efficient plan for retrieving ....Read More
Rating
This is a link to a different site Using Secure Sockets Layer (SSL) for SQL Server 2000 Reporting Services
Total Hit (1057) 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 Forms Authentication in Reporting Services
Total Hit (1008) 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 Tutorial: Creating an Ad Hoc Report Application with Reporting Services
Total Hit (999) New to .NET programming or Reporting Services? Get step-by-step instruction on creating a .NET application to create and publish reports using the Reporting Services API. (43 printed pages)
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
This is a link to a different site Microsoft Reporting Services in Action: Extending Microsoft SQL Server 2000 Reporting Services with Custom Code
Total Hit (1030) This article presents an excerpt from the book, Microsoft Reporting Services in Action, by Teodor Lachev. Learn how to implement advanced report functionality using custom code. (28 printed pages)
Rating
This is a link to a different site Working with Reporting Services Using Microsoft Sharepoint
Total Hit (1354) There are many instances in which the business process requires executive reports or some company performance reports to show up on intranet sites. Companies do use different portals to build their intranet sites. Microsoft’s SharePoint technology is one such tool. The main task is how we display th ....Read More
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 (1012) 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


(Page 127 of 133) 3985 Result(s) found  ... 121 122 123 124 125 126 127 128 129 130 131 132 133

Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.