I was reading http://msdn.microsoft.com/en-us/library/ms173773.aspx.
There is a N in the float datatype. But, when I tried to declare N in float in SQL Server 2008, it didn’t allow me. Where can I put the value for N?
Thanks in advance.
I was reading http://msdn.microsoft.com/en-us/library/ms173773.aspx . There is a N in the float datatype. But,
Share
You can use
See the Note about other values of
nrealis synonymous withfloat(24)andfloatdefaults tofloat(53)Edit:
Regarding the comments. There is no point!, try the following.
Then refresh the list of tables and open the table designer. You will see SQL Server has just converted the first two columns to
realand the last one tofloatanyway!