
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2013 03:51 PM
Hi,
I'm pretty new to Lansweeper but find it totally awesome! I'm trying to integrate it with Web Help Desk which still doesn't support the version 5 database, so I'm trying to import assets by using database views (which works).
I'm stupid at SQL but found a query that created a list of all computers with the required informations and I managed to create a view in SQL Server Management Studio (I'm using SQL Server 2008 R2 Express).
Now I also want to create other views that holds printers, network equipment and so forth. Can I create these as reports in Lansweeper and access those as views in SQL server? That would be more neat than having to create them directly in the SQL database.
Regards,
René Frej Nielsen
I'm pretty new to Lansweeper but find it totally awesome! I'm trying to integrate it with Web Help Desk which still doesn't support the version 5 database, so I'm trying to import assets by using database views (which works).
I'm stupid at SQL but found a query that created a list of all computers with the required informations and I managed to create a view in SQL Server Management Studio (I'm using SQL Server 2008 R2 Express).
Now I also want to create other views that holds printers, network equipment and so forth. Can I create these as reports in Lansweeper and access those as views in SQL server? That would be more neat than having to create them directly in the SQL database.
Regards,
René Frej Nielsen
Solved! Go to Solution.
Labels:
- Labels:
-
Report Center
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2013 04:42 PM
There is no need to use SQL Server Management Studio to build reports. The same functionality can be found in the Lansweeper report builder, which automatically creates views for your reports. Report view names start with "web40rep"/"web50rep".
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2013 11:42 PM
Yes that's what I found out. It's the solution that I was looking for.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2013 11:37 PM
Could you clarify your question. Views only store SQL queries, not actual data. They will return the most recently available data when run.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2013 11:58 PM
Great... Are reports/views updated automatically when something changes or do I have to run the reports regularly?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2013 05:59 PM
When I look in the database then there are no views with the names that I have used in Lansweeper. A report called "Test" i called "web50repc3376691f83443f8a0db35a88b1b9751" in the database. Is that normal behavior?
It's no problem as long as the name is consistent because I will just have Web Help Desk point to that view.
It's no problem as long as the name is consistent because I will just have Web Help Desk point to that view.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2013 06:10 PM
rfn wrote:
A report called "Test" i called "web50repc3376691f83443f8a0db35a88b1b9751" in the database. Is that normal behavior?
Yes. Lansweeper automatically assigns a unique, internal name to the report.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2013 04:42 PM
There is no need to use SQL Server Management Studio to build reports. The same functionality can be found in the Lansweeper report builder, which automatically creates views for your reports. Report view names start with "web40rep"/"web50rep".
