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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Not commited to the database.

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+S

Thanks, Vadym
MCITP DBA 2005/2008
Chief DBA at http://www.db-staff.com
Go to Top of Page

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
Go to Top of Page

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.
Go to Top of Page

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".
Go to Top of Page
   

- Advertisement -