Consider a table with 8 rows 4 rows contains value 0 and 4 rows contains value 1.Now write a single update query to make all 0's as 1 and all 1's as 0
7 98191.how to find the dead lock in sql server? 2.How to fine the memory leaks in sql server? 3.suppose transaction log file increasing what action will take ?
2019In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
2005i have a table like this Eno ename 1 a 2 b 3 c i want to display ename and bossname from table hint boss is also an employee
NIIT,
3 6079I hav 10 records only one column 1,2,3,4,5......10 now am writing query select max(column name) Then What is The Output
9 11139i need to know how i display department which has salary > =5000 for the below table Department ----------- salary deptname 1000 a 3000 a 2000 b 3000 b 4000 c 5000 c kindly send the query to thilakvinoth13@gmail.com
6 7858
Do you know what is fill factor and pad index?
While migrating Microsoft SQL Server 2008 database to SQL Azure, what can be done to ensure the database connectivity does not degrade?
How to remove duplicate rows from table?
Write a sql query to sort on different column name according to the parameters passed in the function?
Do you know nested transaction?
What is the use of sign function?
What is page in sql server?
What is the sql server agent?
What are the different editions available in sql server 2000?
Tell me when is the update_statistics command used?
What is exporting and importing utility?
Can you always create a cache of a report?
Can you explain what are the restrictions applicable while creating views? : SQL Server Architecture
What is updatable resultset?
What is the difference between lock, block and deadlock? : sql server database administration