Forum Replies Created

Viewing 15 posts - 7,861 through 7,875 (of 8,753 total)

  • RE: Msg 102, Level 15, State 1, Line 3 Incorrect syntax near '('.

    whitesql (7/8/2014)


    Thank you, Yes, Compat level is 2000. How can I see average fragmentation on my indexes without changing the compat level of the database?

    Thanks

    2K doesn't like the db_id...

  • RE: OpenRowset Issue

    Few things to improve, firstly you must cast the @IdEmployee to a varchar

    cast(@IdEmployee as varchar(12))

    Next is the @Name, has to enclosed with apostrophe/single quote

    char(39) + char(39) + @Name + char(39)...

  • RE: Msg 102, Level 15, State 1, Line 3 Incorrect syntax near '('.

    This is most likely because the compatibility level for the database is less than 2005(90), nothing wrong with this code.

    😎

  • RE: Compress table timelines

    No need to complicate things, the only thing needed here is correct window specification for the row_number function.

    😎

    ;WITH HISTORY_BASE AS

    (

    SELECT

    ...

  • RE: Are the posted questions getting worse?

    The Dixie Flatline (7/8/2014)


    GilaMonster (7/7/2014)


    EVE Online

    That's one of his more comprehensible posts.

    Wolfkill needs to know if there are tanks in EVE Online, as well as bombers.

    Tanks are very important. ...

  • RE: Exit Code 1073741571

    Simple things like snapshot isolation could do wonders in this kind of situation:-D

    😎

  • RE: sp_send_dbmail truncates when attaching query results.

    Francis S. Mazeika (7/8/2014)


    I ran the query, the attachement data is truncated at 65k, no attachement size is larger than that.

    I run the same query\jobs using sp_send_dbmail in 2008 and...

  • RE: Exit Code 1073741571

    jarid.lawson (7/8/2014)


    I should have already posted my "solution". The issue was another job was running that used many of the same packages stored in the SSIS Catalog. They hit the...

  • RE: Exit Code 1073741571

    sgmunson (7/8/2014)


    Some of the runtime symptoms of the below suggested causes could be: 1.) sudden CPU usage spikes for however long this runs before it fails, or even 2.) a...

  • RE: RDP into server - queries run slow

    Grant Fritchey (7/8/2014)


    So you're going to an underpowered machine (8gb is half the memory my laptop has) and you're running a very large aggregation query and returning 1.7 million rows....

  • RE: Are the posted questions getting worse?

    GilaMonster (7/7/2014)


    For anyone that gets frustrated with our posters here, here's a quote from a poster over on a gaming forum...

    I was thinking about reactivating my bomber but it occurred...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (7/7/2014)


    Luis Cazares (7/7/2014)


    EDIT: I had forgotten the need of TNSNAMES.

    God I hate that.

    And the Oracle home as well.

    You can use SQL*Net Easy Configurator:w00t:

    ouch

    😎

  • RE: Are the posted questions getting worse?

    Luis Cazares (7/7/2014)


    I'll start using Oracle :sick: at my job. As a SQL/BI Developer, it seems that most of the knowledge can be transferred easily between tools, but I'm just...

  • RE: RDP into server - queries run slow

    asiaindian (7/7/2014)


    Thank you for the response. I am sorry for not giving out the SQL box specifications. It has 256 GB RAM, of which 200 GB is dedicated to SQL...

  • RE: RDP into server - queries run slow

    asiaindian (7/7/2014)


    Hello,

    Environment:

    I have a remote server with SQL server 2014 instance on it. There is nothing else running on the SQL Server box(dedicated SQL box). There is only one instance...

Viewing 15 posts - 7,861 through 7,875 (of 8,753 total)