Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
what is Mapping in sql server i searched it on google i didn't find anything if any knows or find please provide me a link???

like if user entering age 18 i want to store category as adult in table
age is 05 want to map that to child
Posted
Updated 29-Oct-15 23:52pm
v2
Comments
Suvendu Shekhar Giri 30-Oct-15 5:25am    
What do you mean by Mapping? Can you describe a little more about what exactly you want?
Prasad Billupati 30-Oct-15 5:56am    
ike if user entering age 18 i want to store category as adult in table
age is 05 want to map that to child
Andy Lanng 30-Oct-15 5:26am    
Mapping usually refers to datatype conversion. e.g. varchar -> string; bit -> bool etc.

This is what is usually means, but there are other meanings depending on the context, such as column mapping to data fields.

Would you care to provide us some context
Prasad Billupati 30-Oct-15 5:56am    
ike if user entering age 18 i want to store category as adult in table
age is 05 want to map that to child

SQL doesn't have a concept of "mapping" which is probably why you can't find anything. You'd have to explain what you're looking to do a bit more for someone to help.
 
Share this answer
 
Comments
phil.o 30-Oct-15 5:37am    
In fact, yes, it does :)
Is that what you are searching for?:

Login Properties (User Mapping Page)[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900