Hi gang,
I AM actually a somewhat accomplished .NET (among other things) developer, and consider myself pretty familiar with SQL Server 2K.
However, I just experienced a weird thing that I do not understand and am hoping someone can show me the light.
I have a simple
VB.NET app that updates a table in SQL Server 2K. It was working just fine but after a reboot of my machine, stopped updating the DB. No error, nothing, just no updates or inserts to the DB.
I was looking to be sure the SQL Server Service was running, and just on a whim, I activated the SQL Server Agent Service. Suddenly the .NET app was working again! Stopped the Agent Service, and the app stopped working.
WHY?!?!? I'm not crazy in remembering that I have never had to do this in the past, right? Or was it always running and I have never noticed, and that is the way the SQL Server architecture is designed?
I am running XP Pro, .NET 2.0, and SP4 on SQL Server 2K. Can anyone either point me in the right direction, or confirm the title of this post?
Thanks!
Chris