Forum Replies Created

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

  • RE: SQL 2000 DBA Toolkit Part 1

    I am also having the same problem. I used the web site to encrypt/decryt credit card details but when i checked it with other machine, for example in Query Analyzer,...

  • RE: Missing Index DMVs not sync

    When I left join them like this:

    select *

    from sys.dm_db_missing_index_group_stats AS migs

    left JOIN sys.dm_db_missing_index_groups AS mig ON migs.group_handle = mig.index_group_handle

    left JOIN sys.dm_db_missing_index_details AS mid ON mig.index_handle = mid.index_handle

    I...

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