News

I assume you have a local SQL2005 server that you are using to link to the remote SQL2000 box? If that's the case, write some .NET code in a stored proc to execute a series of commands on the ...
By holding a database table in memory, a server can execute transactions using that table much more quickly because the database server doesn’t have to immediately read data from, nor write data ...