Viewing 15 posts - 38,521 through 38,535 (of 59,072 total)
only4mithunc (5/9/2010)
SELECT *
FROM InvoiceDetails
WHERE InvoiceNo IN ('1248','1063','963','1524')
ORDER BY CASE InvoiceNo
WHEN '1248' THEN 1
WHEN '1063' THEN 2
WHEN...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 9:20 am
Heh... Pity. I've got a million node solution for the MLM folks that absolutely rocks. Same goes for the creation of a million node "Nested Set" for "ad...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 9, 2010 at 9:09 am
Chris Lindley (5/8/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 8:34 pm
satishthota (5/8/2010)
Can you please give me examples ona) Non-Updateable Views
b) Updateable Views
Ummm... since I think this is a test question or maybe an interview question, I really need you to...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 8:16 pm
rajath 82072 (5/7/2010)
I am using ms acess.
I believe you'll have much better luck getting an answer if you ask that same question on the Access forum.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 8:13 pm
Agile (5/8/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 8:08 pm
c_kavya_shri (5/8/2010)
I have a Data Table 'InvoiceDetails' which contains Invoice and its Details.
Below is my Query,
SELECT *
FROM InvoiceDetails
WHERE InvoiceNo...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 8:02 pm
lmu92 (5/8/2010)
Since SQL Server does not perform a row-by-row processing, it will...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 8:00 pm
alex abenitez (5/5/2010)
The Dynamic part is for the creation of the fields.
Heh... we know that, Alex. How will it be used? I ask because that's a large key...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 7:58 pm
satishthota (5/8/2010)
What is the difference between Non-Updateable Views and Updateable Views in SQL server?Please Give me with examples?
Actually, this is covered in Books Online far better than any of us...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 7:45 pm
SQL Profiler can do some of that... especially if there's a known user login that the app is using.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 7:44 pm
Steve Jones - Editor (5/7/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 7:42 pm
There are two reasons why I don't like and will avoid the use of schemas if at all possible...
1. "All the eggs in one basket". More specifically, all...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 7:39 pm
kazim.raza (5/8/2010)
In other words I am going to pivot it on Level but select name of the entity.
Hmmmm.... "pivot it on Level but select name of entity". Is this,...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 7:27 pm
Trey Staker (5/4/2010)
Steve Jones - Editor (5/4/2010)
Paul White NZ (5/4/2010)
Awesome - a KB article on how to post questions to an online forum:
That's great. If only there were some way...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 8, 2010 at 7:10 pm
Viewing 15 posts - 38,521 through 38,535 (of 59,072 total)