Hey all,
I have a table and two following transactions:
Table11 ( DD int , CC int ) -- with no PK or index ...
BEGIN TRAN 1
INSERT INTO Table11 VALUES ( 6 , 6 )
-- ROLLBACK TRAN 1
-- COMMIT TRAN 1
BEGIN TRAN 1
SELECT * FROM Table11 WHERE DD = 1
-- ROLLBACK TRAN 1
-- COMMIT TRAN 1
I...
I use MSSQL Server. I let SQL Server Agent to "Autostart when OS starts". The problem is that when I have to restart the server , the agent doesn't start and I get the famous message "At least on of your services ..." :)
Subsequently, Once I check NT's event log , I see the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.