Is it possible to use linked services in MSSQL Server and execute queries if the Distributed Transaction Coordinator is not enabled?<BR><BR><BR><BR>Maybe this should be in the NT forum, but I thought ...
One of the most common problems when running SQL Servers is slow queries. The help desk or database team usually hears that described as the application is slow or ...
As I discussed in an earlier column, SQL Server keeps a plan cached for each query it sees (assuming the query requires planning in the first place, of course). That's great for speeding up processing ...
I have been testing SQL Server 2008 RC0 (Release Candidate Zero) that was made available recently and I must admit I am beginning to like it. Even the new logo is growing on me. There are many new ...
So, my client and their subcontractor(s) have found themselves in a bit of a pickle, as no one bothered to spec or price a DB for a software implementation, so now I've been handed the bag. The client ...
All the information in SQL Server database is stored in 8 KB-sized pages. If any page gets corrupted, server fails to read the data in the database and displays different errors. Some common errors ...
If you don’t have a backup of your MS SQL database, then follow the below ways to recover deleted data. Transaction log files record each change made to the ...
One of the most common problems when running SQL Servers is slow queries. The help desk or database team usually hears that described as the application is slow or ...