Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Wht is Stuff in sql ser

Answers were Sorted based on User's Feedback



Wht is Stuff in sql ser..

Answer / lipsa

Stuff is a Sql server function.It Deletes a specified
length of characters and inserts another set of characters
at a specified starting point.



SELECT STUFF('abcdef', 2, 3, 'ijklmn')
::will return te following result::

aijklmnef

Is This Answer Correct ?    5 Yes 1 No

Wht is Stuff in sql ser..

Answer / sanjeev kumar

It is a inbuilt function that delete the character starting
from second parameter and No of character as in 3rd
parameter and place the all character of 4th parameter in
place of them.


Example:-

SELECT STUFF('sanjeev', 2,3, 'kumar')

Results:-

skumareev

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL Server Interview Questions

what is the information that can be stored inside a bit column? : Sql server database administration

0 Answers  


What is database white box testing?

0 Answers  


How to create Clustered Primary Key to table?

2 Answers  


Tell me what is a linked server?

0 Answers  


What is the purpose of self join?

0 Answers  


What are the steps to follow to configure SQL*Net?

0 Answers   Tech Mahindra,


What are transactions in sql?

0 Answers  


where can you add custom error messages to sql server? : Sql server administration

0 Answers  


what is the primary use of the model database? : Sql server administration

0 Answers  


What is Left Outer Join?

2 Answers  


How to turn off warning messages during php execution?

0 Answers  


What is the difference between mysql and sql server?

0 Answers  


Categories