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

SQL SERVER SECURITY

1. What is the Guest user account in SQL Server? What login is it mapped to it? Ans: The Guest user account is created by default in all databases and is used when explicit permissions are not granted to access an object. It is not mapped directly to...

Read more

Advertising

See I have an environment, Sunday night full backup, everyday night diff backup and every 45 min a transactional backup. Disaster happened at 2:30 PM on Saturday. You suddenly found that the last Sunday backup has been corrupted. What’s your recovery plan?

Q. See I have an environment, Sunday night full backup, everyday night diff backup and every 45 min a transactional backup. Disaster happened at 2:30 PM on Saturday. You suddenly found that the last Sunday backup has been corrupted. What’s your recovery...

Read more

Advertising

How MAXDOP impacts SQL Server?

How MAXDOP impacts SQL Server? Ans: The Microsoft SQL Server max degree of parallelism (MAXDOP) configuration option controls the number of processors that are used for the execution of a query in a parallel plan. This option determines the computing...

Read more

Consider a situation where publisher database log file has been increasing and there there is just few MB available on disk. As an experienced professional how do you react to this situation? Remember no disk space available and also we can’t create a new log file on other drive

Consider a situation where publisher database log file has been increasing and there there is just few MB available on disk. As an experienced professional how do you react to this situation? Remember no disk space available and also we can’t create a...

Read more

Advertising

Let’s say we have a situation. We are restoring a database from a full backup. The restore operation ran for 2 hours and failed with an error 9002 (Insufficientlogspace). And the database went to suspect mode. How do you troubleshoot this issue?

Let’s say we have a situation. We are restoring a database from a full backup. The restore operation ran for 2 hours and failed with an error 9002 (Insufficientlogspace). And the database went to suspect mode. How do you troubleshoot this issue? Ans:...

Read more

<< < 10 20 30 31 32 33 34 35 36 37 38 39 40 > >>