Viewing 15 posts - 9,061 through 9,075 (of 14,953 total)
Those seem like fair and basic questions.
Phone screening is a step in the right direction. Ask a few questions like those over the phone, you'll eliminate a huge number...
July 9, 2009 at 9:07 am
Gaby Abed (7/9/2009)
that that is is that that is not is not that that is not is not that...
July 9, 2009 at 8:58 am
Learning consists of doing. Studying is just a precursor to that.
So, I recommend working out some way to DO database work. If writing/tuning queries is your thing, check...
July 9, 2009 at 8:10 am
I use a database called "Common" for that kind of thing. Keep a Numbers table and a calendar table in there as well as any procs or UDFs that...
July 9, 2009 at 7:30 am
There are theoretically unbreakable codes, but not cyphers.
For example, if I tell you that the phrase, "the bear is in the woods", means, "blow up Moscow now", and you and...
July 9, 2009 at 7:22 am
Ken McKelvey (7/8/2009)
SCOPE_IDENTITY() is fine for simple inserts but be aware of the following parallelism bug:http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=328811
I hadn't seen that bug. Good to know about.
July 9, 2009 at 7:12 am
Jeff Moden (7/8/2009)
July 9, 2009 at 7:07 am
Any primary key that relies on human names is inherently flawed.
In my case, my legal first name is "Richard", but I go by an abbreviated form of my middle name,...
July 9, 2009 at 6:52 am
-- Bugs on the page creating duplicate posts
July 8, 2009 at 2:56 pm
Jeff Moden (7/8/2009)
GSquared (7/8/2009)
July 8, 2009 at 2:56 pm
The main problem with solutions that make data secure, is that they also make data losable.
If, for example, only one person knows the key to the data, and that person...
July 8, 2009 at 9:58 am
I prefer lowercase for keywords, propercase for objects.
Just more readable to me.
Distinctly dislike uppercase. It's not used in common print because it's less readable. Lowercase letters were invented...
July 8, 2009 at 9:34 am
I use tabs because that allows me to copy to Word when I'm documenting stuff, and I can adjust layout by adjusting the tabs on the "ruler".
Advantages/disadvantages to either way...
July 8, 2009 at 9:25 am
I've built plenty of high-performance, extremely functional databases without these two features.
I don't see what you're talking about as "hacks". I see them as ways for me to have...
July 8, 2009 at 9:20 am
Viewing 15 posts - 9,061 through 9,075 (of 14,953 total)