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 98421.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 ?
2027In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
2009i 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 6084I 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 11157i 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 7882
What is the contrast amongst drop and truncate?
What is query optimization process?
explain different types of joins? : Sql server database administration
How to get a list of columns in a view using the "sp_help" stored procedure?
What are the different types of sub-queries?
How to connect sql server management studio express to sql server 2005 express?
what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
what happens on checkpoint? : Sql server database administration
Can the query output be sorted by multiple columns in ms sql server?
How do you check sql server is up and running?
What is temporary stored procedure?
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?
How to drop existing indexes in ms sql server?
whats the maximum size of view state??
tell me what is blocking and how would you troubleshoot it? : Sql server database administration