Forum Replies Created

Viewing 15 posts - 2,761 through 2,775 (of 2,918 total)

  • RE: Encapsulating complex logic without using a scalar UDF

    how about this:
    SELECT CAST(ABS(CAST(CAST(FirstDate AS DATETIME) AS INT) - CAST(CAST(SecondDate AS DATETIME) AS INT)) AS INT)/365
    Not positive that outer cast to an INT is required, but...

  • RE: Upgrade Sql 2012 Reporting Server DBs to Sql 2016

    I did this recently on our test box.  I just used the SQL 2016 installer to do this.  I clicked on the upgrade button and let it do its magic....

  • RE: DB restore stucks after recovery step

    sgt500 - Wednesday, March 8, 2017 10:05 AM

    no new entry in errorlog, differential restore still running
    this is the first rows of exec...

  • RE: DB restore stucks after recovery step

    What is in the log AFTER the differential restore?

    And what is your full restore command?  What about if you remove all of the optional arguments and just stick...

  • RE: Hosting SQL Instance(s)

    Dt_Andy - Wednesday, March 8, 2017 8:56 AM

    bmg002 - Wednesday, March 8, 2017 8:44 AM

  • RE: Import problem

    Sue_H - Wednesday, March 8, 2017 8:37 AM

    Jeff Moden - Tuesday, March 7, 2017 10:36 PM

    March 8, 2017 at 8:51 am

    #1932336

  • RE: Hosting SQL Instance(s)

    Dt_Andy - Wednesday, March 8, 2017 8:23 AM

    bmg002 - Wednesday, March 8, 2017 7:36 AM

  • RE: Import problem

    Sue_H - Tuesday, March 7, 2017 4:09 PM

    bmg002 - Tuesday, March 7, 2017 3:34 PM

  • RE: Hosting SQL Instance(s)

    Is there a reason you want the databases on the cloud though?  Is this something customers are requesting or your company is thinking is a good idea?  I am just...

  • RE: Import problem

    Jeff Moden - Tuesday, March 7, 2017 3:10 PM

    Sue_H - Tuesday, March 7, 2017 2:10 PM

    March 7, 2017 at 3:34 pm

    #1932195

  • 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.

Viewing 15 posts - 2,761 through 2,775 (of 2,918 total)