Originally posted by jmo21
View Post
- Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
- Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Resources for Learning elements of MS SQL server
Collapse
X
-
-
Ok, will a query window will do for now before you write an application.
Sounds like you might want to use temporary tables, or table variables to store data as you go.Comment
-
As I am going to be the only user, is there a need for a front end? Can't I just work in the SQL MANAGEMENT Center?"Condoms should come with a free pack of earplugs."Comment
-
You haven't said what you are trying to accomplish.
Is this just some kind of daily task that will manipulate data?
stick it all in a stored proc and schedule it using a Sql Server task.
You mentioned reports?
You can create a SSRS report that calls a stored proc, and displays the output.
This can be exposed on the internet/intranet pretty easily, or you can set it up so that the output report is emailed, or dropped to a file shareComment
-
Not a daily task but an regular one. Performed after loading the tables with new data.Originally posted by jmo21 View PostYou haven't said what you are trying to accomplish.
Is this just some kind of daily task that will manipulate data?
stick it all in a stored proc and schedule it using a Sql Server task.
You mentioned reports?
You can create a SSRS report that calls a stored proc, and displays the output.
This can be exposed on the internet/intranet pretty easily, or you can set it up so that the output report is emailed, or dropped to a file share
So every time I use the db I will: populate tables with data, execute all views in sequence, generate a report, store results for statistics in some tables."Condoms should come with a free pack of earplugs."Comment
-
take a look at Sql Server Integration services as well.
it may be overkill for what you are wanting to however.Comment
-
Forget that link then...you need SQL for Dummies first....or hibernate.Originally posted by ThomasSoerensen View PostI am not an experienced programmer.
McCoy: "Medical men are trained in logic."
Spock: "Trained? Judging from you, I would have guessed it was trial and error."Comment
-
That's sounds over his head TBH.Originally posted by jmo21 View PostYou haven't said what you are trying to accomplish.
Is this just some kind of daily task that will manipulate data?
stick it all in a stored proc and schedule it using a Sql Server task.
You mentioned reports?
You can create a SSRS report that calls a stored proc, and displays the output.
This can be exposed on the internet/intranet pretty easily, or you can set it up so that the output report is emailed, or dropped to a file share
Never used SSRS - does it have wizards?McCoy: "Medical men are trained in logic."
Spock: "Trained? Judging from you, I would have guessed it was trial and error."Comment
-
Originally posted by ThomasSoerensen View PostNot a daily task but an regular one. Performed after loading the tables with new data.
So every time I use the db I will: populate tables with data, execute all views in sequence, generate a report, store results for statistics in some tables.
Access? I mean how much are we talking about here and who are the end users? Just yourself or a department or business. Would they mind getting Access snapshot reports or do they want web front end?McCoy: "Medical men are trained in logic."
Spock: "Trained? Judging from you, I would have guessed it was trial and error."Comment
-
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers
Contractor Services
CUK News
- Contractors, here are the late payment fixes that the Lords just turned down Today 08:03
- How will HMRC's Direct Debit plan affect contractors paying VAT and PAYE? Aug 13 23:54
- HMRC's new 'reckless' tax offence: an IR35 game-changer for contractors? Aug 13 13:50
- “I’m not a Machiavellian overlord”: Adrian Sacco breaks his silence on the Contractor Loan Recalls Aug 13 06:50
- ‘Bounce back’ in IT contractor demand in July 2026, even if ‘one swallow doesn’t make a summer’ Aug 12 07:50
- Are fractional and interim CTO roles ripe for IT contractors? Aug 11 07:33
- Where is UK IT contractor demand heading before 2027? Aug 10 05:53
- Where is UK IT contractor demand heading before 2027? Aug 9 21:53
- Umbrella, PEO/GPP, or salaried EOR. Which is up 153% in 2026? Aug 6 08:43
- Outside IR35 isn’t making a comeback in 2026/27 — it’s something more complex Aug 5 04:55

Comment