Forum Replies Created

Viewing 15 posts - 3,976 through 3,990 (of 5,109 total)

  • RE: Are the posted questions getting worse?

    Anyone else find it really frustrating when someone (with like <=5 points) posts an incomplete question, but you think "Yeah, I think I know what they want, but need a...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Server shutdown

    SQLRNNR - Wednesday, April 5, 2017 3:02 PM

    lptech - Wednesday, April 5, 2017 2:01 PM

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: There is insufficient system memory in resource pool 'internal' to run this query.

    8000MB is not a lot of RAM for the SQL server to play with. How complex are these queries? Have you had a look to see if you can improve...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Server shutdown

    There could be so many reasons. Power loss, system crash, hardware failure, to name but a few. You need to check the logs prior, and possibly not just on your...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: SSRS Export excel drop down with data

    The idea of a report is for it to be a report. You don't change the data on it.

    Like Steve said, you could have drop down options but...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Getting data into SQL Server

    Can we make a couple of "safe" assumptions? As there are no key fields in your spreadsheet, and no data validations, can we rely that every Company's name on the...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Update SQL with excel files?

    Jeff Moden - Wednesday, April 5, 2017 7:42 AM

    Thom A - Wednesday, April 5, 2017 1:49 AM

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Getting data into SQL Server

    1) Creating tables is simple. Getting them to fulfil your requirements, ensure that data integrity between each is maintained, they're efficient, etc, etc, is the challenge. your question is quite...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Import AdventureWorks2012_Database.zip to SQL Server 2016

    Try downloading the .mdf file instead. Also, just in case, ensure that SQL server hasn't created any log files with the expected name for the AW2012 database. if it has,...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Import AdventureWorks2012_Database.zip to SQL Server 2016

    flash_os - Wednesday, April 5, 2017 5:44 AM

    Another error:

    Guys, can you please try to import into your SQL 2016...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Syntax issue in sql query

    spectra - Wednesday, April 5, 2017 4:26 AM

    for example, what is the data type of CAPBANK.LOAN_NUM? If it's INT then it...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Syntax issue in sql query

    Also, a more readable format, which also uses a JOIn rather than a CROSS APPLY:
    SELECT CAPBANK.BANK_LOAN,
           CAPBANK.LOAN_YEAR,
           CAPBANK.LOAN_NUM,
     ...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Syntax issue in sql query

    The error is quite clear here, you have the value 'Offer Letter' and you're trying to convert it to an integer, which clearly can't be done.

    Without consumable sample...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Syntax issue in sql query

    What is the error you're receiving? At a glance I can't see anything wrong, however, we can't run your code, as we don't have any Sample data. Perhaps could you...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Import AdventureWorks2012_Database.zip to SQL Server 2016

    In case you're not sure, the default location will be something like:
    C:\Program Files\Microsoft SQL Server\MSSQL13.[SQL Instance Name]\MSSQL\DATA\

    Where [SQL Instance Name] is the name of the...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

Viewing 15 posts - 3,976 through 3,990 (of 5,109 total)