Forum Replies Created

Viewing 15 posts - 36,871 through 36,885 (of 49,563 total)

  • RE: Collation problem

    panwar.jt (8/23/2009)


    I like to remind once again that this problem comes only in report display if i run this proc in query analyzer it run perfectly.

    In that case, I'd personally...

  • RE: MSDB Suspect

    since1980 (8/23/2009)


    Sp_configure 'allow updates', 1

    Reconfigure with override

    ...

  • RE: Lost Certificate and Master Key

    RBarryYoung (8/23/2009)


    I thought it important that the OP know that between Gail, Sarab and now Mike, you're getting some of the best help in existence.

    Well, I know just about enough...

  • RE: Event ID 832

    Edit: Removed complete garbage.

  • RE: Help on small report

    newbie2sql (8/23/2009)


    sys.data_spaces for the filegroup (for tables only) and either sp_spaceused or sys.dm_db_index_physical_stats for the size (again, only for tables)

    Thanks for the info. But how do i find for indexes...

  • RE: Help on small report

    You'll need sys.objects for the name and type, sys.partitions and sys.data_spaces for the filegroup (for tables only) and either sp_spaceused or sys.dm_db_index_physical_stats for the size (again, only for tables).

    If there's...

  • RE: Lost Certificate and Master Key

    luckysql.kinda (8/23/2009)


    Yes the older one I have but that is really very old.

    If this is critical data, how come you only have one very old backup? Isn't this getting...

  • RE: Lost Certificate and Master Key

    As far as I'm aware, without the certificate the data cannot be decrypted at all.

    Do you have an older backup that still has the certificate and master key in? If...

  • RE: Can we backup a single table in SQL Server 2008?

    No.

    SQL backups are database, filegroup and file. You could, technically, put the table into a filegroup by itself and back that up, but when restoring you'd still need the primary...

  • RE: Are the posted questions getting worse?

    I don't have a permanent personal black list, though do have a couple people on the 'I'm not helping them until they change behaviour' list. Currently it contains the PhD...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (8/22/2009)


    Lynn tries to work with everyone. 😉

    Aren't there a few that have made even your personal black-list?

  • RE: Index on a View

    If there's no single unique column in any of the base tables, and full text requires that there is one, then you're going to have to find another way that...

  • RE: Index on a View

    Is there absolutely no column or set of columns in the underlying tables that are unique?

  • RE: 70-432 Study Materials

    I wrote 432 while it was in beta, just used Books Online to study and MS's exam outline to see what I needed to study. Worked for me, won't...

Viewing 15 posts - 36,871 through 36,885 (of 49,563 total)