How to insert new line characters into strings?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

Is INSTEAD OF trigger directly applicable to Table ?

0 Answers  


two tables are there.1st table EMP has two columns ID and name and contains data 1,A 2,B 3,C 2nd table EmpSal has 2 columns ID and Salary Contains data -1,1000 2,5000 3,3000 Find name of employee having maximum salary ?

5 Answers   CSE,


what are the new features of sql server 2005?

8 Answers   HP, Keane India Ltd,


How many types of triggers in sql server?

0 Answers  


Your table has a large character field there are queries that use this field in their search clause what should you do?

0 Answers  






What is the difference between Stored Procedures and triggers?

0 Answers   HCL,


How to create stored procedures with parameters in ms sql server?

0 Answers  


You have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation?

0 Answers  


What is index in an assignment?

0 Answers  


Define self join in sql server joins?

0 Answers  


Can we install sql server 2016 on windows 7?

0 Answers  


you are provided with the single table having say 4 col ie fname lname age city , now the all records with displying of only fname and lname is required but in this format say my name is abhay khanna it will come like this abhay-khanna rahul-roy gaurav-singh the above format is required

3 Answers  


Categories