What are temporal tables in sql server 2016?
hi i am having .mdf file and .ldf file ..how can i get the all table in my .mdf..plz give solution
Can we perform backup restore operation on tempdb? : sql server database administration
What is transact-sql ddl trigger?
What is mapping schema?
When you first load SQL SERVER you will startup with what all databases?
What is clustered primary key?
explain extended properties
List all types of constraints in sql server?
What languages bi uses to achieve the goal?
Explain Different types of Projects?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
How to call a function from a stored procedure in SQL Server ?