Build your professional network on facebook via our app Go to app
Abhineet Agarwal Database Architect/Designer STPL Pvt Limited
 
Create knowledge [?]
 
(rate this)
Reasons Why You Can't Get What You Want I believe that all of us want happiness and success in life. However, very few can actually admit that they have got there. Many didn't know why they aren't successful, so few knew why, but didn't do anything about it. I have the privilege to come across a list of reasons why most people couldn't achieve happiness or success in life. As I read through, I too discovered that some of the reasons here have been standing in the way between success and me. As you go over the list now, check yourself by it, point by point, to find out how many of these causes-of-failure stand between you and success. Lack of purpose in life - Before I start taking my life s...
Ted Green  |  Commented  |  3 years ago
very nice and true. You first have to have faith and believe, then apply education, I feel.
Abhineet Agarwal  |  Commented  |  3 years ago
It is very nice
 
 
Insight: "Why You Can't Get What You Want " deleted from your view.
Undo
 
(rate this)
Tired with work and 2 hard days for the weekend:-) Expand your facial muscles with the below fun dose..  MONKEY IN THE PLANE Once in Brazil a plane crashed, only a monkey who was traveling in the plane was left alive. Fortunately the monkey was intelligent enough to understand our language and reply in actions. The officials went to see the monkey in the hospital and had a talk with the monkey. Officer: 'When the plane took off what were the travelers doing?' Monkey: 'Tying their belts' Officer: 'What were the air hostesses doing?' Monkey: 'Saying Hello! Good morning!' Officer: 'What were the pilots doing?' Monkey: 'Checking the system' Officer: 'What were you doing?' Monkey: 'Looking for m...
Nikil Kuti  |  Commented  |  27 days ago
(To add more just for fun...) Officer: why this was happened ? you can handle steering well,you are intilligent ! Monkey: While Handling the steering! I have seen Farm Lands & trees So I m looking for my food,where as Pilot(s) after seeing...
Abhineet Agarwal  |  Commented  |  3 years ago
this is very old
Amit Alok  |  Commented  |  3 years ago
this gives us a lesson everyone has his own work . donnt do others jobs. but its nice story. PS: sarada, do post same kind of stuff.
 
 
Insight: "Monkey in the Plane:-)" deleted from your view.
Undo
 
(rate this)
AUDITING       What is Auditing? Auditing in Oracle can be done by writing logs to either the SYS.AUD$ table or to the OS itself. Auditing to the OS makes deleting the audit trail by a DB user more difficult. But auditing all accounts and all actions would severely affect performance. Auditing involves in recording all the activities based on the auditing rules Some types of auditing are Database level Auditing, Schema Level auditing, Object level Auditing and Statement level auditing.   What are the different Levels of Auditing?   Statement Auditing, Privilege Auditing and Object Auditing.     What is Statement Auditing?   Statement auditing is the auditing of the powerful system privilege...
 
 
Insight: "Auditing" deleted from your view.
Undo
 
(rate this)
Views in SQL Server   View A view is a virtual table that consists of columns from one or more tables. Though it is similar to a table, it is stored in the database. It is a query stored as an object. Hence, a view is an object that derives its data from one or more tables. These tables are referred to as base or underlying tables. Once you have defined a view, you can reference it like any other table in a database. A view serves as a security mechanism. This ensures that users are able to retrieve and modify only the data seen by them. Users cannot see or access the remaining data in the underlying tables . A view also serves as a mechanism to simplify query execution. Complex queries can...
Sairam. M  |  Commented  |  10 months ago
THIS STUFF IS REALLY VERY USEFUL FOR SQL USERS AND SQL ADMINISTRATORS. THERE ARE 2 KINDS OF AUTHENTICATION SQL (STRUCTURED QUERY LANGUAGE) AND WINDOWS (ENABLE GUEST ACCOUNT). BOTH HAVE TO BE CONFIGURED WHENEVER IT IS NEEDED IN AN ORGANIZATION. AN...
 
 
Insight: "view in sql server" deleted from your view.
Undo
 
