Forum Replies Created

Viewing 15 posts - 31 through 45 (of 70 total)

  • RE: SQL server reporting service fails with 1639 error

    Yes I have backedup the registry key.

    1. I did unintall DB engine and reinstall it , this was done to change the collation. After reinstalling the DB Engine I...

  • RE: SQL 2008 R2 Report services won't start

    Hi All,

    Even I am facing the same error.

    Service cannot be started. System.Exception: Default appdomain failed to initialize.

    at Microsoft.ReportingServices.Library.ServiceAppDomainController.Start()

    at Microsoft.ReportingServices.Library.ReportService.OnStart(String[] args)

    at...

  • RE: SQL Process hung with PREEMPTIVE_OS_PIPEOPS as lastwaittype

    Thank you.

    This is my output when I ran sysprocess

    waittypewaittimelastwaittypewaitresourcedbiduidcpuphysical_iomemusage

    0x01E4179712580PREEMPTIVE_OS_PIPEOPS ...

  • RE: Query Tuning

    Is it possible to use inline views ?

  • RE: user mapping

    mike 57299 (8/6/2010)


    Ok...

    This:

    use xyz

    EXEC sp_grantdbaccess @loginame = 'sv2'

    gets me 'public' database access to xyz for user sv2. How do I programatically get the db_owner set for...

  • RE: SQL Server installation fails

    Henrico Bekker (2/21/2010)


    Try different installation media?

    Errors are not very descriptive, except that there is a issue with the msi.

    I did try using another media but no luck.

    Other 3 instances...

  • RE: Best practice for Cluster Setup

    Thanks SSC Journeyman.

  • RE: Best practice for Cluster Setup

    GilaMonster (12/29/2009)


    Hit your favourite search engine and search for clustering best practices on technet.microsoft.com. There are pages and pages (and I mean that quite literally) on it.

    Thanks, got load of...

  • RE: Elliminate Cross Join in the query

    Thanks for the reply, I want first and last row as output rather then all the four rows.

    waiting for your reply..:-)

  • RE: Msg 8964, Level 16, State 1, Line 1

    Paul Randal (11/17/2009)


    Is this a database that you've recently upgraded? I'm curious as to why the corruption occured in the first place - my guess is that the corruption was...

  • RE: missing Data base file?

    Hopefully if you have a full database backup you will be able to restore. Restoring the job please check the MSDB database this might help.

    check the following views:

    sysmaintplan_plans

    sysjobs_view

    sp_help_jobactivity

  • RE: DATEDIFF

    vikas bindra (11/16/2009)


    Can you post the table structure and sample date? Help us to help you.

    PLease find the table struct attached with sample date

  • RE: How to replace first and last occurance from a string

    Thanks a lot..saved my day.

  • RE: backup

    find out the reason why the backup failed? Take another backup. Backup is very much necessary to bring up your DB from damage or corruption.

  • RE: how to recover data from server crash or hard disk crash

    Agree with Pradeep, Good DR plan is neccesesary to protect the data. We have setup replication for most of our production boxes. Even good backup strategy will also help. Try...

Viewing 15 posts - 31 through 45 (of 70 total)