adspace


What is the default schema of your login session in ms sql server?

Answer Posted / Brajkishor Tiwari

"The default schema of a SQL Server login depends on how the user was created. For users created through T-SQL scripts, it's usually dbo. For users created through SQL Server Management Studio (SSMS), it's the same as the owner of the script."

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How raid can influence database performance?

1128


When should you use an instead of trigger?

1062


What is self contained sub query?

1148


What is a scheduled job or what is a scheduled task?

1044


Can one drop a column from a table?

1098


Is it possible to have clustered index on separate drive from original table location?

1050


Can we do dml on views?

1043


What is sql server query analyzer?

1137


Explain “row_number()” in sql server with an example?

1087


Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?

1032


How to convert numeric expression data types using the cast() function?

1157


What is the difference between for xml raw and for xml auto?

1125


What are the source of constraints?

1015


explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1139


How do I create a trace in sql server?

1128