TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Simple SQL Reporting Tools for Windows

3 点作者 nick_m超过 5 年前
This sounds lazy...but please bear with me – are there any simple reporting tools available that will run on Windows that can talk to SQL Server? Sounds easy, I should be spoilt for choice eh?<p>I’m a grizzled IT veteran – I know all about relational database design, implementation, covering indexes, query plans, query optimisation, window functions – you name it, I’ve likely done it.<p>I just want a simple lightweight reporting tool (emphasis on the simple) that I can enter a SQL query into, and the query will run against a live data source (comparatively tiny data volumes by modern standards), and the results can be displayed either as a table, or as a chart.<p>That’s it – I would have expected this to be a solved problem by now; back when I was a young ‘lad, there were products like Crystal Reports, COGNOS, and so on, that could do this easily, and indeed, that level of simplicity is all I’m looking for now. I’m running a small startup and simply want to grab some basic reports, live, from our database – exporting these to PDF etc would be nice, but not required, screen-only is fine.<p>I’ve wasted a complete day looking for simple reporting tools, but nobody seems to do them anymore. I don’t want enterprise data connectors, embedded web servers, anything browser-based, scheduled reports, auto-emailing, pre-arranged sales-based conference calls, proprietary query languages, monthly subscriptions and so forth.<p>The closest I got today was linking tables from SQL Server into MS Access on O365, which almost did what I want, but adding new tables, and refreshing column lists is a frustrating pain. I tried Excel via “Get Data” – but it’s not really “for” this, and I don’t want to keep having to refresh data.<p>I feel like I want nano, but everyone only sells emacs :-) Many thanks in advance for any suggestions you can make.

2 条评论

SvenL超过 5 年前
Some more options for creating reports could be PowerBI (<a href="https:&#x2F;&#x2F;www.microsoft.com&#x2F;en-us&#x2F;download&#x2F;details.aspx?id=58494" rel="nofollow">https:&#x2F;&#x2F;www.microsoft.com&#x2F;en-us&#x2F;download&#x2F;details.aspx?id=584...</a>) or Tableau (<a href="https:&#x2F;&#x2F;www.tableau.com" rel="nofollow">https:&#x2F;&#x2F;www.tableau.com</a>)
评论 #22043287 未加载
gviehmann超过 5 年前
SQL Server Reporting Services (It is free but big)? MS Access Pass Trough Querys + Reports? Power BI Desktop in DirectQuery mode? Jupyter Notebooks?
评论 #22043294 未加载