|
SQL Server Reporting Services WebCasts
|
Total Hit (2824) |
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 Forms Authentication in Reporting Services
|
Total Hit (1078) |
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
|
|
|
|
|
|
Working with Reporting Services Using Microsoft Sharepoint
|
Total Hit (1398) |
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
|
|
|
|
SharePoint and Reporting Services - Installation Resources
|
Total Hit (1130) |
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
|
|
|
How to automate your system database backup task using script.
|
Total Hit (3555) |
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
|
|
|
What Is Authorization Manager
|
Total Hit (1153) |
Role-based security has been evolving on the Windows platform since the first release of Windows NT. Using roles, the operating system can make determinations, such as whether a process is privileged, by checking the security context for a group called BUILTIN\Administrators. The operating system ma
....Read More |
Rating
|
|
|
|
Notification Services in SQL Server 2005
|
Total Hit (1144) |
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
|
|
|
Get Started Using SQL Server 2005 Notification Services
|
Total Hit (960) |
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
|
|
|
|
SQL Server Notification Services Architecture
|
Total Hit (998) |
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
|
|
|
How to use stored proc inside View?
|
Total Hit (2624) |
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
|
|
|
|
|
|
Comparing Oracle 10g and SQL Server Yukon
|
Total Hit (1332) |
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
|
|
|
Javascript : Show/Hide table rows, Mouse over effect and more
|
Total Hit (7827) |
This snippet will show you how to show/hide elements like Table, Row, Cell, Span, Div ... using a very simple trick
- Create a new test file and name it Test.htm
- Copy/Paste the following code to test.htm
- you will need 2 sample images show.gif and hide.gif in order to test this code. Place b
....Read More |
Rating
|
|
|
Commonly used expressions in SQL Reporting Services
|
Total Hit (1152) |
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
|
|
|
|
|
How to add path to the PATH environment variable using VB/VBScript
|
Total Hit (5546) |
Many times we need to add application path to the existing environment PATH variable. This can be very tedious job if you have to do for several machine. I came up with some handy script which makes my life easy and hopefully you can use too.
The sample code was used in VB6 but you can use it wit
....Read More |
Rating
|
|
|
How to perform recursive search for files or folders in VB.net
|
Total Hit (4738) |
This is a very common requirement to find all or specific files in a specified foder and all subfolders.
You can use GetDirectories and GetFiles of System.IO.DirectoryInfo for this purpose. Check the following example.
«code LangId=2»Sub FindFilesDemo()
Dim msg As String
Dim ar As Ne
....Read More |
Rating
|
|
|
|
|