Forum Replies Created

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

  • RE: Failure sending mail: Failure sending mail.

    I found the exact syntax in a another unrelated sqlservercentral post once I figured out what the problem was.

    replace

  • RE: Failure sending mail: Failure sending mail.

    I'm still waiting on our email administrator.
    However, I did find the problem and the fix.
    Not that the error messages gave any indication as to what the problem was.

  • RE: Failure sending mail: Failure sending mail.

    I checked the log file and found the message below.
    The same user (myself) has other subscriptions that work  and email without a problem.
    The report is actually being emailed...

  • RE: Abolish Disjointed Time

    Showing my age but in 1974 we actually had DST all year to alleiviate the energy crisis because of Arab oil embargo.
    I was a kid but I remember walking...

  • RE: Software Has Bugs

    Of course there will always be bugs. 
    However, there is no excuse for production software containing negligent bugs.
    It is impossible to find crazy outliers but I find myself frustrated...

  • RE: No data found error

    Can you try running the query in SQLPLUS to resolve the Oracle syntax issues and then try openquery.

    Sometimes the driver can send back bogus messages that might be obvious in...

  • RE: Linked Server - Oracle - sys as sysdba

    Log on to sqlplus as sys

    Create user sqluser identified by 'newpassword';

    Grant connect to sqluser;

    Grant dba to sqluser;

    For the linked server log on as sqluser password newpassword and you will...

  • RE: Are technical phone interviews pointless?

    Who really cares if they are looking up the answer on the internet. The idea is to see how they would approach /solve a particular problem/solution. If they look it...

  • RE: Sytem.outofmemoryException

    It is in preview mode on my PC that I am getting the error.

    Both my workstation and the server I hope to publish it to are 64 bit.

  • RE: Sytem.outofmemoryException

    Our user would like to be able to drill down to the detail. I could create subreports and filter the parent report. However, being that there are gigabyte and gigabytes...

  • RE: SQL Query invoked by Crystal Reports v9.2 Performance Issue

    I once ran into a similar problem with a stored procedure which worked really almost instantaneously in SSMS but took over a minute to return in crystal. I thought it...

  • RE: Using EXCEPT to Determine Row Differences

    Is there any performance gain for large tables in using except outside of a merge statement?

  • RE: sql query group by weekend

    This is very simple subset of the data but I think it shows what I am looking for.

    In the fourth quarter of 2011, employee 1000 would score a 2 and...

  • RE: sql query group by weekend

    Thanks for the query but it gets sticky when the employee has multiple services over the same weekend. For example a service both on Saturday and Sunday would mean a...

  • RE: sql query group by weekend

    The good news is that it is a standard quarter.

    I'm working on putting together the ddl that I can post.

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