Databases Reference
In-Depth Information
Run the following query in the window to populate the table:
insert into CloudT(id,FName,LName, Age)
values(1, 'Kris', 'Jay', 50), (2,'Julia','Adams', 35),(3, 'Sonia',
'Braga', 70)
5.
Run the following query to verify that your table has three rows of data:
SELECT * FROM CloudT
We now have a SQL Azure database with a table, which has been populated.
In the next step, we will first create a SQL Reporting Service in Windows Azure,
after which we will use the data in the table CloudT to create a report using the
SQL Reporting Service.
Creating a SQL Reporting Service in Windows
Azure
We will first set up a SQL Reporting Service on Windows Azure:
1.
In the portal, click on SQL Reporting , as shown.
You can type in WindowsAzure.com in the browser, which will
take you to the gatekeeper; sign in page for the portal. Only after
you log in, will you get to see the display of the portal.
 
Search WWH ::




Custom Search