Overblog All blogs Top blogs Jobs, Education & Studies
Follow this blog Administration + Create my blog
MENU
Advertising

SQL Server Features 2012

Features of SQL Server 2012 1. AlwaysOn Availability Groups -- This feature takes database mirroring to a whole new level. With AlwaysOn, users will be able to fail over multiple databases in groups instead of individually. Also, secondary copies will...

Read more

Advertising

Linked server:SQL Server

Linked server:SQL Server 2005 new feature. A linked server is simply a connection to an Object Linking and Embedding Database (OLEDB) data source. THE MAIN PURPOSE is to access remote databases from source server instance without login. Permissions to...

Read more

Violation of PRIMARY KEY

Violation of PRIMARY KEY constraint 'PK_Whatever': Why you get this error: Trying to insert duplicate records in publisher or subscriber How to find: Once we get this error message , replication is going to fail. Go to replication monitor> Properties...

Read more

SQL server agent

SQL Agent SQL agent, also known as SQL server agent, is a Microsoft SQL server relational database management system(RDBMS) background tool. SQL agent allows the database administrator (DBA) to schedule automated execution jobs, as well other management...

Read more

Advertising

SQL Dynamic management Views

SQL DMVs Top 15 SQL Dynamic management Views 1.sys.dm_db_index_physical_stats: This dynamic management function returns information regarding data and index information for data tables and views 2.sys.dm_exec_requests: This view shows information regarding...

Read more

database mirroring QUESTIONS

What is database mirroring? In which SQL Server version it was introduced? Why mirroring why not Log shipping? What are the difference between Log Shipping and mirroring? Can you explain the specific usability of mirroring, Log Shipping and Replication?...

Read more

What are the DMV's in SQL Server ?

What are the DMV's in SQL Server ? Dynamic management views and functions return server state information that can be used to monitor the health of a server instance, diagnose problems, and tune performance. Important Dynamic management views and functions...

Read more

Advertising
<< < 10 11 12 13 14 15 16 17 18 19 20 30 > >>