Viewing 15 posts - 106 through 120 (of 149 total)
Wayne West scribed: "It's the only way to be sure that the business rules will be enforced -- put it all in the database. Take a clue-by-four upside the head...
September 2, 2007 at 12:21 am
OH, I don't know. Where I'm working right now, I'm basically a "sql developer". I know enough in general about some of the DBA's sql oversight roles, as well as...
September 2, 2007 at 12:14 am
Yeah, but the drive magnets in it are probably neodymium magnets (i.e., curiously strong). probably a good idea to trash the platters, though. Why not just a hot oven to...
January 18, 2007 at 12:04 am
You'd want to do something like this:
select top 1 t.*
from mytable t join (select min(some_field) first from mytable) f on t.some_field = f.first
or
select top 1 t.*
from mytable t join...
December 25, 2006 at 11:23 pm
plus, prefixes on object names defeat the UI of various tools (i.e., Enterprise Mgr, isqlw) when looking for specific objects, which is why I tend to abhor prefixes. More specifically,...
November 13, 2006 at 1:38 am
yes. there are some DTS dlls that you need to install and register (regsvr32 p:/ath/to/some.dll), but then you can invoke them via VBA after you then register the library.
I'm sorry...
November 9, 2006 at 1:11 am
At least at the company I'm working at, Sarb-Ox already is forcing my company to delineate those divisions of responsibility and such already.
September 13, 2006 at 9:51 am
OK, I'll invoke the Calendar table that another poster mentioned. In other circles, this is attributed sometimes to Joe Celko, and a "Celko is an Idiot!" flamefest ensues... But in...
August 14, 2006 at 1:52 pm
...and you're implying that "business" and "intelligence" are often highly correlated together, which most of us would probably argue is not the case, unless you're a CxO/SVP padding your stock...
June 25, 2006 at 12:57 am
It is an interesting idea. The problem with it is that unless different fields like names, social security numbers and some random salt are hashed together, then some idiots out...
June 25, 2006 at 12:47 am
It's still not as good as TOAD or TOra for Oracle, but it's loads better than Enterprise Mgr. One thing that seems to be missing, though... if you do...
June 25, 2006 at 12:38 am
Try saving most of the Access queries in MSQuery queries...
The Excel users might also need to have the exact same ODBC dsn's defined on their computers as the people who...
March 3, 2006 at 12:05 am
Yes, if only it could be that big AND be 100-pixels per inch. What would that make that resolution though...8000x4000?
March 2, 2006 at 11:52 pm
How about car analogies?
"Using Windows is like driving a Model T."
People initially had to be able and willing to change tires in knee-deep mud (bad roads; first pneumatic tires were...
March 2, 2006 at 11:47 pm
So SS2005 gets a bit closer to functionality (and, in this particular case, syntax) Oracle has been using for some time...
February 14, 2006 at 1:46 am
Viewing 15 posts - 106 through 120 (of 149 total)