adspace


Is sql server implemented as a service or an application? : Sql server database administration

Answer Posted / Rashmi Kumari

SQL Server is implemented as a service, specifically as a Microsoft Windows service called SQL Server (MSSQLSERVER) by default. This service is responsible for managing and executing SQL Server processes.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60

2300


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

1027


Explain “row_number()” in sql server with an example?

1086


What is clustered index

1093


What are the different subsets of sql?

1661


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

1069


How to connect php with different port numbers?

1196


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?

2574


What is sql or structured query language?

1232


What are wait types?

1261


What is acid mean in sql server?

1257


What are the kinds of subquery?

1117


How do I find the sql server version?

1114


How do I find query history in sql server?

1033


How to enter binary string literals in ms sql server?

1255