Forum Replies Created

Viewing 15 posts - 346 through 360 (of 535 total)

  • RE: Importing SSI Packages

    I don't have a running packages folder..

    in object explorer I have databases, security, server objects, replication, management, and notification services

  • RE: Error: 17883, Severity: 1, State: 0

    DBCC CHECKDB does not report any errors. Did some more digging and I suspect that the errors may have been caused by intermittent SAN problems that we HAD been...

  • RE: Error: 17883, Severity: 1, State: 0

    It happens periodically.. not often, maybe once every two weeks.

  • RE: How to restore master database in a SQL Server 2005 Cluster

    when restoring Master, I usually stop SQL Server and then start it from a command prompt

    from command prompt, navigate to the directory where the sql server executeable resides and start...

  • RE: 2 new tables not replicating

    in case anyone is interested.. figured it out last night:

    sp_helpsubscription @publication = 'MY publication'

    Did NOT see my new Article (new table(s)

    sp_addsubscription @publication = 'MY...

  • RE: 2 new tables not replicating

    When I do:

    sp_helpsubscription @publication = 'my publication'

    I do not see my two new tables as articles

    read somewhere I need to do this:

    -- sp_addsubscription 'my publication' , 'my new article' ,...

  • RE: 2 new tables not replicating

    yes. they are small. When I kick off a snapshot I get this:

    'a snapshot was not generated because no subscriptions needed initialization' ??

  • RE: 2 new tables not replicating

    I see another discrepency. for each table that is replicated, there are three stored procedures on the subscriber:

    sp_MSins_MyTable

    sp_MSupd_MyTable

    sp_MSdel_MyTable

    and these 3 stored procedures do not exist on...

  • RE: I/O error (bad page id)

    Thank you everyone!! This was my first time dealing with corrupted databases caused by hardware problems and your support was MUCH appreciated~!!!!

    Ended up restoreing two databases on one...

  • RE: I/O error (bad page id)

    ONce they FINALLY fixed the SAN problems, I ran DBCC DBCHECK on the databases again and it repaired some but not all of the consistency errors. At...

  • RE: SQL RTM

    RTM is just Release To Maintenace... sql server with NO service Packs applied

  • RE: determining SQL Server Version

    Thanks Steve (and everyone)

    good to know both ways:

    restore HeaderOnly

    from disk = 'X:\MSSQL\backup\msdb_db_200804061122.BAK'

    and the sqlservr.exe properties

    the later wouldn't have helped me since we lost the Server.. but...

  • RE: determining SQL Server Version

    Thank you so much. my build is 760.. SP3 : (

    Can I UNINSTALL SP4 or do I HAVE to reinstall???????????

  • RE: determining SQL Server Version

    Thanks Gail!

  • RE: I/O error (bad page id)

    We do have backups but our servers guys control them.. they are to tape... tracking them down now.. best to drop the DBs before restore??? ...

Viewing 15 posts - 346 through 360 (of 535 total)