Viewing 15 posts - 16 through 30 (of 169 total)
Hello Ramesh,
Thanks for the comments
May 19, 2009 at 6:52 am
Hi Wayne,
How do you set adhoc query?
Thanks
May 19, 2009 at 6:23 am
So What command should I use?
May 18, 2009 at 2:14 pm
Hi There,
the server that I use is 32 bits
May 18, 2009 at 2:13 pm
I tried to copy your codes and run it, somehow it works...but it gives me a small error. Do you know why?
OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned...
May 18, 2009 at 12:39 pm
Hi There,
Can you show your way?
Thanks
May 18, 2009 at 12:35 pm
Hi There,
Thanks, I did it and run the same codes that you suggested me to do
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'Ole Automation Procedures', 1;
GO
RECONFIGURE;
GO
it still gives me the same error.
Thanks
May 18, 2009 at 12:35 pm
can someone in here help me out for this question?
Thanks
April 29, 2009 at 11:28 am
Can someone help me with this one? I don't know what I did to make this work.
Thanks
April 29, 2009 at 6:47 am
Hi there,
can you help me with my where clause conditions?
Thanks
April 28, 2009 at 1:46 pm
Hi
Yes there is a whole bunch of column fields name in where clause. But if you look carefully then it's just repeated columns such as DEClearedDate then DESecondClearedDate or DEThirdClearedDate...
April 28, 2009 at 11:10 am
If I use "Order By ISNULL(ClearedDate, '31-Dec-2090')" and place it like below:
Select SocialSecurityNumber, ClearedDate, [Type], DDS, Count(*) As TotalCleared
from #temp
Group By SocialSecurityNumber, ClearedDate, [Type], DDS
Union
Select Null, Null, Null, Null, count(*)as...
April 10, 2009 at 12:07 pm
Hello,
I think I solved my problem, I use reporting service.
But there is a small thing, I just want to ask you opionion and that is:
When I changed my store...
April 10, 2009 at 10:44 am
Hello There,
This is in a report.
I wish to have a sum at the bottom of the column TotalCleared
Thanks
April 10, 2009 at 10:14 am
Hello Slange,
I have a question which relates to this question, if I want to have sum at the bottom of the column TotalCleared. Do you know how?
Thanks
Joe
April 10, 2009 at 8:41 am
Viewing 15 posts - 16 through 30 (of 169 total)