Forum Replies Created

Viewing 15 posts - 2,716 through 2,730 (of 2,863 total)

  • RE: SSRS issues with exporting

    SSRS runs in separate memory space from the SQL Server Instance.  So if you have 24 GB allocated to SQL Server and 24 GB limit set to SSRS, it is...

  • RE: Maintenance plan reporting "failed" but succeeded

    Think I figured this one out on my own... the transaction logs were failing to make the report file; properties of the maintenance plan were pointing to the old backup...

  • RE: Import problem

    That is strange... I know I've connected to SQL 2005 from a SQL 2016 SSMS version without any problems.  mind you that isn't for a data import/export.
    I'd still recommend...

  • RE: Import problem

    crowegreg - Tuesday, March 7, 2017 10:40 AM

    Yes, I'm making sure that I'm running the query to insert the records into the...

  • RE: Import problem

    Possibly a dumb question, but are you sure you are putting it into the proper table on the destination side?  I think by default it dumps it into dbo.query.

  • RE: Hosting SQL Instance(s)

    That is a big chunk to bite off.
    First, I would determine if you want to host the SQL yourself or cloud hosting.  Depending on the required uptime (which I...

  • RE: Trying to figure out why a trigger fired

    I don't see anything in that trigger that should cause any failure unless, as you suggested,  somebody modified the trigger and rolled back their changes OR the application was updated...

  • RE: Need to send email on pacakge failure

    If I understand correctly, you have a SQL job that calls multiple things, one of which is an SSIS package that sometimes fails and you want it to continue when...

  • RE: Download a SSRS report from web portal

    sqlfriends - Monday, March 6, 2017 11:47 AM

    I tried to download a report from the new web portal of SSRS 2016, I...

  • RE: Cursor Insert into table with IDENTITY crisis

    Not to pick a fight, but what if his company doesn't follow ISO 11179 naming conventions?  Or the third party software he purchased doesn't follow those?  Heck, the ISO 11179...

  • RE: TRIGGERS ON VIEWS

    ExhibitA - Monday, March 6, 2017 8:02 AM

    Before I begin let me apologise for my earlier posts. It seems that I may...

  • RE: Trying to figure out why a trigger fired

    Ok, so to confirm - there is only 1 logon trigger, correct?

    If so, and that is the entire query, I would still create a logging table to watch...

  • RE: Trying to figure out why a trigger fired

    alen teplitsky - Monday, March 6, 2017 8:45 AM

    there was an app roll back right before to a previous version but the...

  • RE: Trying to figure out why a trigger fired

    I would create a logging table and modify the trigger to dump the user and program into the logging table table and any other useful infromation you want for logging...

  • RE: Combine two query codes

    If I am understanding the issue correctly, you have 2 reports that you want to merge into 1?

    Why not just use multiple data sources in a single report?...

Viewing 15 posts - 2,716 through 2,730 (of 2,863 total)