(rate this)
SQL SERVER - 2008 - Introduction to SPARSE Columns I have been writing recently about how SQL Server 2008 is better in terms of Data Stage and Backup Management. I have received very good replies from many users and have requested to write more about it. Today we will look into another interesting concept of SPARSE column. The reason I like this feature because it is way better in terms of how columns are managed in SQL Server. SPARSE column are better at managing NULL and ZERO values in SQL Server. It does not take any space in database at all. If column is created with SPARSE clause with it and it contains ZERO or NULL it will be take lesser space then regular column (without SPARSE claus...
 
 
Insight: "Sparse Column In sql server 2008" deleted from your view.
Undo
 
(rate this)
XML IN 20 MINUTES! XML IN 20 MINUTES! This article will quickly dive head first right into XML.  I will take an everyday object and attempt to describe it using XML.  Then I will load the XML file into a XML document object model (DOM).  Next, I will demonstrate how to query the XML document using XPath and perform some minor manipulation of the DOM. All of this functionality will be preformed using a simple Visual basic application and the Microsoft parser version 3.0.  The final objective of this article will be to produce an ActiveX control which will query the pubs SQL Server database and return a list of book titles in XML format. LETS GET STARTED ! If any of you have ever picked up a ...
Radhakrishna Marar  |  Commented  |  3 years ago
Good work sir....for refreshing the brain cell with an insight on XML....Thank you so much...
Mahendra Sharma  |  Commented  |  3 years ago
Please also give some description about xml bulk uploader
 
 
Insight: "XML in 20 minutes" deleted from your view.
Undo
 
(rate this)
Using DDL Triggers to Manage SQL Server 2005   SQL Server 2005 has extended the trigger functionality you normally use with Data Manipulation Language (DML) commands such as INSERT, UPDATE, and DELETE to incorporate Data Definition Language (DDL) commands like CREATE DATABASE, DROP TABLE, and ALTER TABLE. The new technology, called DDL triggers, comes in two flavors: database-level triggers that respond to changes to the database and server-level triggers that respond to changes on the server. This article uses the sample Adventure Works database and the SQL Server 2005 CTP to introduce DDL triggers and provide scenarios for using them. Also, like DML triggers, DDL triggers run in the same ...
 
 
Insight: "DDL triggers in sql server 2005" deleted from your view.
Undo
 
(rate this)
What is Data Warehousing? A data warehouse is the main repository of an organization’s historical data , its corporate memory. It contains the raw material for management’s decision support system . The critical factor leading to the use of a data warehouse is that a data analyst can perform complex queries and analysis , such as data mining, on the information without slowing down the operational systems. Data warehousing collection of data designed to support management decision making. Data warehouses contain a wide variety of data that present a coherent picture of business conditions at a single point in time. It is a repository of integrated information, available for queries and anal...
 
 
Insight: "Data warehousing" deleted from your view.
Undo
 
SQL Database Administrator.   1. Install, configure SQL server 2005 and administer SQL server cluster. 2. Upgrade database from 2000 to SQL 2005 3. Consolidate Migrate database from server to server ...
By : Al-Bilad Arabia Company Limited  | New post
Abhineet Agarwal  |  Commented  |  3 years ago
I have an 3 year experience in sql server 2005 field
 
Job: "SQL DBA, Al-Bilad Arabia Company Limited, Saudi Arabia " deleted from your view.
Undo
 
 
We are looking for an SQL Developer- The candidate needs 5+ years experience in 2 or more DBMS in a large scale development environment.  Work closely with the business developing capabilities utiliz...
Abhineet Agarwal  |  Commented  |  3 years ago
i have an 3 year experince in sql server developer
 
Job: "Datawarehouse (SQL) Developer" deleted from your view.
Undo
 
View more   
Follow me on
TooStep
 
 
Contributions and Connections
 
 
124 Contribution Points
0
0 Expert Badges
[?]
18
Connections
20
Following
2
Followers
[?]