Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security
No Answer is Posted For this Question
Be the First to Post Answer
1.what is the purpose of using alias name in sql server? with certain example? 2.what is cursor?will u plz explain me in detail with certain example?
What is the importance of a recovery model?
Explain boyce and codd normal form(bcnf)?
How to replace the Query Result 'Null Value' with a text ?
How many types of objects are there?
i 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
Syntax to find the used space and free space of the Data file in a database(SQL Server). Following queries didn't give the exact Used space and Free Space Information sp_spaceused;DBCC showfilestats;exec MyDbName.dbo.sp_spaceused;SP_HELPFILE Can any one tell me the query for how to find the exact used data file space and free space in a Data File?
Can group by be used without aggregate functions?
What is the purpose of UPDATE STATISTICS?
What is raid? : SQL Server Architecture
what is bit data type? and what are the information that can be stored inside a bit column?
What is Cross Join and in which scenario do we use Cross Join?