adspace


Do you know what is openxml in sql server?

Answer Posted / Vishal Kumar Jha

OpenXML is a Microsoft XML extension used in SQL Server for importing and exporting data as XML. It allows developers to work with XML data directly within the database, making it easier to integrate and process complex XML documents.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to provide default values to function parameters?

1258


How to remove duplicate rows from table except one?

1088


This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?

2567


What is temporary table in sql server? Why we use temp table?

1021


explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1133


Is it possible to have clustered index on separate drive from original table location?

1040


Explain system functions or built-in functions? What are different types of system functions?

1065


What are different types of constraints?

1001


What is the primary use of the model database?

1149


Can sql servers link to other servers like oracle?

916


What is a view in sql?

1040


What are wait types?

1249


What is sql or structured query language?

1227


Why should you use or avoid select * statements?

1109


What are the kinds of subquery?

1107