Viewing 11 posts - 1 through 11 (of 11 total)
Adi Cohn-120898 (9/12/2011)
September 15, 2011 at 9:50 am
October 3, 2006 at 8:38 am
This lists database objects are in what filegroup:
select af.name, o.name, i.name, i.dpages, i.reserved, i.used, i.rowcnt, i.rows, i.rowmodctr, i.OrigFillFactor, o.crdate, o.refdate
from sysindexes i
inner join sysobjects...
July 7, 2006 at 6:11 am
I've noticed that my indexes fragment alot faster in SQL Server 2005. Couldn't this just be caused by very fragmented indexes?
July 7, 2006 at 5:56 am
MCDBA is not for SQL Server 2005. Look into MCTS: SQL Server 2005 to get a DBA certification for SQL Server 2005.
July 4, 2006 at 6:18 am
I have a 32-bit development enviroment and a 64-bit test and production ones. I can restore backups from the 32-bit developement enviroments on the 64-bit platforms. I haven't tried it...
June 28, 2006 at 6:37 am
I'm not sure but you might be able to use DDL triggers in SQL Server 2005... recommend that you read up about them. If you can't use 'em to prevent...
June 28, 2006 at 6:34 am
You need to edit where it says "DBNAME" to the name of the database you want to see the data for. Also if you collation is set to case sensitivity...
June 28, 2006 at 6:29 am
I'm starting to evaluate Litespeed for my main production db server.
It has one big production database, with fullbackups around 280gb.
I guess I'll find out how Litespeed works as soon as...
June 28, 2006 at 6:24 am
Viewing 11 posts - 1 through 11 (of 11 total)