Monthly Archives: December 2010

SQL Server Tips: Create and Edit a Report in SQL Server Reporting Services

SSRS (SQL Server Reporting Services) is an enterprise level reporting solution available as a package in SQL Server 2005, 2008 and 2008 R2. Using this SSRS, it is very easy to create, schedule, publish and manage a multitude of reports using a variety of the data sources. In this article, let’s discuss about creating, editing and exporting a SSRS report manually.

First, let’s discuss adding an SSRS Report to a Project in BIDS.
Follow the following steps to create a report manually in Business Intelligence Development Studio (BIDS):
1.    Open BIDS, select File, Open and then select Project/Solution.
2.    Now, locate and open the previously created Report Server Project.
3.    Then, in the Solution Explorer, it is required to right click the Reports folder and select Add> New Item.
4.    Now from the Add New Item window, select “Report” and name the report (e.g., “MyReport.rdl”).
5.    Then, click OK.

Yes, you’ve an empty SSRS report open in BIDS now.
Continue reading

How to use the Windows 7 Backup and Restore feature?

One of the most obvious features of Windows 7 is the Windows Backup and Restore as it lets you backup and restore the data on your computers. If you’re very keen, just check the following the procedure out.
The main thing you’ve to notice about this feature is that the data backed up by the Windows Backup and Restore feature should be restore by using the same. Though the feature can be browser or explored, the contents can’t be restored by copying or moving to a computer hard drive.
If you’re ready to backup the files, follow the following steps.
•    Close all the open applications.
•    Now, click on the start button to select the Control Panel.
•    It is required to select the “Backup your computer” option under the System and Security option in the Control Panel.


Continue reading