Viewing 15 posts - 121 through 135 (of 140 total)
OK, but it's a massive thing. Since it's an Access query, it uses sum queries instead of subqueries. All of the subqueries simply (right....) add up budgets or expenses by...
July 28, 2011 at 9:28 am
I'm really impressed you'd offer. Thank you so much...but....
The query summarizes budgets and expenses for projects, equipment, and category. There may be projects with expenses and no budgets, budgets with...
July 28, 2011 at 9:05 am
I used SSMA to create the SS2k5 database. I do refresh it every week or so as I go about modifying queries and forms in the Front End to be...
July 21, 2011 at 8:55 am
Wow, guys, this is exactly what I needed...an actual objective that required me to learn some new stuff. Unfortunately, my client is still on SS2005, so I was stuck using...
April 7, 2011 at 10:40 am
@ninja -- It'll take alot to flush my frustrations. I am enjoying learning, and I appreciate your help. Thank you.
@3 -- I tried a dataflow task using full...
April 6, 2011 at 3:02 pm
@ninja -- I'm an old guy. Be nice to me.
My issue is with scope. I lose the SS variables when the query is executed. What's the strategy...
April 6, 2011 at 11:58 am
Perfect, the execute statements work.
Now, I need to execute the "drop... " statements, then the "truncate" statements, then upload the data from Access, then execute the "Add constraint" table...
April 6, 2011 at 11:12 am
Just tried that. Exceeds nvarchar(max) limit....
Probly need to execute one at a time.
On second thought. It simply didn't print the whole command. Maybe it's a limitation of the print command....?
April 6, 2011 at 10:36 am
OK, I've been focusing on having it totally automated...taking the output from the FK query and executing those commands immediately, rather than cust/paste. Lemme rescope....
Thanks.
April 6, 2011 at 10:03 am
Sorry, this is my first foray into SQL generates SQL. I have the query that creates two temp tables. At the end of the query, it simply selects all the...
April 6, 2011 at 9:37 am
@nacarls: That's not a horrible idea, but I'm using A2007, have 103 tables, over 100 forms, over 100 queries, etc. I don't use unique A2007 data structures, but...
April 6, 2011 at 6:40 am
Oops, sorry. I figured that one out. I was asking about the script to remove and replace the FKs. It produces two tables, one after the other. Do I make...
April 5, 2011 at 5:19 pm
Wow, you responded to my first message before I could flounder my way into opening up VS2008 and starting up a "package". When I did that, I found your "Execute...
April 5, 2011 at 2:46 pm
Thank you so much....
OK, I finally got around to copying that script over to my client's development machine, and then over to my client's SQL Server machine (dedicated to my...
April 5, 2011 at 2:04 pm
That would be great, except a worker can have multiple timesheet entries (with possibly different Labor Rates) on the same day. In fact, the whole labor rate thing revolves around...
February 9, 2011 at 8:58 am
Viewing 15 posts - 121 through 135 (of 140 total)