your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

What purpose does the model database server?

0 Answers  


What is the use of group by clause?

0 Answers  


What are exact numeric data types in ms sql server?

0 Answers  


How to select true false based on column value in sql server?

0 Answers  


What are different types of data sources?

0 Answers  






what is the difference between table and view

1 Answers  


What is default constraint in ms sql server?

0 Answers  


What is stored in the mssqlsystemresource database? : sql server database administration

0 Answers  


how to copy only distinct data into another table which is not already exist in database?

2 Answers   Spectra,


What are alternate keys?

0 Answers  


CREATE TABLE [dbo].[HPMS_CompetencyTypes](CompetencyType varchar(50) ) go create trigger hpms_create_Insert on HPMS_CompetencyTypes for insert as if Exists ( select * from [HPMS_CompetencyTypes] where CompetencyType=(select * from [HPMS_CompetencyTypes])) begin Rollback tran Raiserror ('duplicate value',12,6) go insert HPMS_CompetencyTypes (CompetencyType) values ('new') I'm new to trigger can any one tell me where is the issue. Please.

2 Answers  


What is a transact-sql statement?

0 Answers  


Categories