save data from Arduino to database sql server 2008

Hi everybody
I am building Parking management using RFID RC522 & designed data base in sql server 2008 with windows application in visual studio 2013 using c#, & and I am trying send data from Arduino to database and save data after reading data from a tag but it doesn't work it.
any body can help me to find any solution please?
can visual micro help me & achieve the connection between Arduino & sql server, & send & save data?

I am trying send data from Arduino to database and save data after reading data from a tag but it doesn't work it.

How is the data from the Arduino getting to the PC?

What does the Arduino code look like?
What does the C# code look like?

can visual micro help me & achieve the connection between Arduino & sql server, & send & save data?

Visual Micro is an environment for programming the Arduino. It produces exactly the same HEX file as the Arduino IDE. It will not help the C# application be able to read data from the Arduino, and it will not make the Arduino send data any differently. So, no.

are you using arduino WiFi shield?

RealSenthu:
are you using arduino WiFi shield?

I have a similar problem with alaaaaapha. However i have and will be using an arduino wifi shield. With it, is it possible to send datas collected from the sensors connected to the arduino into the Microsoft SQL Server Management studio 2008 database?

With it, is it possible to send datas collected from the sensors connected to the arduino into the Microsoft SQL Server Management studio 2008 database?

It is possible to make GET requests. The GET request requests that a script be run on a server. If the script that runs on the server is written to take the data supplied and store it in a SQL database, then yes.

The database is NOT a SQL Server Management Studio database. The SQL Server Management Studio application is an application that allows creating, reading from, writing to, and managing SQL Server databases.