Forum Replies Created

Viewing 15 posts - 106 through 120 (of 1,583 total)

  • RE: Capture CREATE, DROP, ALTER from the default SQL trace file

    @sql Galaxy - you should be able to change the script to easily monitor a single server

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Capture CREATE, DROP, ALTER from the default SQL trace file

    jonathan.hickford (2/2/2015)


    Thanks for posting!

    I've seen a few different change tracking systems, some using the default trace, and others using DDL triggers/ What are your (and others) thoughts about...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Application Pool

    No problem, glad that helped

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Application Pool

    That's because you are serving them the wrong link 😀

    My guess is you are giving them the web service URL - something like:

    http://<<SSRSServerName>>/ReportServer

    But you should be using the Report Manager...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Remote access to SQL database

    Did you enabled the TCP/IP protocol in the SQL Server Network configuration?

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Application Pool

    No, there is no dependency on IIS for reporting services whatsoever

    If you are hosting this link from a web application, then the web application will/should have its own application...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Is the DELETION of a SQL Server 2008R2 database logged anwhere?

    @Siberian - I've got an article being published next week here on SSC that you can use to keep track of those events - I believe it comes out on...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SQL 2008 EE :: Adding new article to transactional replication

    Personally I would start over again and not used the backup and just go with snaphots (I say this ONLY because I've never had any luck with the restore); however...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SQL 2008 EE :: Adding new article to transactional replication

    I do not have much successful experience with restoring from the backup method. Actually i've never gotten it to work successfully!

    But to take a stab at it, you'll...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SQL 2008 EE :: Adding new article to transactional replication

    I'm pretty confident it" did not break anything, but your previous snapshot that you created (yesterday) might not have completed yet so it has some lingering actions that it's trying...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SQL 2008 EE :: Adding new article to transactional replication

    adding the article should be quick, providing the immediate_sync and anonymous setting are set to 0 (using the script provided)

    You can then start the snapshot agent at an appropriate time...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SQL 2008 EE :: Adding new article to transactional replication

    steve.roberts 86619 (1/28/2015)


    This is the results, the bottom one is the publication in question.

    So I guess it is trying to generate a complete snapshot straight away? If I disable this...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SQL 2008 EE :: Adding new article to transactional replication

    steve.roberts 86619 (1/28/2015)


    Hi,

    Tried to run it yesterday and it ran for five minutes - causing timeouts etc... before I killed it..

    Sounds like the result of the query I just added...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SQL 2008 EE :: Adding new article to transactional replication

    Also since you're using the GUI, on your distribution server what is the result of running the query below?SELECT publisher_id, publication_id,

    publisher_db,

    ...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SQL 2008 EE :: Adding new article to transactional replication

    check your running processes by selecting from sysprocesses or run sp_who2, etc

    To clarify, have you already run this and it is still going? or is this more of a curiosity...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

Viewing 15 posts - 106 through 120 (of 1,583 total)