Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Difficult Schema

    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...

  • RE: DBCC commands

    Hi,

    CheckDB is the superset of checkAlloc, so if you are running CheckDB, its not necessary to run checkAlloc.

    thanks

  • RE: SQL Server 2005 CALs

    Hi,

    I am sure, its not possible to split the page.

  • RE: failed login attemps as sa from multiple ips

    Hi,

    I think its not easy to change sa account name, instead you can change the password of sa account, its compatively easier.

  • RE: Table size

    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,...

Viewing 5 posts - 1 through 5 (of 5 total)