Forum Replies Created

Viewing 15 posts - 5,206 through 5,220 (of 6,401 total)

  • RE: Database Mail

    from doing a Google search it seems like its down to authentication where your SMTP server requires authentication. I would check your using the right username and password in...

  • RE: primary server failed or deleted

    you should have an RTO in place and if logshipping of the primary server fails you need to fix the problems within the RTO or bring the secondary database online,...

  • RE: Database mail: Emailing one message per session

    just a thought but do you need to send 20 messages in one session? could you not store the individual email

    bodies in one table then at the end...

  • RE: Resolve Collation Conflict problem in T-SQL (SHUBHAM SAXENA)

    as vinu pointed out you will need to use alter table drop constraint and the drop index commands

    please ensure that you know what the definition of these objects are before...

  • RE: dashbord- report, kpi

    anything specific you want to know or just in general, google has a lot of good links based on your term

  • RE: Resolve Collation Conflict problem in T-SQL (SHUBHAM SAXENA)

    open management studio --> expand databases --> expand the database --> expand tables --> expand the table -->

    expand keys --> right click the key --> script key as...

  • RE: Database mail: Emailing one message per session

    first off ask you smtp admins what the maximum mail per session is set at

    you should be able to limit the amount of mail it sends in one go by...

  • RE: Recommended security model for SSRS

    Its all personal preference.

    Personally I am in favour of creating brand new groups for SSRS access so that you know exactly what the groups are called and you can give...

  • RE: Domanin Error?

    SQL 2008 is the version, the edition is Express, Standard, Developer, Enterprise.

    Is this a named instance?

    Can you ping the server by IP, Name and FQDN from the machine...

  • RE: Domanin Error?

    what edition of sql is this?

    have you run through the sql server configuration manager and enabled tcp/ip, named pipes etc?

  • RE: MAX()

    Sean Lange (5/1/2012)


    anthony.green (5/1/2012)


    couple of ways

    SELECT TOP 1 MAX(dbo.BookedFinance.GrossProfit) AS GP,

    dbo.BookedFinance.FinanceID

    FROM dbo.BookedExtrasList INNER JOIN

    ...

  • RE: MAX()

    couple of ways

    SELECT TOP 1 MAX(dbo.BookedFinance.GrossProfit) AS GP,

    dbo.BookedFinance.FinanceID

    FROM dbo.BookedExtrasList INNER JOIN

    ...

  • RE: Today's Random Word!

    crookj (5/1/2012)


    The Tick

    Bananaman

  • RE: primary server failed or deleted

    are you sure thats the correct spelling of the interview questions and the correct terminology used?

  • RE: Simple tools for job monitoring

    quite a few options on this

    create a central management server and write a query which loops through the MSDB tables to get the information you need, that way you only...

Viewing 15 posts - 5,206 through 5,220 (of 6,401 total)