Explain filestream storage of sql server 2008?
No Answer is Posted For this Question
Be the First to Post Answer
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
What is difference between stored procedure and user defined function?
What are the acid properties?
2) Consider a Table name A which has below records ID --- 5 5 5 5 5 Consider another table B which has below records ID -- 5 5 5 5 5 5 5 5 How many rows will be returned by each of the below queries a) select * from A inner join B on A.id = b.ID b) select * from A left join B on A.id = b.ID c) select * from A right join B on A.id = b.ID
Explain transaction server explicit transaction?
What is difference between count (*) and count 1?
What is the difference between WHERE AND IN? OR 1. SELECT * FROM EMPLOYEE WHERE EMPID=123 2. SELECT * FROM EMPLOYEE WHERE EMPID IN (123) WHAT IS THE DIFFERENCE?
What is the purpose of the tempdb database?
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it
How many non clustered indexes there can be on table ?
Does a specific recovery model need to be used for a replicated database? : sql server replication
Explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)