Forum Replies Created

Viewing 15 posts - 16 through 30 (of 85 total)

  • RE: sql datatype convertion error??

    which is NULL and equals to 0

  • RE: convert error???

    Well, yes but i wanted to delete this.. dont know how.. How do i do it??

  • RE: sql datatype convertion error??

    Seraj Alam-256815 (4/18/2013)


    Yes, only else part will execute as the condition is not true. What is confusion? do you think 0=1 is correct?

    My requirement is to

    -Get the value stored in...

  • RE: sql datatype convertion error??

    Sorry but I dint understand how the solution u provided will answer my question..

    I have no doubt about the coalesce function i used... But the string comparision is my...

  • RE: Date functions..

    [:)] [:)] [:)] [:)]

  • RE: Date functions..

    mm, I have to replace the 'blank' term which appeared twice with some functions or keywords like PARSE, convert or CAST to get the result like that.. I couldn't...

  • RE: 70-461

    Thanks for the info.. I am now subscribed to your newsletters..I will wait for monday...

    Can you please explain or answer the 1st question in your sample test create database objects......

  • RE: 70-461

    KatieAndEmil (3/31/2013)


    Hi

    For those avoiding brain dumps (I hope everyone! 😉 and looking for practice tests which can help you get used to style of Microsoft Exams so you can prepare...

  • RE: Details on the certification

    Just got my book Guys.. Its a Treat for me over the weekend

  • RE: UPDATE HELP

    I think I did not understand ur requirement properly

    Is this what u want???

    Update LOTTERY_MY_NUM set NUM1= LOTTERY_WINNING_NUM.NUM1,

    NUM2= LOTTERY_WINNING_NUM.NUM2,

    NUM3= LOTTERY_WINNING_NUM.NUM3,

    NUM4= LOTTERY_WINNING_NUM.NUM4,

    NUM5= LOTTERY_WINNING_NUM.NUM5

    from LOTTERY_MY_NUM...

  • RE: Giving permission for each table within a database

    Lowell (3/21/2013)


    you create multiple roles which contain the permissions you want to be able to assign;

    adding a user and granting permissions are a three part process.

    first you really needed to...

  • RE: Giving permission for each table within a database

    You can programatically do it with dynamic SQL or you can copy paste a bunch of lines only changing the table name (Object name)..

    Simplified syntax for GRANT

    GRANT { ALL [...

  • RE: Truncate table

    TRUNCATE TABLE removes all rows from a table, but the table structure and its columns, constraints, indexes and so on remain..

  • RE: Details on the certification

    Thanks.. It costs 150 for all the exams.. I found the details here

    http://www.register.prometric.com/Exam.asp

  • RE: update still difficult??

    sqlgirlatty (3/15/2013)


    Have you tried:

    Update employees

    SET ID = e.EXTENDEDID

    FROM employees e

    WHERE ID <> e.EXTENDEDID

    Yah We have been doing the same code in different ways all the tymm... Until...

Viewing 15 posts - 16 through 30 (of 85 total)