Forum Replies Created

Viewing 15 posts - 1,156 through 1,170 (of 11,678 total)

  • RE: Exam 70-461 question

    Brandie Tarvin (1/15/2015)


    Koen Verbeeck (1/14/2015)


    Make sure you have a good grip on the new window functions introduced in SQL 2012.

    And you know, for some reason MS still likes to ask...

  • RE: Error in stored procedure

    ChrisM@Work (1/15/2015)


    or resolve it in the string:

    + '

    FROM employee m

    LEFT JOIN shiftdetails b ON m.empno = b.empno

    where b.shifttype = ''' + @shifttype +

    ''' GROUP...

  • RE: How to overcome the identity column "jump 1000" issue

    Raymond van Laake (1/15/2015)


    Hey,

    Since SQL2012 MS changed something with the identity column; after a restart the value jumps with 1000 (for INT identity column). This is an undesired "feature" for...

  • RE: Error in stored procedure

    Since you are using dynamic SQL in your sp, you cannot simply use the parameter @shifttype, because it is not known in the execution context of the EXEC command. In...

  • RE: How to copy only the structure of database from one instance to another.

    Right-click database, go to "tasks" and then "generate scripts".

    There you can script everything out.

  • RE: SQL single to multi user mode

    jacksonandrew321 (1/15/2015)


    thanks I just followed ur direction, googled for the process to kill, executed on the query window and successfully altered the database mode.

    🙂

    OK, glad you got it solved.

  • RE: Do data flow through SSIS server to the destination database server?

    It goes through C.

    It loads data from A through the network into the memory of C, and then sends it through the network to B.

    If you use a data flow...

  • RE: Tablix Properties: Filters

    anthony.rooney (1/14/2015)


    Hi

    I had a similar query and was dismayed that you got no assistance!

    Try filtering in the data set itself. What is your source?

  • RE: SQL single to multi user mode

    Make sure all users are disconnected from that database.

    Even yourself 🙂

    Close all open query windows, and then use sp_who2 to check if there are still connections to that database.

    If there...

  • RE: IMPLICIT_TRANSACTIONS & BEGIN TRAN (second)

    Interesting question, thanks.

  • RE: Are the posted questions getting worse?

    Grant Fritchey (1/14/2015)


    Steve Jones - SSC Editor (1/14/2015)


    Grant Fritchey (1/14/2015)


    Back on topic for a moment.

    Maybe I'm in a weird head-space at the moment, but it seems like the questions have...

  • RE: Are the posted questions getting worse?

    Sean Lange (1/14/2015)


    Koen Verbeeck (1/14/2015)


    Steve Jones - SSC Editor (1/14/2015)


    Boy, it seems like my questions are getting worse lately. Taking a beating in the QoD.

    The question of today wasn't...

  • RE: Counting values

    Sean Lange (1/14/2015)


    Koen Verbeeck (1/14/2015)


    Sean Lange (1/14/2015)


    Charles Kincaid (1/14/2015)


    Great QOD Steve. I would have not thought that this would have that many issues.

    Seems that COUNT() does some fun things....

  • RE: Exam 70-461 question

    Make sure you have a good grip on the new window functions introduced in SQL 2012.

    And you know, for some reason MS still likes to ask XML related questions...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (1/14/2015)


    Boy, it seems like my questions are getting worse lately. Taking a beating in the QoD.

    The question of today wasn't bad at all. A...

Viewing 15 posts - 1,156 through 1,170 (of 11,678 total)