Viewing 15 posts - 181 through 195 (of 201 total)
Very complex passwords indead. However some observations
insert @tbl values(ascii('^'), 3)
Im not sure i would classify that as being benign. Since that char combined with another can create a single char....
August 19, 2010 at 2:42 am
Henrico Bekker (8/13/2010)
Correct answers: 38% (54)
Incorrect answers:...
August 13, 2010 at 3:27 am
Mushana (8/6/2010)
http://www.psexam.com/MCQ-Collection-for-Fundamentals-of-Computer/computer-fundamentals-objective-questions-mcq-with-solutions-set-5.html
More assumptions (and no data to support the answer). Someone writing the same question/answer somewhere else doesnt make it true. If i where to create a website and put...
August 6, 2010 at 12:36 am
Good question. However an option with "GIVEN STRING IS NULL, GIV" would have been good. As the question stands its rather easy to guess. An inverted correct answer would have...
August 4, 2010 at 1:38 am
UMG Developer (7/6/2010)
Nice question, thanks!I'm a little surprised that so many people have gotten it correct so far, but that may be because of the copy, paste, F5 syndrome. 😉
Or...
July 6, 2010 at 11:26 pm
The link leads to a page that says "This might have a performance effect for unencrypted databases on the same instance of SQL Server". No "great" word in that sentance....
June 28, 2010 at 11:37 pm
Personally i would rather see them not being used. You dont really gain anything by using them. Only makes the code harder to read. Saving a few keypresses vs loosing...
June 20, 2010 at 11:53 pm
SanjayAttray (6/16/2010)
It will get created. Is there a reason, it would not get created ?
Well with 17% wrong answers i would say that some people think that there could...
June 16, 2010 at 11:37 pm
3! points for this question. Who the **** decides points on this stuff? Its not even worthy of 1 point.
June 15, 2010 at 12:04 am
Out of curiousity. If one would like to get all strings containing a C from the below code... how would you do that in that collation?
create table #t (string varchar...
May 25, 2010 at 12:59 am
Nice question.
Taught me once again that Microsoft has some serious dope available. Doing some semiunicode shit into a normal varchar... damn.
Even more funny. Doing a Len on this...
May 25, 2010 at 12:01 am
da-zero (5/20/2010)
I count 7 types of indexes:
clustered, non-clustered, unique, index with included columns, indexed views, full-text and xml.
See http://msdn.microsoft.com/en-us/library/ms175049(v=SQL.90).aspx.
Even in the explanation given I count...
May 21, 2010 at 1:03 am
If you need any kind off loop against the data then unfortunalty no. A CTE only exists for ONE statement. So cant do 2 selects against it for instance.
May 20, 2010 at 5:48 am
Viewing 15 posts - 181 through 195 (of 201 total)