News

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 the database is slow. In the ...
In SQL Server, the database can be stored in different files and filegroups. If your database is small (100 MB or less), you do not need to worry too much about files and filegroups. But if you have a ...
Okay, this one's for the MSSQL/PHP people. I'm having difficulty getting information out of a database here at the office, and I can't for the life of me figure out why. It could be that I'm used ...
I need to get a list of users inside a given group/folder/ou whatever in Active Directory.I want to take this list and dump it into a table on MS SQL Server 2005.I was wondering if anyone else has ...