Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
edo
Starting Member
15 Posts |
Posted - 2009-03-16 : 07:52:44
|
| If I put some data in my table, then I get on the side a piece of red information that tells "The change has not been commited to the database".What shall I do in order to make it correct? |
|
|
heavymind
Posting Yak Master
115 Posts |
Posted - 2009-03-16 : 07:58:47
|
| if you mean standard ssms table editor - press ctrl+SThanks, VadymMCITP DBA 2005/2008Chief DBA at http://www.db-staff.com |
 |
|
|
NeilG
Aged Yak Warrior
530 Posts |
Posted - 2009-03-16 : 08:14:04
|
| What are you running a query an insert transaction, post your T-sql and then people can have a look for you |
 |
|
|
edo
Starting Member
15 Posts |
Posted - 2009-03-16 : 09:21:24
|
| I will put some data in my tabel manual, no sql insert. Can I do it? Or is it only road to puts data in a table over sql INSERT command?Thanks. |
 |
|
|
sakets_2000
Master Smack Fu Yak Hacker
1472 Posts |
Posted - 2009-03-16 : 09:32:28
|
quote: Originally posted by edo I will put some data in my tabel manual, no sql insert. Can I do it? Or is it only road to puts data in a table over sql INSERT command?Thanks.
Am sorry but I don't follow this. Can you post the query you are running which gives you the error "The change has not been commited to the database". |
 |
|
|
|
|
|