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

Commonly used scripts to troubleshooting...

Cannot connect to SQL Server from a remote machine? How to troubleshoot , when we are unable to connect the SQL Server from other machine?...follow below steps... and identify the issue... 1. Make sure SQL Server is running on the target machine ( verify...

Read more

Advertising

Commonly used scripts to troubleshooting...

Commonly used scripts to troubleshooting... Regular usage scripts for SQL Server dba ===================== 1. On which drive the database files(mdf & ldf) are located? use master select * from sysaltfiles where filename like 'd%' (OR) select * from master..sysaltfiles...

Read more

Advertising

How to plan a backup strategy in SQL Server

How to plan a backup strategy in SQL Server? There are various types of backup options available in SQL Server and as a DBA we need to plan what backups need to be performed and how frequently those backups need to be performed. The planning for database...

Read more

Advertising

Hiding the SQL Server over the network...

Hiding the SQL Server over the network... Hiding the SQL Server over the network... As you can see all of my instances are visible on the network. If I want to hide this information from people on my network, it can be done easily. SQL Server allows us...

Read more

<< < 1 2 3 > >>