Forum Replies Created

Viewing 15 posts - 241 through 255 (of 497 total)

  • RE: Can't start MSSQLSERVER service. Can't find file specified

    If it's a default installation then you should find the SQL Server error log under E:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Log

  • RE: Can't start MSSQLSERVER service. Can't find file specified

    Has the account that the SQL Server Service runs under been given the necessary permissions on the 'new' E: drive?

    Regards

    Lempster

  • RE: DateAdd Convertion Problem

    stormsentinelcammy (2/21/2014)


    Luis Cazares (2/21/2014)


    You're welcome.

    Do you understand how and why it works?

    I also missed the link in my previous post. Here it is: How to Make Scalar UDFs Run Faster...

  • RE: Need to change variable scope in SSIS 2008

    Lempster (2/21/2014)


    So you want to change the scope of a variable from one package to an entirely different package; is that correct? If so, I don't think this can be...

  • RE: Backup strategy

    Personally I think a Full backup every 2 hours is overkill and like Grant said, it does put load on the system so your users may find their application(s) less...

  • RE: Need to change variable scope in SSIS 2008

    So you want to change the scope of a variable from one package to an entirely different package; is that correct? If so, I don't think this can be done...

  • RE: Reporting Services Permissions

    richardmgreen1 (2/21/2014)


    Thanks for that, I'll post the questuion in the SSRS forum with a link pointing to here.

    Any ideas how I get the MODS to move the posts?

    Not sure. You...

  • RE: An interesting scenario with Dates Calculation

    If you use a Tally table the query is simply:

    SELECTDATEADD(dd,-1,DATEADD(mm,DATEDIFF(m,0,GETDATE())+N,0))

    FROMdbo.Tally

    You can create and populate your Tally table using this code (taken from Jeff Moden's article about Tally tables [/url]which is...

  • RE: Reporting Services Permissions

    You might get more answers if you post in the Reporting Services forum. I think you can ask the Forum Moderators to move posts.....

  • RE: Backup strategy

    Well, it doesn't make sense to have a Full backup schedule that is more frequent than your Diff backup shcedule so I can see how that caused problems. I would...

  • RE: Backup strategy

    Your starting point should be to look at the Recovery Time Objective (RTO) and Recovery Point Objective (RPO) for each database/system. The first means "how quickly should we be able...

  • RE: SQL Query

    nrajeshkumar (2/20/2014)


    Thanks for the reply ..

    the condition is the query should be within 140 characters..

    Rajesh.

    Does it need to be red and flowery or green and stripy?

  • RE: How Transaction Logs or Objects are transfer in Database Mirroring

    By 'pretty much' I meant because mirroring involves the transaction log, but you are right Perry, I should have been more specific. The link that I provided should give the...

  • RE: SQL2005 Mirroring

    Yes, but ideally you would have both instances at the same service pack level.

    Regards

    Lempster

  • RE: Big transaction log file

    I agree with Jeff, but would put Step 10 as Step1; that way when things go wrong it won't seem so bad! 😀

    Regards

    Lempster

Viewing 15 posts - 241 through 255 (of 497 total)