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

 

Problem: After installing SQL Server 2005 (Yukon) Query Analyzer Color Coding not working
Total Hit (2403) 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
How to configure E-Mail Subscription with SQL Reporting Services.
Total Hit (4910) When you install reporting services it will ask you for SMTP settings. If you skip those settings then probabbly when you create new subscription you will only see "file share" option. In order to enable "Email Subscription" you need to do couple of steps. 1. open the RSReportServer.config fil ....Read More
Rating
SQL 2000 Install Generates PENDING FILE OPERATIONS Error
Total Hit (2832) When trying to install SQL Server 2000 on an NT machine sometimes you may receive the following error. <font color=red><b>"A previous program installation created pending file operations on the installation machine. You must restart the computer before running setup."</b></font> SQL Setup is ....Read More
Rating
How to open hyperlink in a new window in Reporting Services Report (RS with SP1 or higher)
Total Hit (39372) Reporting Services gives you several ways to navigate within your report or navigating to external item (i.e. Navigating to other reports or any web URL). You can use a feature called "Jump to URL". Use the following steps to set "Jump to URL" <b>Method-1</b> - Drag a datafield on the report ....Read More
Rating
How to run *.bat file using xp_CmdShell
Total Hit (6630) xp_CmdShell is a powerful SP if used with care. You can execute executable files (e.g. *.com, *.exe and *.bat) using xp_CmdShell however there is a little trick when executing executable file. When you use the the following command you will get an error <font color=red>'C:\myscript.bat' is no ....Read More
Rating
How to automate your system database backup task using script.
Total Hit (3473) The following script will show you some powerful technique to script backup task for system/user database. Example also shows how to create one file which contains several backups which can expire at specified date. «code LangId=6»--drop table #tmpDevice create table #tmpDevice (device_name s ....Read More
Rating
How to access Reporting Services over internet using Fully Qualified Domain Name (FQDN) or IP.
Total Hit (2949) After you install reporting services by default report server will be configured to use http://machinename/reportserver virtual server. This will be fine if you want to use Reporting Services with in your intranet but if you want to access it using IP or fully qulified domain name over internet then ....Read More
Rating
How to use stored proc inside View?
Total Hit (2536) SQL Server allows you to define loopback Linked server. You can execute linked server stored proc using openquery statement. Before you use openquery make sure that 'data access' option is enabled. «code LangId=6»exec sp_serveroption 'binaryworld','data access','true' go create view vw_Who ....Read More
Rating
This is a link to a different site Tutorial: Adding Conditional Formatting into Reporting Services
Total Hit (924)
Rating
This is a link to a different site Comparing Oracle 10g and SQL Server Yukon
Total Hit (1219) The purpose of the following technical paper from WisdomForce is to provide a feature comparison between MSSQL 2005 (Yukon) and Oracle 10g. The document compares VLDB/OLTP related features and discuss issues with performance, utilities and replication. It discusses several new features, which we ....Read More
Rating
This is a link to a different site Commonly used expressions in SQL Reporting Services
Total Hit (1110) Some expressions are commonly used in reports. These include expressions to change the appearance of data in a report, change properties of report items, and affect how data is retrieved. This topic describes some expressions that can be used for common tasks within a report. ....Read More
Rating
This is a link to a different site Report Definition Language Specification
Total Hit (1019) 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 Bryan's WebLog for Reporting Services
Total Hit (1019) Using an External DataSet with Reporting Services Reports Writing Custom Code for Reporting Services Reports GetReportParameters method Welcome Tudor to Reporting Services Blogging Reporting Services Service Pack 1 Now Available! And many more.... ....Read More
Rating
This is a link to a different site How can I get a green-bar effect (alternating colors) in a matrix?
Total Hit (919)
Rating
This is a link to a different site How can I center images (stored in database) without stretching them to fill the table cell?
Total Hit (886)
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 (872)
Rating
This is a link to a different site SQL Reporting Services with Dynamic Column Reports
Total Hit (1277) Hi all, this is the second time I am getting a task for dynamically creating reporting columns. In the first instance, I had done it by first binding the data to a DataGrid (by setting the auto-generated columns feature to true and then exporting to Excel). In the second case, the task was to genera ....Read More
Rating
This is a link to a different site Notification Services in SQL Server 2005
Total Hit (1103) Notification Services is one of the features included in SQL Server 2005. As the name implies, Notification Services are services which send notifications to the interested entities based on what they would like be notified on. The addition of Notification Services to SQL Server 2005 has inherent ad ....Read More
Rating
This is a link to a different site Get Started Using SQL Server 2005 Notification Services
Total Hit (934) People receive many notifications daily: weather updates, news updates, updates about stock prices, or a current account balance via a SMS message. But how can you build such notification applications on the Microsoft platform? You have two options: the first and less palatable is to build everythin ....Read More
Rating
This is a link to a different site SQL Server Notification Services Performance Tuning Tips
Total Hit (995)
Rating
This is a link to a different site SQL Server Notification Services Architecture
Total Hit (958) Like most services or applications, Microsoft SQL Server Notification Services is not really one monolithic application. It should be thought of as a series of smaller components that, when girded together in a precise manner, work in concert to produce a notification application. A good understandi ....Read More
Rating
This is a link to a different site SQL Reporting Services Tree Navigation Sample using a Web Service API
Total Hit (1268) When you start thinking about integrating Reporting Services into an application, one question that might arise is how to display a list of available reports to a user. Although Reporting Services allows a user to browse through reports on the report server (see the figure below), chances are you wi ....Read More
Rating
This is a link to a different site Report-enable Your Web Apps with Microsoft Reporting Services
Total Hit (1128) Reporting is an integral part of almost all of today's Web applications. However, while the tools to create such applications have matured, Web reporting often boils down to generating tabular reports in the form of HTML tables. Microsoft SQL Server 2000 Reporting Services fills in this gap and give ....Read More
Rating
This is a link to a different site SSIS Script Task Variable Write Example (Using LockOneForWrite)
Total Hit (1690) I had some difficulty finding a succinct code example for how to change the value of a variable in a SQL Server 2005 SSIS Script task, so I thought I would add one here now that I think I've figured it out. (Is anyone besides me disappointed by the lack of examples in the Books Online and Help?) ....Read More
Rating
This is a link to a different site SharePoint and Reporting Services - Installation Resources
Total Hit (1039) As posted in several blogs recently, Microsoft has made available a collection of Reporting Services reports based on SharePoint Portal Server data (”Microsoft SQL Server Report Pack for Microsoft Office SharePoint Portal Server 2003”). The integration story between SharePoint and Reporting Service ....Read More
Rating
This is a link to a different site How to grant permissions to a custom assembly that is referenced in a report in Reporting Services
Total Hit (1281) This article describes a problem that occurs when you access a custom assembly in your report that does not have sufficient permissions on the resources in your environment. The article also provides steps to grant permissions to the custom assemblies that are used in the reports. ....Read More
Rating
This is a link to a different site Custom Assembly in Reporting Services
Total Hit (1075) SQL Server 2000 Reporting Services is a server-based reporting solution that can deliver interactive Web–based reports. This article describes a problem that occurs when you access a custom assembly in your Reporting Services report that does not have sufficient permissions on the resources in your ....Read More
Rating
This is a link to a different site Querying the SQL Server System Catalog FAQ
Total Hit (1120) Data Types How do I find the data types of the columns of a specified table? How do I find the LOB data types of a specified table? How do I find the columns that depend on a specified data type? How do I find the computed columns that depend on a specified CLR user-defined type or alias d ....Read More
Rating
This is a link to a different site Does Reporting Services support horizontal tables (fixed rows and dynamic columns)?
Total Hit (861)
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 (896)
Rating


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