Forum Replies Created

Viewing 15 posts - 1 through 15 (of 35 total)

  • RE: Determine SSRS DB Host without configuration manager

    Just to reply to my own thread twice, this powershell queries WMI on the server to output the db and other info. You need similar permissions as you do to...

  • RE: Determine SSRS DB Host without configuration manager

    In case anyone else needs to do this, it looks like I can get it with a WMI query

    MSReportServer_Config class

    \\<servername>\ROOT\Microsoft\SqlServer\ReportServer\<instance>\v10\Admin there's a databaseservername property and other details.

  • RE: RS SOLUTION - Logon failure: unknown user name or bad password. (Exception from HRESULT: 0x8007052E)

    Jacob Luebbers (4/15/2008)


    @rholt:

    It sounds like you may be running into a Kerberos delegation issue. Are your RS server and the source DB server running on different boxes? If so you...

  • RE: Comparing Table Variables with Temporary Tables

    There's also the issue that you won't get a parallel query plan if you modify a table variable, but temp tables are fine:

    From SQL2008 BOL: http://msdn.microsoft.com/en-us/library/ms175010.aspx

    Queries that modify table variables...

  • RE: Profiler Security

    Question should be 'how are' not 'are are': "are are the security requirements "

    Answer has 08 instead of 80.

    interesting question though.

  • RE: Database Growth

    tosscrosby (7/25/2008)


    sam (7/25/2008)


    To add to this:

    the database must be totally locked to grow

    That's not true, I have users in when an autogrow is initiated....

    It can seem that the...

  • RE: Service Accounts

    Lazarusek (7/25/2008)


    hi,

    ...

    I do not see any other reason; did you see any weak approach in this?

    I think the problem with that approach is that if someone exploits one of your...

  • RE: bck backups

    If you are concerned that these aren't native backups you can always do a simple test:

    restore filelistonly from disk = 'C:\path\to\backup.bck'

    This doesn't kick off a restore, it just displays a...

  • RE: Resource Governor

    I wasn't suprised when I got it wrong, selecting only Database Engine, since I didn't know and couldn't envisage how it would work for those other services. I still can't.

  • RE: Sort Order - Include Null al last

    i was sure i chose the 2nd one and was suprised when i got it wrong. But it said the correct answer was the one i thought i selected (the...

  • RE: QOD 12/17/03

    hahaha good call iplman 🙂

  • RE: QOD 10-30

    Yep, it was wrong when i tried it too. One person had it correct, guess they didn't read the question right 🙂

  • RE: WMI objects through DTS

    While c/p + modify of that didn't solve my problem, it did get me to the

    correct section of .Net documentation 🙂 and with that + your link I

    finally got it...

  • RE: WMI objects through DTS

    Hey Mark, thanks for that. Looks like it may just do it, will try it out tomorrow and see how it goes.

    Took the London hint and updated my info.

    Later,

    Nick

  • RE: Changes To Replication

    If you can afford some down time on the reporting server then the easiest way may be just to disable publishing on your publisher (dropping replication), make your schema changes,...

Viewing 15 posts - 1 through 15 (of 35 total)