Forum Replies Created

Viewing 15 posts - 7,471 through 7,485 (of 8,753 total)

  • RE: Denormalized XML File

    ringovski (8/19/2014)


    Thanks for the reply, how do you create a TSV file from a XML\XSLT file?

    TSV stands for Tab Separated Values, since your incoming data is in XML format I...

  • RE: This code is throwing error

    Quick thought, why going through all this trouble with the case statement in the dynamic sql?

    😎

    declare @b-2 int

    declare @action varchar(100)

    declare @dbname varchar(100)

    declare @a int

    set @dbname = 'adt'

    set @action = 'dfgf'

    set...

  • RE: Which query will give an error?

    Koen Verbeeck (8/18/2014)


    SQLRNNR (8/15/2014)


    sestell1 (8/15/2014)


    XML... yuck. :sick: :laugh:

    +1

    +2

    Thanks for the question.

    <post>

    <respond type="forum reply" >

    <author username="Eirikur Eiriksson"

    ...

  • RE: Same database on multiple cluster nodes for performance?

    protix (8/6/2014)


    Hello,

    is it possible to create a cluster configuration, where 2 (or more) SQL Server instances running on different servers will simultaneously serve the same database attached to the same...

  • RE: using Case statement

    t.mounika01 (8/17/2014)


    oh..thank you 🙂

    No worries. Just a quick question, it puzzles me how an empID can bear any weight on a salary, can you explain this?

    😎

  • RE: using Case statement

    t.mounika01 (8/17/2014)


    I have created a table Employee with empID and Salary. Using the case statement I tried to add a column called New Salary, which I tried to obtain by...

  • RE: Brute Force Attacks

    Erland Sommarskog (8/17/2014)


    TomThomson (8/17/2014)


    Erikur's advice is all good.

    Erikur?

    Hi Erland, I think Tom is mixing up us two from way up north, even the confusion is misspelled;-)

    My (Eirikur :-D) first question...

  • RE: Operator used tempdb to spill data during execution with spill level 1

    There is definitely some room for improvement here but first can you provide the yearweek population code?

    😎

  • RE: Compare two Table data and insert changed field to the third table

    F/-\R//-\Z (8/17/2014)


    hi

    I try your code but this is not work!!!

    no detect deferent row!

    In a way that is not too bad, we just have to figure out why;-)

    😎

    Now I have few...

  • RE: Unable to connect to redirector

    Quick thought, is TCP/IP enabled?

    😎

  • RE: Which query will give an error?

    Hany Helmy (8/17/2014)


    Had to try this as I have no hands-on experience on XML part in SQL Server.

    This question reminds me of the 70-461 exam questions 🙂

    We all have to...

  • RE: New Column Calculation based on running difference

    Here is the Window function version Jeff mentioned

    😎

    SELECT

    M.ORDERNO

    ,ROW_NUMBER() OVER

    (

    ...

  • RE: Which query will give an error?

    Thank you for the timely question Vimal, XML is a topic that definitely needs more coverage, especially when the current SQL Server's capabilities provide some of the best tools for...

  • RE: Takes 5 Seconds to load values

    ado-712642 (8/14/2014)


    Is there a different way I could do a query like this:

    SELECT ID FROM PropertiesFreeholdAndCondos WHERE lattlongchecked = 1 AND Latitude IS NOT NULL AND Longitude IS NOT NULL...

  • RE: AutoRecover Files not being created

    rana_gman (8/15/2014)


    Hello,

    I have set the environment set for AutoRecover (for every 3 minutes and Keep information for 7 days under the SSMS 2014 Menu: Tools -> Option ->Environment -> AutoRecover).

    I've...

Viewing 15 posts - 7,471 through 7,485 (of 8,753 total)