Forum Replies Created

Viewing 15 posts - 451 through 465 (of 497 total)

  • RE: Policy-based Management

    Ahh!

    Yep, that's fixed it. Many thanks to both of you. 🙂

  • RE: DTS

    The GUID is the package identifier. You can use the /G option with DTSRun to execute the package using the GUID. The syntax for DTSRun is:

    DTSRun

    [/?] |

    [

    ...

  • RE: Prepare SQL Server 2005 in a Clustered Environment for SP3

    We've just gone through a cluster migration project and used the approach you outline. One thing you may find is that if you change the startup parameters of SQL Server...

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

    Hi Umar,

    As this is quite an old thread I expect you've got your cluster issue sorted now (or given up ;-)), but I've recently been doing the same thing.

    I didn't...

  • RE: FILESTREAM

    From MSDN:

    Before you can start to use FILESTREAM, you must enable FILESTREAM on the instance of the SQL Server Database Engine. This topic describes how to enable FILESTREAM by using...

  • RE: Distribution Database Appears in Management Studio but Doesn't Really Exist

    Presumably you still have a the Distribution database available on Production and a backup of that database?

    If so, just RESTORE the database using WITH MOVE to locate the .mdf and...

  • RE: Tracking and Reporting Database Growth

    mike.wade (6/2/2009)


    This is a function and view I wrote which uses the default trace to report on the recent auto growths and shrinks.

    Mike,

    Your function is useful because it returns extra...

  • RE: Tracking and Reporting Database Growth

    Chris Howarth (6/2/2009)


    It continues to amaze me that people don't use Integration Services (to pull data into a central repository) and Reporting Services to assist with tasks of this nature...

  • RE: install reporting services

    Interesting....on my Reporting Services installation the default is 'Native' rather than 'SharePoint Integrated'. Well done for resolving the issue. 😉

  • RE: install reporting services

    That should be fine - the fact that the Report Server is running would seem to rule that out as being the cause.

  • RE: install reporting services

    Gosh, you waited for 9000 seconds?! That is a long time. :w00t:

    Just a thought: what happens if you replace 'localhost' with 127.0.0.1? E.g. in the browser type 127.0.0.1/Reports.

    If that works...

  • RE: install reporting services

    Do you get the error immediately or after a long time? If it is after a long time, check the 'Connection Timeout' for the Web Site ReportServer is using (will...

  • RE: install reporting services

    Have you configured and started the Report Server from the Reporting Services Configuration GUI?

  • RE: How to list all server-level triggers?

    SELECT * FROM sys.server_triggers.

    Surely it would have taken less time to look this up in BOL than post to the forum...?

  • RE: Decoding Micro-speak

    Playing in this space is one that constantly irrritates me. I think it translates as 'we are going to target this particular market sector'.

    Others are leveraging which is most cases...

Viewing 15 posts - 451 through 465 (of 497 total)