Viewing 15 posts - 9,691 through 9,705 (of 14,953 total)
mmclaughlin (4/29/2009)
I have an SQL database with 12 tables. All tables are linked to one commmon column "cubs_case_id". What I am trying to...
April 29, 2009 at 3:09 pm
Technet downloads, unless I'm mistaken, are intended solely for evaluation purposes.
Express is free and can be downloaded and used for whatever you like.
Otherwise, you pretty much need to match up...
April 29, 2009 at 1:32 pm
I would imagine that's possible through CLR programming. Wouldn't even know where to start, but I would imagine it's possible.
April 29, 2009 at 1:25 pm
You'd have to have a column in the drop-down that has both values in one column. Access forms can't bind a control to two columsn of data.
April 29, 2009 at 1:22 pm
Are you looking for Express Edition, or something else?
April 29, 2009 at 1:20 pm
That's why I prefer tokens as a security measure over passwords.
Another weakness of passwords is (to stretch the underwear till it's worn out), your doctor needs to be able to...
April 29, 2009 at 1:07 pm
mmclaughlin (4/29/2009)
I have an SQL database with 12 tables. All tables are linked to one commmon column "cubs_case_id". What I am trying to...
April 29, 2009 at 12:52 pm
A server trace that dumps to text files is the best option for that kind of thing. The reason not to use Profiler, but to use a server trace...
April 29, 2009 at 12:47 pm
It has to go through a schema/compilation lock every time it's run in that case, which means it can only be run by one connection at a time.
April 29, 2009 at 12:43 pm
I doubt you can do exactly that, but you can definitely send XML to one, shred it into a table (dataset), do stuff to it, and return the modified XML....
April 29, 2009 at 12:32 pm
Keep in mind that there's another school of thought, that passwords are like underwear. You should have them, they shouldn't be visible nor hidden under your keyboard, definitely shouldn't...
April 29, 2009 at 12:31 pm
Lynn Pettis (4/29/2009)
As it is, I really need to check the forum of question before I post. Really sad when I post a SQL answer in an Access forum.
Amen...
April 29, 2009 at 12:26 pm
I read the studies years ago (1995, if I remember correctly), so I don't have immediate access to them. Here's what I can find online at this time:
While not...
April 29, 2009 at 12:20 pm
Hard for me to judge the thing without the definition of the second table and the view that you're querying.
April 29, 2009 at 11:25 am
Personally, I think passwords are junk.
Encryption keys are one thing, but no person should ever need to know one. They should be system-generated and managed, and biometrics of some...
April 29, 2009 at 11:19 am
Viewing 15 posts - 9,691 through 9,705 (of 14,953 total)