Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Software to create reports [modified]

Software to create reports [modified]

Scheduled Pinned Locked Moved Database
databasesql-serversysadminquestion
12 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Corporal Agarn

    Hello, I would like to find a cheap (free) software package that I can use to output data from SQL Server. It does not need to be too fancy as all I am doing is connecting two tables (header and detail). I do not do this often enough to purchase Crystal Reports. Thanks djj Note I originally posted this in the Lounge as a reporting question. I guess I should have thought to put it in the DB area.

    modified on Monday, January 31, 2011 9:08 AM

    M Offline
    M Offline
    moon_stick
    wrote on last edited by
    #3

    If you've got Server SQL, why not use Reporting Services (SSRS)?

    Sarchasm : The gulf between the author of sarcastic wit and the person who doesn't get it.

    C 1 Reply Last reply
    0
    • C Corporal Agarn

      Hello, I would like to find a cheap (free) software package that I can use to output data from SQL Server. It does not need to be too fancy as all I am doing is connecting two tables (header and detail). I do not do this often enough to purchase Crystal Reports. Thanks djj Note I originally posted this in the Lounge as a reporting question. I guess I should have thought to put it in the DB area.

      modified on Monday, January 31, 2011 9:08 AM

      D Offline
      D Offline
      Dalek Dave
      wrote on last edited by
      #4

      Excel? I use it and it is easy to manipulate.

      ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

      C M 2 Replies Last reply
      0
      • D DaveAuld

        As a developer, can you not write your own? :)

        Dave Find Me On: Web|Facebook|Twitter|LinkedIn


        Latest Article:Data Historians! You Bought It, Use It! Real World Example Latest Tip/Trick:Google Charting API and Formula Imaging


        C Offline
        C Offline
        Corporal Agarn
        wrote on last edited by
        #5

        I am not a developer! I do a little programming but am mainly a T-SQL person as a DBA. I did think about it though :)

        D 1 Reply Last reply
        0
        • D Dalek Dave

          Excel? I use it and it is easy to manipulate.

          ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

          C Offline
          C Offline
          Corporal Agarn
          wrote on last edited by
          #6

          I have a text column that is greater than 255 characters. :( Excel has a problem when I try to move the info around.

          1 Reply Last reply
          0
          • M moon_stick

            If you've got Server SQL, why not use Reporting Services (SSRS)?

            Sarchasm : The gulf between the author of sarcastic wit and the person who doesn't get it.

            C Offline
            C Offline
            Corporal Agarn
            wrote on last edited by
            #7

            Good question. Mainly I do not know how to. I guess I can get my book out and see what I come up with. -- I have a quick and dirt report but need to figure out formatting.

            modified on Monday, January 31, 2011 9:43 AM

            1 Reply Last reply
            0
            • C Corporal Agarn

              I am not a developer! I do a little programming but am mainly a T-SQL person as a DBA. I did think about it though :)

              D Offline
              D Offline
              DaveAuld
              wrote on last edited by
              #8

              djj55 wrote:

              I am not a developer

              Your profile says you are..... If your not looking for anything fancy, then sometimes rolling your own can be the best option. Sometimes giving your brain that little challenge is enought to keep you ticking over nicely. :)

              Dave Find Me On: Web|Facebook|Twitter|LinkedIn


              Latest Article:Data Historians! You Bought It, Use It! Real World Example Latest Tip/Trick:Google Charting API and Formula Imaging


              C 1 Reply Last reply
              0
              • D DaveAuld

                djj55 wrote:

                I am not a developer

                Your profile says you are..... If your not looking for anything fancy, then sometimes rolling your own can be the best option. Sometimes giving your brain that little challenge is enought to keep you ticking over nicely. :)

                Dave Find Me On: Web|Facebook|Twitter|LinkedIn


                Latest Article:Data Historians! You Bought It, Use It! Real World Example Latest Tip/Trick:Google Charting API and Formula Imaging


                C Offline
                C Offline
                Corporal Agarn
                wrote on last edited by
                #9

                :) Actually my profile says I have been programming. That technically is not a developer as they generally (I hope) know what they are doing. The number of programs being used by people that I have developed is very small and the programs themselves are simple. Four years ago I could have knocked something out quickly but know I need to refresh my memory on how to do it which I like to do but the boss thinks I could use my time else where. :-D

                1 Reply Last reply
                0
                • C Corporal Agarn

                  Hello, I would like to find a cheap (free) software package that I can use to output data from SQL Server. It does not need to be too fancy as all I am doing is connecting two tables (header and detail). I do not do this often enough to purchase Crystal Reports. Thanks djj Note I originally posted this in the Lounge as a reporting question. I guess I should have thought to put it in the DB area.

                  modified on Monday, January 31, 2011 9:08 AM

                  P Offline
                  P Offline
                  PIEBALDconsult
                  wrote on last edited by
                  #10

                  I write XML and then use XSLT to transform the data (to HTML or CSV).

                  1 Reply Last reply
                  0
                  • D Dalek Dave

                    Excel? I use it and it is easy to manipulate.

                    ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC League Table Link CCC Link[^]

                    M Offline
                    M Offline
                    Mycroft Holmes
                    wrote on last edited by
                    #11

                    Excel as a reporting tool is a dog, integrating any office product to a database/c# application is always fraught with danger. Outputting the data to a csv file and manipulating it in excel on the other hand is reasonable.

                    Never underestimate the power of human stupidity RAH

                    1 Reply Last reply
                    0
                    • C Corporal Agarn

                      Hello, I would like to find a cheap (free) software package that I can use to output data from SQL Server. It does not need to be too fancy as all I am doing is connecting two tables (header and detail). I do not do this often enough to purchase Crystal Reports. Thanks djj Note I originally posted this in the Lounge as a reporting question. I guess I should have thought to put it in the DB area.

                      modified on Monday, January 31, 2011 9:08 AM

                      M Offline
                      M Offline
                      Mycroft Holmes
                      wrote on last edited by
                      #12

                      Get to know SSRS, theoretically as a DBA it does (sort of) come under database. It's free and you can use embedded reports if your requirements are simple (if you do not need the full server capability).

                      Never underestimate the power of human stupidity RAH

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups