Viewing 5 posts - 1 through 5 (of 5 total)
First question is certainly not clear.
For second question, yes you can use the reporting service for oracle, what you will need to do, is to create the odbc driver for...
July 10, 2008 at 11:07 pm
Hi,
CheckDB is the superset of checkAlloc, so if you are running CheckDB, its not necessary to run checkAlloc.
thanks
July 10, 2008 at 11:05 pm
Hi,
I am sure, its not possible to split the page.
July 10, 2008 at 11:03 pm
Hi,
I think its not easy to change sa account name, instead you can change the password of sa account, its compatively easier.
July 10, 2008 at 11:01 pm
Hello Seeker,
you may use the following command to get the table size
USE db1
GO
EXEC sp_spaceused N'dbo.orders'
GO
it will return you some fields, including the tablesize and index size.
Please let me know,...
July 10, 2008 at 10:57 pm
Viewing 5 posts - 1 through 5 (of 5 total)