Viewing 15 posts - 16 through 30 (of 85 total)
Well, yes but i wanted to delete this.. dont know how.. How do i do it??
April 18, 2013 at 11:00 am
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...
April 18, 2013 at 10:56 am
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...
April 18, 2013 at 10:40 am
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...
April 4, 2013 at 9:12 am
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......
April 3, 2013 at 12:53 pm
KatieAndEmil (3/31/2013)
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...
April 2, 2013 at 3:08 pm
Just got my book Guys.. Its a Treat for me over the weekend
March 22, 2013 at 11:43 am
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...
March 22, 2013 at 8:42 am
Lowell (3/21/2013)
adding a user and granting permissions are a three part process.
first you really needed to...
March 21, 2013 at 9:02 am
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 [...
March 21, 2013 at 8:58 am
TRUNCATE TABLE removes all rows from a table, but the table structure and its columns, constraints, indexes and so on remain..
March 21, 2013 at 8:51 am
Thanks.. It costs 150 for all the exams.. I found the details here
March 20, 2013 at 10:45 am
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...
March 15, 2013 at 7:56 am
Viewing 15 posts - 16 through 30 (of 85 total)