Tag: sql server

Community

Moving from Access to SQL Server

By Jorge Cano – These kinds of tasks are a little more complex because we have to take care of the objects that we’ll move (or migrate) from Access to SQL Server. SQL Server has some tools and wizards that can help you, like the Enterprise Manager, Query Analyzer and others. SQL Server does not mana

Community

Accessing Data From SQL Server

By Subhagata Swarnakar – Among the many things that are changing with .NET is data access. Under the .NET Framework, data access is handled by a set of classes called ADO.NET which are essentially an augmentation of the existing ActiveX Data Objects (ADO).The ADO.NET components have been des