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 100351.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 ?
2076In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
2075i 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 6197I 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 11414i 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 8114
What are different replication agents and what's their purpose? : sql server replication
List out different types of normalizations in sql server and explain each of them?
how you can list all the tables in a database?
Is it ok to shrink transaction log?
Can a table be created inside a trigger?
What is the New in SQL server 2008?
What is the size of transaction log file?
Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
Explain cross join or cartesian product in sql?
Explain the disadvantages of cursors?
What is 1nf 2nf and 3nf?
What is stretch database in sql server?
What is nonclustered index on computed columns?
what method you can use to reduce the overhead of Reporting Services data sources?
How to use order by with union operators in ms sql server?