23*12 type Values into Identity Column
Furthermore, it is not really a good idea to start inserting values in an identity column. Such a column is supposed to generate the numbers itself.MCTS, MCITP - Please mark posts as answered where appropriate. Answer #1: Have you tried turning it off and on again? Answer #2: It depends...
January 25th, 2012 1:24pm

In my source i have values like 23*34, 45*45.. is this possible to insert these values into identity primary column (int)? Thanks, Ram
Free Windows Admin Tool Kit Click here and download it now
January 29th, 2012 5:19am

No. You cannot insert a literal into an int field.Please vote as helpful or mark as answer, if it helps Cheers, Raunak | t: @raunakjhawar | My Blog
January 29th, 2012 5:21am

Furthermore, it is not really a good idea to start inserting values in an identity column. Such a column is supposed to generate the numbers itself.MCTS, MCITP - Please mark posts as answered where appropriate. Answer #1: Have you tried turning it off and on again? Answer #2: It depends...
Free Windows Admin Tool Kit Click here and download it now
January 29th, 2012 5:25am

No. You cannot insert a literal into an int field. Well, you can if its an integer literal :) I take your point though!ObjectStorageHelper<T> A WinRT utility for Windows 8 | http://sqlblog.com/blogs/jamie_thomson/ | @jamiet | About me
January 29th, 2012 5:44am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics