Stuffbin
This stuffbin.blogspot.com shares about the General things which may be Entertainment or Sports or Education or Health and Fitness, etc. I guess u guys are lucky to check out everything in a single blog. And the contents in this blog is written by me and its uptp my knowledge.
Saturday, January 8, 2011
Hockey, The Best Game
Field hockey is a team sport in which a team of players attempt to score goals by hitting, pushing or flicking the ball with hockey sticks into the opposing team's goal. So the Equipments used for the Players should be of good quality and customized. And the Hockey Products used should be for both Indoor and Outdoor Hockey. Because In countries where winter prevents play outdoors, hockey is played indoors during the off-season. This variant, indoor field hockey, differs in a number of respects.
Hockey Stick:
Each Hockey Player Carries a "Stick", which is normally 36-37 inches long but its size can be changed in accordance to the player. Traditionally this hockey sticks are slight curve from top to bottom and a longer bend at the bottom. It is wrapped with a grip at the top so that it will be convinient for the player to hold the stick and play. Hockey Sticks are available in Various colors like Black, White, Yellow, Green, etc and the leading brands of Hockey sticks are Dita, Kookaburra, Slazenger, Zoppo Hurricane, etc.
Hockey Ball:
Hockey Balls are Spherical hard and made of Plastic. These are Molded PV and PVC and is finished with Plain and Dimple. These Balls are given with Bags and Baskets.
There are also list Goal Keeper Products like Legguards, Kickers, Hand Protectors, Smocks, Bags, Body Armour, Pelvic Protection, Sticks, Helmets, etc. These accessories prevent the goal keeper from preventing injuries.
So there are some of the websites, in which the hockey products and accessories are selected. And the best which i prefer is http://www.ultimatehockey.co.uk
Friday, January 7, 2011
Traditional Toilet
If you want to buy a traditional toilet at a discounted price, you can search online. Many bathroom stores that do business online offer this kind of toilets at a lower rate.A common model of a traditional toilet has a flush system that is generated by a pull chain.
A gravity flushing system produces less noise and is very efficient because the gravity increases the flow of water but a gravity fed toilet is really difficult to repair and consumes more water.
The need of Traditional Toilets in a family may vary from kids to adults. So here in Bathrooms on web shows the Respective Traditional Toilets which can be in according to kid or adult. And this Traditional Toilets can be used easily by the kids(User Friendly), I mean they don want to struggle and spoil the bathroom or Toilet. So just Check out the website which makes to select the respective toilet which bring elegance to your bathroom.
Thursday, January 6, 2011
How to Choose a Bathroom Suite?
In a Modern World, Bathroom is a Place of Relaxation, were we can drop our Pressure, Work Tension, Some Failures along with the crap. So the place should be as such it should be clean and enjoyable (Since it should not also increase our tension). So here comes bathrooms on web, which shows a stylish, slim and attractive bathroom products and let me tell you some of the tips how to select bathroom products online.
If you are about to renovate your bathroom in a modern way then you must go for bathroom suite because it is the most convenient way changing the whole appearance of your bathroom. To those unfamiliar with the term, a Bathroom Suite refers to a bath, a basin and a WC and cistern (a toilet) all sold as one complete package for your bathroom.
While purchasing your bathroom suite, make sure that you have the option to replace any part of the bathroom suite. In case either the bath or the basin or WC is either damaged, or stops functioning, or you're just looking to change things around, it is a good idea to keep that option open.
Bathroom suite is a total package where you can get everything for your bathroom and it is really a better choice rather than opting for separate fittings.Colors and designs are also very important matters. If you like calm and relaxing atmosphere in your bathroom, you should go for light colors but if you like gorgeous and cheeky atmosphere the dark colors are the good options. But when you are choosing the design, you must know whether it is comfortable for your purpose or not. So i guess, you get an idea about how a bathroom should be in accordance to your mind. Give a Click and Checkout the Bathroom Products as you wish.
Sunday, October 31, 2010
SQL Server Interview Questions
Q. Where to use UPDATE STATISTICS in SQL?
A. This command manily is used when we have to process large ammonut of data.If a large amount of deletions any modification or Bulk Copy into the tables has occurred, it has to update the indexes to take these changes into account. UPDATE_STATISTICS updates the indexes on these tables accordingly.
Q. What do you mean by Identity?
A. Identity is a column that automatically generates numeric values.We can start and increment value can be set but most DBA leave these at one. A GUID column also generates numbers the value of this cannot be controlled. Identity/ GUID columns do not need to be indexed.
Q. Difference Between GETDATE and SYSDATETIME?
A. When we use GETDATE the precision is till miliseconds and in case of SYSDATETIME the precision is till nanoseconds.
Q. Why to use SQL Sequence and its drawbacks?
A. In SQL Sequences are used for creating sequence numbers without any overhead of locking but one drawback is that when any of transaction is rolled back the sequence number is lost.
Q. What do you mean by SQL Posting?
A. We can say Posting is an events that helps to writes Inserts,Updates and Deletes in the forms to the database but not commit this transaction to the databases.
Q. What is Filtered Index in SQL?
A. This index is used when we have to index some of rows in table this helps to increase performance and also reduce cost done by index on all the rows.When we see an Index created with some where clause then that is actually a FILTERED INDEX.
Q. Why and when to Use UPDATE STATISTICS command?
A. When we have to do a large processing on data just like deletion ,updation or bulk copy so we have to update the indexes to take these changes into account so to do this UPDATE STATISTICS is used.
Q. What is Linked Server in SQL Server?
A. Linked Servers is SQL Server concept by we can add more SQL Server to a Group and query both the SQL Server dbs usig TSQL Statements. With the help of linked server we can create very fresh,clean, easy to follow, SQL statements that allow remote data to be retrieved, joined and combined with local data. These two Stored Procedure sp_addlinkedserver, sp_addlinkedsrvlogin will be used add new Linked Server.
Q. Different ways of moving data from databases?
A. There are different methods of moving data
(1)BACKUP and RESTORE
(2)detaching
(3)Attaching databases
(4)Replication
(5) DTS
(6)BCP
(7)logshipping
(8) INSERT...SELECT
(9)SELECT...INTO
(10) creating INSERT scripts to generate data.
Friday, October 29, 2010
How to Behave after the Interview
How to Behave after the Interview to the Interviwer
Say thanks. The next day write the interviewer a brief note reiterating your interest in the job. Spell his or her name correctly!
Follow up. If you haven't heard from the interviewer within the time frame indicated at the close of the interview, call them to relay a polite reminder that you're still interested in the job. Ask when they plan to make a hiring decision. If you aren't hired and you are still interested in the company, it pays to keep in touch with the interviewer. Often, through persistence, you may be offered a position at a later date.
Chin Up. If you don't get the job, don't be disheartened. Gear up for your next interview. After all the more interviews you tackle the more polished you become. You may want to contact the interviewer who rejected you and see if you can get any pointers on what to improve before your next interview.