Viewing 15 posts - 466 through 480 (of 761 total)
Divine Flame (5/9/2012)
ramrajan (5/8/2012)
asaI think he wanted to write asap, but before writing "p" he got something even more important to do 😀
:-D:hehe:
May 9, 2012 at 3:58 am
Divine Flame (5/9/2012)
Sony Francis @EY (5/9/2012)
May 9, 2012 at 3:54 am
ramrajan (5/8/2012)
asa
ASA :-P:-D
May 9, 2012 at 3:27 am
Jeff Moden (5/8/2012)
If so, you can use...
May 9, 2012 at 3:15 am
Are you implying that you need a Trigger?
here is something that I worked up. Hope it helps:
--Creating Tables
Create Table Ex
(id int not null primary key Identity(1,1), ...
May 9, 2012 at 2:56 am
Please provide DDL of the table and some readily consumable Sample Data to go with it so that people can understand your requirement a little better.
May 9, 2012 at 1:08 am
kirkm 55368 (5/8/2012)
I will certainly do so, and update with better if I can.
Try it and you'll see that the people on this Forum are so freakin' smart that...
May 9, 2012 at 1:03 am
I haven't worked with SAP enough to tell you about Joining tables from SQL server with SAP tables. But you can import data from SAP into SQL Server USING SSMS...
May 9, 2012 at 12:58 am
Suresh B. (5/8/2012)
What is "temporary log information"?Never heard of it.
Please use universal Names. Search Google what you are looking for, find what it is Universally called and then post.
Otherwise,...
May 9, 2012 at 12:07 am
Suresh B. (5/8/2012)
differences between seek and scan in sql server
Thanks for the link Suresh. It was very INFORMATIVE. :-D:hehe::-D:hehe:
Btw Sudha,
Index Scan: Index scan scans all rows of the table...
May 9, 2012 at 12:05 am
sudha.kotapati (5/8/2012)
When ever we are using report parameters(SSRS),we find the 3 options
1.visible parameter
...
May 8, 2012 at 11:58 pm
thinesh.mscss (5/8/2012)
SELECE FIELD1,FIELD2FROM TABLENAME
GROUP BY FIELD1,FIELD2;
THIS MIGHT WORK
Have you tried this??
May 8, 2012 at 11:37 pm
kirkm 55368 (5/8/2012)
I want to include data from some fields in those into...
May 8, 2012 at 11:23 pm
toddasd (5/8/2012)
WHERE (origin_code = @origin_code OR origin_code =...
May 8, 2012 at 10:58 pm
drew.allen (5/8/2012)
If you have enough units of measure, you'll probably want to create a conversion table instead of using the CASE Statement.Drew
I agree with Drew.
Since you have got some time...
May 8, 2012 at 10:44 pm
Viewing 15 posts - 466 through 480 (of 761 total)