Viewing 15 posts - 91 through 105 (of 107 total)
Thanks Ian, that information was very useful. I've got a question for you. Do you have any recomendations for a data dictionary tool? How to you keep up with...
November 15, 2007 at 7:28 am
If you're having trouble seeing table and view objects, it's probably because the default schema of the user is NOT the same as the schema of the objects. Open SQL...
November 5, 2007 at 7:47 am
I've run into the Order by problem on the VIEWS in SQL2005 and I personally think they should have made it a Compatability setting instead of changing the behavior. It...
November 2, 2007 at 10:46 am
Wayne, I agree with you on that. The renaming of the links applies to linked views as well. The idea is that you link and rename the objects instead...
November 2, 2007 at 9:24 am
Here's a tip for upgrading you Access front end to use a SQL server DBMS.
1) Copy the MDB to a backup location
2) Import your MDB data to SQL Server
3) remove...
November 2, 2007 at 9:03 am
for me, output parameters are most useful when your proc is an Insert on a table with an identity column. What you need is to pass back the Primary Key...
October 29, 2007 at 12:35 pm
I would strongly advise you NOT to do this. In my experience you will end up with a big mess and lots of dependencies you don't want.
Try to find...
October 25, 2007 at 7:34 am
Nice job Troy, how about an executive summary of your top 5 tips for good modeling and design?
Doug
October 23, 2007 at 2:47 pm
I'm not a modeling expert, but basically your tring to eliminate duplicate information. I would not over-think this problem. If your users are working "fine" with Access up to...
October 22, 2007 at 8:36 am
when you are combining that many databases and looking for duplication of effort, without a data dictionary you're screwed. It will probably take the programmers months to gather this info....
October 19, 2007 at 9:31 am
I can't help you with the course, but I can say you have a huge job on your hands. Here are a couple of suggestions.
1) start by analyzing all your...
October 19, 2007 at 7:42 am
Everything sounds reasonable. I dont have time to read the forum posts, but I like the idea of being able to opt-in on a particular forum to see items I'm...
September 27, 2007 at 7:55 am
I agree with the French mademoiselle, let's keep the topic about databases and SQL. But I must admit that I did enjoy the picture of the Eagle.
August 29, 2007 at 8:39 am
Viewing 15 posts - 91 through 105 (of 107 total)