adspace


what are user defined datatypes? : Sql server database administration

Answer Posted / Shaji Najeev Siddiki

{"user defined datatypes": "User-defined data types (UDTs) in SQL Server allow you to create a new data type by combining built-in data types or other UDTs. This provides a way to enforce consistency and improve code reusability. You can create UDTs as structured data types, table-valued functions, scalar-valued functions, or user-defined aggregate functions."}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a view in sql?

1046


How raid can influence database performance?

1127


What are the different subsets of sql?

1661


What are the different types of subquery?

1239


Can we do dml on views?

1041


Can sql servers link to other servers like oracle?

928


What is subquery? Explain the properties of a subquery?

1070


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1221


What is standby servers? Explain types of standby servers.

1087


What is the difference between for xml raw and for xml auto?

1125


How can I check that whether automatic statistic update is enabled or not?

1120


Why use identity in sql server?

1209


Why we use the openxml clause?

1088


Does view occupy space?

1031


If any stored procedure is encrypted, then can we see its definition in activity monitor?

1081