Forum Replies Created

Viewing 15 posts - 1,351 through 1,365 (of 11,678 total)

  • RE: tsql with out using cursors

    g.britton (11/21/2014)


    It's not just about efficiency, though cursors are usually the least efficient way to solve a problem.

    True, but not always true 😀

    Before windowing functions came through in SQL...

  • RE: ssas time when each of the dimensions and partition finished processing

    stevefromOZ (11/21/2014)


    As is often the case, you're right Koen, but I'm also a little right... 😉 I looked only at the CUBES rowset, which *does* have the datetime...

  • RE: tsql with out using cursors

    It might help if you would explain what you are actually trying to do.

    Some queries can be written to function without cursors, others can't (such as for example executing a...

  • RE: Using SSIS

    jacksonandrew321 (11/21/2014)


    so can't we use that SSIS funtions on that? If yes then its possible to use SSIS right from there.

    I'll repeat it again:

    if you want to use SSIS on...

  • RE: Using SSIS

    jacksonandrew321 (11/21/2014)


    Koen Verbeeck (11/21/2014)


    On every machine where you want to run an SSIS package, you need to install the Integration Services components, using the SQL Server media.

    can't we run that...

  • RE: Using SSIS

    On every machine where you want to run an SSIS package, you need to install the Integration Services components, using the SQL Server media.

  • RE: ssas time when each of the dimensions and partition finished processing

    stevefromOZ (11/20/2014)


    Should be able to use the DMV's if you're on 2008+

    http://msdn.microsoft.com/en-us/library/hh230820(v=sql.110).aspx

    I'm not sure there is a DMV with processing information.

    Bob Duffy has an excellent session on tuning SSAS processing...

  • RE: Sql 2012 Ssis row by row processing

    Phil Parkin (11/20/2014)


    Change the properties of your lookup component so that its lookup is not cached.

    It will hit performance hard, but it should do what you want.

    And change the OLE...

  • RE: Which is the best method to go with?

    It's possible that both queries have the exact some execution plan.

    In theory query 2 could be faster because you join against a smaller table. However, since it is a resultset...

  • RE: How index helps for join in sql server?

    One of the first results on Google for "sql server join index":

    Indexes and Joins

    (it is written for SQL Server 2000 though, but a lot will probably still be applicable.)

    You should...

  • RE: Index Behaviour

    Nice question, not so great explanation.

    Still wonder why number 1 is not a clustered index scan.

    Does SQL Server always prefer a covering nonclustered index over a clustered index?

    (still got it...

  • RE: Odd Man Out

    Sean Lange (11/20/2014)


    I too struggled to figure out what was used to determine the "odd man out" so I went with the only windowing function...it seemed to be the most...

  • RE: Are the posted questions getting worse?

    Sean Lange (11/20/2014)


    Koen Verbeeck (11/20/2014)


    I have been nominated for the "Author of the Year" award at MSSQLTips.com.

    This means people have to vote for me (or other people, but preferable me):

    http://www.mssqltips.com/MSSQLTipsAuthorVoting.asp

    Note...

  • RE: Odd Man Out

    Toreador (11/20/2014)


    GROUPING_ID was introduced in SQL2008. The others were all available in SQL2005.

    And VARP is the only function with a name less than 5 characters! :w00t: 😎 :hehe:

  • RE: Are the posted questions getting worse?

    HanShi (11/20/2014)


    Stuart Davies (11/20/2014)


    Koen Verbeeck (11/20/2014)


    I have been nominated for the "Author of the Year" award at MSSQLTips.com.

    This means people have to vote for me (or other people, but preferable...

Viewing 15 posts - 1,351 through 1,365 (of 11,678 total)