Nowadays housewives are also very conscious about their weight and diet pattern. But like other working women even they are busy with their ...

A Quick solutions to your Technical problems.
Nowadays housewives are also very conscious about their weight and diet pattern. But like other working women even they are busy with their ...
11. What are ENUMs used for in MySQL? You can limit the possible values that go into the table. CREATE TABLE months (month ENUM ’January’, ’...
21. Differentiate the LIKE and REGEXP operators? SELECT * FROM pet WHERE name REGEXP "^b"; SELECT * FROM pet WHERE name LIKE ...
31. what is difference between primary key and candidate key? Primary Key - are used to uniquely identify each row of the table. A table can...
41. How do you find out which auto increment was assigned on the last insert? SELECT LAST_INSERT_ID() will return the last value assigned by...
16. How to create links to the mapped network drives? Creating links to mapped drives in WSS v3 or MOSS 2007 can be done via the new content...
136. How is site data stored? Site data is stored in your content database that either resides in SQL Server 2000 or MSDE. 137. Where is me...
121. What is a document workspace? Document workspaces consist of information surrounding a single or multiple documents. 122. What is a we...
106. What is the difference between SharePoint Portal Server and Windows SharePoint Services? SharePoint Portal Server is the global portal ...
96. How do I open an older version of a document? Normally, all previous versions are located in the shadow, so if you right click a publish...
86. What are the benefits of Microsoft Office SharePoint Server 2007? Provide a simple, familiar, and consistent user experience. Boost empl...
76. Can SharePoint be linked to an external data source? SharePoint data can be opened with Access and Excel as an external data source. Thu...
61. What are the advantages of a hosted SharePoint vs. one that is on an in-house server? No hardware investment, i.e. lower costs No softwa...
46. What is the relationship between Microsoft SharePoint Portal Server and Microsoft Windows Services? Microsoft SharePoint Products and Te...
31. What are WebPart properties, and what are some of the attributes you see when declaring WebPart properties in code? WebPart properties a...