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
What is a view in sql?
How raid can influence database performance?
What are the different subsets of sql?
What are the different types of subquery?
Can we do dml on views?
Can sql servers link to other servers like oracle?
What is subquery? Explain the properties of a subquery?
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?
What is standby servers? Explain types of standby servers.
What is the difference between for xml raw and for xml auto?
How can I check that whether automatic statistic update is enabled or not?
Why use identity in sql server?
Why we use the openxml clause?
Does view occupy space?
If any stored procedure is encrypted, then can we see its definition in activity monitor?