The communication is ok. If I close SQL Server, I get this error:
Can not connect.
If I start it, I have no error message, but still not has any effect on the data base. I try to INSERT INTO a new record.
Server name: KI_OROS\SQLEXPRESS
Database name: MyFirstDatabase
Datatable name: MyFirstTable
I try to send this packet: INSERT INTO MyFirstTable (ID) VALUES (99)
I am totally beginner with SQL Server, what am I doing wrong?