Viewing 15 posts - 4,591 through 4,605 (of 4,814 total)
Ok, so I created a new project, and connected to the database, which then made all that databases tables appear, all with the same names I had them as as...
September 12, 2008 at 1:41 pm
Ok, I'll do that, but no sp's for now - that will have to come later for technical reasons. As I absolutely detest the record navigation that Access...
September 12, 2008 at 12:34 pm
Whatever my frustrations were 10 years ago, I've long since forgotten. I just remember converting and then having no means to make changes, and nothing I did from...
September 12, 2008 at 12:16 pm
Minimal effort? I've been working with Access for a long time, and while I haven't spent much time making the attempt, the effort I did spend led to...
September 12, 2008 at 11:25 am
While I agree that the .adp is nice as a best practice, many larger companies simply no longer have the time to invest in the additional complexity, and would more...
September 12, 2008 at 9:46 am
Brandie,
I'm going to have to side with Gila Monster on this one - THERE"S NOTHING IRRATIONAL about your fears in that case...
Steve
(aka smunson)
:):):)
GilaMonster (9/12/2008)
Brandie Tarvin (9/12/2008)
"Don't let that developer touch...
September 12, 2008 at 8:01 am
Hi All,
Perhaps I can add a few thoughts here... I've been working with Access, Crystal Reports, and SQL Server databases for the last 13 years, and I can...
September 12, 2008 at 7:29 am
Perhaps the most important thing for people to realize is that the energy level of the collisions that will take place in the LHC is actually less than the energy...
September 12, 2008 at 7:04 am
I tried SELECT-ing those two items from an SSMS query window, and regardless of which server I connected that query to, both items were the same as the ID used...
September 11, 2008 at 7:01 am
Interesting. I didn't have a temp table, but I do have a table variable in my query, and once I eliminated a DELETE FROM statement by moving that...
September 10, 2008 at 9:39 am
Solved my own problem. I re-engineered the query to eliminate the need for a DELETE statement by taking that criteria into the INSERT INTO SELECT query with a...
September 9, 2008 at 8:15 am
I don't know about the evaluation order, but why are you having to use any kind of fancy calculations? If you perform your query correctly, there's no...
September 8, 2008 at 11:54 am
I have to agree with GSquared, unless you feel up to writing your own OLE DB driver... Perhaps the larger issue is the TRUE cost of continuing...
September 5, 2008 at 11:41 am
Turns out I had a small error in my script. Here's the corrected version:
SELECT CAST(YEAR([date] AS char(4)) + '_' + RIGHT('0' + LTRIM(RTRIM(CAST(MONTH([date]) AS varchar(2)))),2) AS YR_MTH,
...
September 5, 2008 at 11:28 am
I agree with Michael. Investigate "Data Driven Subscriptions", as I think that might be exactly what you need. Then you can create your letter as a...
September 5, 2008 at 11:19 am
Viewing 15 posts - 4,591 through 4,605 (of 4,814 total)