Viewing 15 posts - 5,656 through 5,670 (of 6,105 total)
Keep in mind that MySQL has its own extensions to SQL just as SQL Server does. So some of the things that work on one side won't work on...
February 8, 2002 at 8:08 am
quote:
Also keep in mind that stored procedures may require you giving at minimum read rights to the base tables.
February 8, 2002 at 7:19 am
We can look at the banking industry for a precedent. If you choose to put your money in a non-FDIC insured bank, and they are robbed, oh well. ...
February 7, 2002 at 8:52 pm
There are companies running significant applications built on the .NET Framework and have been so for a while. So it's already in the real world. The .NET Framework...
February 7, 2002 at 8:46 pm
I'm all for keeping the middle tier stateless because of what we're seeing in a current application (in-house built). It means that clients have to pointed at a single...
February 7, 2002 at 8:30 pm
Deuce, your comments match up with what Paul has said earlier. And for ad-hoc queries, SQL Server 7 and 2000 will generate an execute plan, which means it'll see...
February 7, 2002 at 8:25 pm
LogExplorer will do that.
Triggers with audit tables work, but can produce a lot of overhead, but sometimes, though, they are the only way to go. Robert Marda...
February 7, 2002 at 8:17 pm
Correct. If you are a career changer or a kid with a fresh haircut straight out of college, there isn't an entry level slot. Which is why most...
February 7, 2002 at 2:38 pm
Bottom line, get it in writing. It's not a question of if, it is a question of when. And when it does happen, without anything in writing, you...
February 7, 2002 at 2:35 pm
Nimda was a pain, but it shouldn't have been as big a problem as it turned out to be. In almost every case if a server had been properly...
February 7, 2002 at 2:33 pm
I think what we were referring to was the comment about Microsoft being "given" .NET.
What you are describing is the main issue with Java. Sun has pulled...
February 7, 2002 at 2:29 pm
If you have the four instances, you could still have them stepping all over each other. For instance, a query run in development pegs out the processors in the...
February 7, 2002 at 1:37 pm
Crystal Reports is a reporting tool that creates nice reports for management and non-technical types. Giving them a point and click interface, they build reports on data without knowing...
February 7, 2002 at 1:32 pm
Are you running this through Query Analyzer or some other client (say a VB program)?
K. Brian Kelley
February 7, 2002 at 1:27 pm
Visio is one of those designers you either love or love to hate. Most of the folks I work with fall into the latter. Rational Rose will also...
February 7, 2002 at 1:12 pm
Viewing 15 posts - 5,656 through 5,670 (of 6,105 total)