Wednesday, September 19, 2012

Sql Server Real Time Errors


With MS SQL Server, many communication errors arise that could be server-side errors, client-side errors.On getting these communication errors one should not fear at all as these errors do not indicate a problem with SQL Server, but rather a network, network configuration, or client application problem.
Find most common SQL Server errors and their respective reasons.
Server-side errors
17832 Unable to read login packet(s) - This happens when a client starts to connect, but never successfully completes the attempt because of a client operating system or application failure.
17825 Unable to close server-side connection - Happens when SQL Server gets an error while attempting to close the network connection to the client.
17824 Unable to write to server-side connection - Happens when SQL Server attempts to write to a client connection and the write fails. This could be caused by the client computer being hung or shut down, or due to network problems.
10058 Can't send after socket shutdown - Happens if a sockets client (which includes SPX) is actively sending or receiving data to or from SQL Server, and the client application hangs or traps, or is abruptly shut down.
10054 Connection reset by peer - This can happen if a sockets client (which includes SPX) is actively sending or receiving data to or from SQL Server, and the network connection is lost.
10053 Software caused connection abort - This can happen if a sockets client (which includes SPX) aborts the connection.
232 The pipe is being closed - This can occur if a named pipes connection is lost during a read.
109 The pipe has been ended - This can happen if a named pipes connection is lost during a write.
Client-Side Errors
10008 Bad token from SQL Server: data stream processing out of sync - Often caused by an abruptly terminated network connection, which causes a damaged Tabular Data Stream token to be read by the client.
10010 Read from SQL Server failed - The client was reading from the SQL Server network data stream, and the read returned a failure code.
10018 Error closing network connection - The client attempted to close a network connection and the close returned a failure code.
10025 Write to SQL Server failed - The client was writing to the SQL Server network data stream, and the write returned a failure code.

Friday, September 7, 2012

Immediate Opening for TCS - Hyderabad - Java 1 to 3 years







Immediate Opening for TCS - Hyderabad - Java 1 to 3 years

Apply only if you are ready for Face to Face interview on 10th- Sep (Monday)

Experience Required: 1 to 3 years

Job Location: Hyderabad
Salary: Do not disclosed by the recruiter


Qualification:


Any Graduation / Post Graduation  with minimum 50 percentage of marks


Must be good at programming skills


Proffered  : JSP, Servlets, HTML, Java Script


Struts framework would be an added advantage but not mandatory.

Candidates ready for a face to face interview could send in their updated CV along with your current contact details at the earliest to uarumilli@gmail.com along with the below details


Full Name:
Relevant Exp:
Current Location
Notice Period:
Can Attend a face to face interview within this week?(Y/N): 

Senior Database Engineer required for Thomson Reuters - Hyderabad / SQL Developer job at Thomson Reuters , Hyderabad



                                       

Designation: Senior Database Engineer
Job Location: Hyderabad
Notice Period:
 Must be ready to join at the earliest (Max 30 days)
Experience
 : 4 Years & above
CTC: 
As per Industry Standard
Job Type:
 Permanent

Hi,

We are pleased to inform you that, we have an urgent opening with our organization Thomson Reuters – Hyderabad.

Qualification:
 1. At least 4 years hands on experience in design and development of databases using Microsoft SQL Server 2005/2008
2. Expertise in designing and developing database solutions for enterprise transactional and reporting applications
4. Having knowledge in designing and modeling relational databases is an added advantage.
5. Strong ability to understand complex business logic and requirements to derive effective solutions
6. Extensive experience in T-SQL programming, developing, debugging and analyzing stored procedures with error handling, cursors, nested stored procedures, etc.
7.Expertise in creating/optimizing/debugging Stored Procedures, Functions, and Views
8.Good knowledge of data security best practices
9. Bachelor's degree in Computer Science or Math
10.  Dotnet frame work is an added advantage.
11. Must be able to debug/understand ADO dot net code.
12. Extensive knowledge in handling XML quires and dynamic quires

If you are interested in above opening then please help us with

updated profile along with below details ASAP: 
 

1) Total Exp: 
 
2) Relevant Exp:
3) Current CTC:
4) Expected CTC:
5) Notice Period:
6) Current Location:
7) are you ready to relocate (Hyderabad)? (Y/N):
8) Date of Birth:

Sunday, September 2, 2012

Frequently Useful DBCC Commands In Sql Server DataBase

Microsoft SQL Server  provides a set of commands that will help you, called the DBCC commands. Originally that stood for Database Consistency Check commands, but they’ve been expanded since then to do a bit more. The DBCC commands are divided into four main categories: 

1. Status commands
2. Validation commands
3. Maintenance commands
4. Miscellaneous  commands.
 Let’s take a look at a few of the more common ones. 


How Import multiple images to SQL Server using SSIS


Sometimes we need to import thousands of images to SQL Server. This example shows how to import a list of images to SQL Server using SQL Server Integration Services.

Requirements

  • SQL Server Enterprise or Standard (in this case I am using SQL Server 2008 R2, but it can work with SQL Server 2005 as well).
  • SSIS installed (it is included in the SQL Server installer).

Demonstration

  1. First of all, it is necessary to create a flat file named listImages.txt (or the name of your preference) with the paths of the images that you want to import to SQL Server such as the following: