Viewing 15 posts - 1,006 through 1,020 (of 1,047 total)
why query for step 2 result only 5 rows--
What will the original SELECT * FROM VOrder_Details (Step 2 above) statement return when executed?
As, I think that when we made...
October 9, 2012 at 1:25 am
Hi,
sorry I forget about passing parameters..
chk this one, hope this one helps -
IF (@p = 'NULL' OR @p IS NULL)
BEGIN
SELECT * FROM abc WHERE name1 IS NULL
END
ELSE
BEGIN
SELECT * FROM...
October 8, 2012 at 5:52 am
Please attach a screenshot of sample data or post query which you wrote so that we can do modification in that and give you desired result,
October 8, 2012 at 4:53 am
wrong answer 🙁
I learned a lot from transaction questions 🙂
October 8, 2012 at 12:50 am
When 'x' is getting inserted with WITh(ignore_dup_key=ON) then in select statement why 'x' is not getting returned?
October 6, 2012 at 7:47 am
hi,
Can anyone tell me How to check whether the database is in single user mode or multi user mode?
October 6, 2012 at 7:40 am
I write that statement as there was no FROM clause in his query.
I agreed in using alias in FROM clause but he pasted query in whis he didnt...
October 5, 2012 at 9:05 am
Can you please attached the screenshots of what type of error you are getting..so we can look into it in a better way
October 5, 2012 at 8:54 am
Viewing 15 posts - 1,006 through 1,020 (of 1,047 total)