June 25, 2009 at 6:00 am
Maybe it's just me, but I read the question differently, looking for the SQL Server data type to match the MS Access data type. Might be that my English is not good enough...
June 25, 2009 at 6:02 am
Michael Kipp (6/25/2009)
Maybe it's just me, but I read the question differently, looking for the SQL Server data type to match the MS Access data type. Might be that my English is not good enough...
It's not just you... I read it the same way and as a result answered nvarchar.
June 25, 2009 at 6:17 am
June 25, 2009 at 6:58 am
Gawd, I feel awful for actually knowing the answer. :sick:
June 25, 2009 at 7:02 am
Who cares?? What does Access have to do with REAL databases?
June 25, 2009 at 7:12 am
I missed this also because I read the question. It says "What is the equivalent of 'text' data type in MS Access?"
Although the majority are getting it "correct" I also read it to mean the other direction. The question should have been worded something like "What is the MS Access equivalent to the SQL data type 'text'?"
June 25, 2009 at 7:23 am
Irish Flyer (6/25/2009)
Who cares?? What does Access have to do with REAL databases?
Not too much, so in that respect the question of matching a MS Access data type to a SQL Server data type makes even more sense, since that knowledge is needed when migrating those datatbases to real ones...:-D
June 25, 2009 at 7:25 am
I'm with David on this one. The question as written is totally ambiguous, and nvarchar or memo are equally valid answers, depending on how you parse the question.
June 25, 2009 at 7:33 am
I did even worse, I went into Access, opened the design of a table, saw that my character type fields are formatted "text" so opted for "text."
I have to admit though, it was worth it. I now have a much better understanding of the difference between text and varchar in SQL and memo and text in Access.
June 25, 2009 at 7:37 am
Andrew Watson (6/25/2009)
I'm with David on this one. The question as written is totally ambiguous, and nvarchar or memo are equally valid answers, depending on how you parse the question.
I agree on this. Anyone who gave one of both answers, should be granted the point. Because the point is what it is all about!;-)
June 25, 2009 at 8:45 am
There are two "text" type fields in Access: Text and Memo. That's the way I read it.
But, I thought we were'nt supposed to use the SQL Server TEXT data type anyway.
June 25, 2009 at 8:46 am
dmbaker (6/25/2009)
Gawd, I feel awful for actually knowing the answer. :sick:
I got this one wrong. I can live with that.
June 25, 2009 at 11:05 am
David Harder (6/25/2009)
I missed this also because I read the question. It says "What is the equivalent of 'text' data type in MS Access?"Although the majority are getting it "correct" I also read it to mean the other direction. The question should have been worded something like "What is the MS Access equivalent to the SQL data type 'text'?"
I see I'm not the only one to read the question that way! Another vote for points!
Kevin
--
Please upgrade to .sig 2.0
June 25, 2009 at 11:14 am
I read it and figured it could be answered both ways so I had a 50 - 50 change to get it right. I chose TEXT data type in Access = NVARCHAR data type in SQL
Viewing 15 posts - 1 through 15 (of 20 total)
You must be logged in to reply to this topic. Login to reply