Interview Cracking Steps and common questions
Interview Cracking Steps1)Resume: Mention all the skills and achievements. Be true to yourself and do not exaggerate. Develop good command on all the topics which you have mentioned in the resume....
View ArticleStudents Project ACKNOWLEDGEMENT format
ACKNOWLEDGEMENTIt is our pleasure to present this project report on AbcFirst of all, let us thank Mr. TDN, the principal of XYZ Institute , for his kind consideration.I express my deep gratitude and...
View ArticleHow to Fix Issue "0xc000000e: Windows Failed to Start" boot error(Solved)
How to fix the bootmgr Windows Boot Manager error "0xc000000e Windows Failed to Start: The boot selection failed because a required device is inaccessible".Without a Windows setup DVD or if the Windows...
View ArticleAzure Management Tools,characteristics,Service Type,Subscription
Azure characteristicsCloudVirtualizedPay per useScalable (Elastic)Self Service Provisioning.(Automation)Azure service type-SOFTWARE AS A SERVICE(Saas)Platform-as-a-Service (PaaS) INFRASTRUCTURE AS A...
View ArticleSQL insert query validation constraints to limit number of records
This is sample of query for SQL insert query validation constraints to limit number of records lets you want to insert only 1000 records in table .We can restrict number of rows, but need to add a...
View ArticleAdvantages of pragma exception init in ORACLE
1.You can define error message for predefined oracle error number.. But once you declare pragma statement, exception are handled implicitly... No need to raise exception explicitly...2.User could...
View ArticleSending mail by Telnet and manually checking connection
Open Command prompt using CMD as administratorThen Put in this command :telnet server Name 25Wait to be invited to next step (ehlo), then put in this command:EHLO Domai nanmeAfter output put in this...
View ArticleCreate Index From SQL of Expensive queries
Index creation from expensive query from SQL You can use Activity monitor of SQL .Then you can find missing index detail from show execution plan by right click on query.Add captionIf its ax then you...
View ArticleSQL Database shrinking full step details with Screenshots to reduce database...
Step 1: (05-Mar-17 4:00:46 PM) User right click on "MicrosoftDynamicsAX (tree item)" in "Microsoft SQL Server Management Studio" Step 2: (05-Mar-17 4:00:49 PM) User left click on "Properties...
View ArticleHow to Create a Differential Database Backup and Restore in SQL Server 2012...
This is an Example of differential backup in SQL server 2012 . Following is theStep-by-Step Approach to Differential Backup for database.1.let us create one database2.Now create one single table3.You...
View ArticleRobocopy command for copying data one drive to another drive in MS SQL
I am giving hints for Robocopy command for copying data one drive to another drive in MS SQL.Syntax of command is as below. robocopy \\Source server name\O$\MP1Bak\MSSQL2012\Backups\User\ \\destination...
View ArticleHow to assign permission for database to user in SQL Server 2012
How to assign permission for database to user .First you need to Connect with database engine in SQL serverThen go to security option after databasesThen expand users and select user.then You need to...
View ArticleTable data Backup steps from database in SQL Management Studio
How You can take table backup in sql database There is simple way and step shown in below youtube clip.1.Open SQL database engine and connect it.2.let us You want to copy data of table custtable to...
View ArticleDecrease SQL Server Database and Table Size with simple steps
In this clip shows you Practical Tips to Reduce SQL Server Database annd Table Size .The Steps are provided but process is taking time so final result not shown . You can check from your end by...
View ArticleMax degree of parallelism Property in sql server
Question -What is max degree of parallelism in SQL server and how can we find the parallelism which has been in SQL serverAnswer:When we execute a query number of processes use in parallel...
View ArticleActivities That Cause a Checkpoint in SQL Server
Checkpoints occur in the following situations:1. A CHECKPOINT statement is explicitly executed. A checkpoint occurs in the current database for the connection.2. A minimally logged operation is...
View ArticleCertifications options for IT Person
E-Business Suite Manufacturing,E-Business Suite E-Business Suite Manufacturing,E-Business Suite Procurement,E-Business Suite Project Management,E-Business Suite Supply Chain Management,-Business Suite...
View ArticleWhat is LSN chain in SQL
What is LSN chain in SQLEvery trasaction in sql server is identified by lsn number .means log sequence numberIf LSN is broken then u may not able to restore it. Hope LSN needed in order to perform...
View Article