Viewing 3 posts - 91 through 93 (of 93 total)
I'd say most of those questions are less about thinking logically and more about stress response.
During an interview with a Sprint VP I was asked the "where do you see...
February 25, 2011 at 8:48 am
#1291578
I'm part of a project developing an application for states to use when managing various programs. As such, we have to provide a data dictionary as part of the...
February 17, 2011 at 7:05 am
#1288206
This is the way I've done the PK determination:
Join in sysobjects:
FROM sys.columns AS c
INNER JOIN sysobjects so
ON c.object_id = so.id
Then use this...
January 12, 2011 at 8:50 am
#1272419