What are filegroups in sql server?
No Answer is Posted For this Question
Be the First to Post Answer
What is scalar user-defined function?
What is table-valued sub query?
When would you use sql joins?
How will you add a dimension to cube? : sql server analysis services, ssas
if no size is defined while creating the database, what size will the database have? : Sql server administration
how to determine the service pack currently installed on sql server? : Sql server database administration
what is the maximum size of sql row in mssql?
How to insert and update data into a table with "insert" and "update" statements?
How to find Duplicate Records In table?
role of sql sever 2005 in database rather than any other database
What is a periodical index?
employee table has employee id ----------- empid ---------------- 1 2 3 3 3 4 5 5 5 6 6 6 7 here the values r repeated two times.how to select the repeated values only.i.e 3,5,6 should alone come.