Viewing 15 posts - 1 through 15 (of 46 total)
It is oracle query. need to find where it is taking long time and how we can improve it
November 20, 2017 at 5:43 am
@thom-2, the modified query is also taking long time around 900 seconds
@Mitchell, Yes it is using views and have joins in that . When i tried to...
October 25, 2017 at 5:15 am
Thanks for the information provided....
When I copied the dll and also the code snipped from the link, and tried to execute it getting an error "The operation is not supported...
January 27, 2016 at 11:37 pm
But i am looking in VB6 (not .NET) or SQL Server. When I checked those links, I am not able to find the MSMQ.dll there. It would be great if...
January 21, 2016 at 8:59 pm
Hi,
Thanks for your reply,
Could you please send sample code while will send messages to MQ either using SQL Server or VB6 only.
If requires any references from where i can add...
January 21, 2016 at 4:12 am
I need to get the last 2 columns which are price in a single row. currently it is getting as null and value, value and null as values but i...
September 28, 2013 at 10:45 pm
I have added iif in both stored procedures as isnull(varname,0)
and also in rdl i used iif isnothing(varname,0,varname) but still no luck
Thanks
Naveen
August 28, 2013 at 9:43 pm
the input and output should be similar
table a
col1 col2 col3
us 01/01/2012 10
us 02/02/2012 11
us 03/03/2012 33
gpb 01/01/2012 20
gbp 02/02/2012 21
chf 01/01/2012 30
output should be
us o3/03/2012 33 02/02/2012 11
gbp 02/01/2012 21...
February 14, 2012 at 1:17 am
Thanks very much its working fine, but where there is only 1 record for a group (in this case for chf), it should not display the same record for both
February 14, 2012 at 12:57 am
RAISED THIS IN ACCESS FORUM, BUT IF ANY OF THEM CAN GIVE ME A IDEA OF HOW TO GET IT IN ACCESS, WILL BE GREAT
February 13, 2012 at 7:03 am
even if you can suggest me the general query which will work in all databases it would be great
February 13, 2012 at 6:00 am
thanks, but can you tell me the same how we can write in MSAccess as it doesnt support partition and with.
Looking in MS-Access
Thanks & Regards
Naveen
February 13, 2012 at 5:12 am
check if sql server agent service is running..
June 9, 2011 at 3:55 am
There is a tool SQL Data Compare which will do that.
June 9, 2011 at 1:27 am
Viewing 15 posts - 1 through 15 (of 46 total)