Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

HCL SQL Server Interview Questions
Questions Answers Views Company eMail

What is SQL server agent?

2 8397

What is the difference between a Local temporary table and a Global temporary table? How is each one used?

2 18910

Difference between Cluster and Non-cluster index?

32 138253

Rate yourself in .NET and SQL ?

1 7922

What are the steps you will take to improve performance of a poor performing query?

1 9527

What are the steps you will take, if you are tasked with securing an SQL Server?

1 6881

What is blocking and how would you troubleshoot it?

3 6635

How to restart SQL Server in single user mode? How to start SQL Server in minimal configuration mode?

3 9795

As a part of your job, what are the DBCC commands that you commonly use for database maintenance?

1 7547

What are statistics, under what circumstances they go out of date, how do you update them?

2 7971

What are the different ways of moving data/databases between servers and databases in SQL Server?

3 13633

Explian different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?

2 9180

What is database replicaion? What are the different types of replication you can set up in SQL Server?

5 23549

How to determine the service pack currently installed on SQL Server?

4 8904

Can you have a nested transaction?

4 10283

Post New HCL SQL Server Interview Questions


HCL SQL Server Interview Questions


Un-Answered Questions

What are all the different Route Parameters ?

512


How is time managment and payroll is integrated?

612


I need testPalindrome and removeSpace #include #define SIZE 256 /* function prototype */ /* test if the chars in the range of [left, right] of array is a palindrome */ int testPalindrome( char array[], int left, int right ); /* remove the space in the src array and copy it over to the "copy" array */ /* set the number of chars in the "copy" array to the location that cnt points t */ void removeSpace(char src[], char copy[], int *cnt); int main( void ) { char c; /* temporarily holds keyboard input */ char string[ SIZE ]; /* original string */ char copy[ SIZE ]; /* copy of string without spaces */ int count = 0; /* length of string */ int copyCount; /* length of copy */ printf( "Enter a sentence:\n" ); /* get sentence to test from user */ while ( ( c = getchar() ) != '\n' && count < SIZE ) { string[ count++ ] = c; } /* end while */ string[ count ] = '\0'; /* terminate string */ /* make a copy of string without spaces */ removeSpace(string, copy, ©Count); /* print whether or not the sentence is a palindrome */ if ( testPalindrome( copy, 0, copyCount - 1 ) ) { printf( "\"%s\" is a palindrome\n", string ); } /* end if */ else { printf( "\"%s\" is not a palindrome\n", string ); } /* end else */ return 0; /* indicate successful termination */ } /* end main */ void removeSpace(char src[], char copy[], int *cnt) { } int testPalindrome( char array[], int left, int right ) { }

2197


While I prepare Form JJ for goods transfer I made a mistake that the value of goods is morethan the actual value(i.e. instead of Rs.92100/- I filed Rs.1354000/-)and the copy of JJ sheet is sealed in the checkpost one copy is taken in the checkpost. please anybody give me the exact solution. thanks

2059


what is the difference between attemperator and desuperheater ?

4974






Is swift easier than python?

550


How do I protect a field in word?

309


What is the function of the umbilical cord?

5


Can an mdb be a message producer or both a producer and consumer? : BEA Weblogic

509


What is distributed system in asp.net?

531


You are the project manager for a construction company that is building a new city and county office building in your city. Your CCB recently approved a scope change. You know that scope change might come about as a result of all of the following except: A. Schedule revisions B. Product scope change C. Changes to the agreed-upon WBS D. Changes to the project requirements

501


If a system has 128 mb ram and 1 gb hard disk, and a process decides to use its fully allotted virtual memory 2^32 - 2gb = 2 gb, how is it practically possible?. But this works in all machines. How?

480


to which generation of prog. languages does ai prog languages belong

1848


how can you define hr and change management?

1764


What is primitive data type in javascript?

459