Viewing 15 posts - 1 through 15 (of 103 total)
I have same problem and i tried by setting my table field as varchar and excel sheet field as text but still have null values. So i am running differents files...
June 25, 2007 at 6:13 am
Thanks for reply
Yes i have done that. I have changed smalldatetime field to char but out put i got is '0007-05-27' so thinking...
June 14, 2007 at 6:24 am
Oops Done...
Thanks a lot Jan it's done working fine
It happened because of zero when i replaced that from my num table it's working fine.
Thanks a lot
Kind Regards
Vandy
May 22, 2007 at 9:42 am
Sorry Jan to be pain...
Everything is ok but showing more lines
eg quantityinvoiced =2 it showing me three lines ...
Regards
May 22, 2007 at 9:36 am
Sorry Still not working may be doing something wrong
It showing fully duplicate lines but i need quantity invoiced always one ..
if quantity invoiced=6
it showing every time 6 but i...
May 22, 2007 at 8:49 am
This is the query
SELECT NBillingF.OrderNumber, NBillingF.Customerorderreference, AccountOwner.company, NewCARORDER.Orderaddressline5, Jcustomers.company AS Expr1, NewCARORDER.Orderaddressname, Product.[Manufacturer Part Number], Product.[Product Description], NBillingF.QuantityInvoiced, NewCARORDER.SystemOrderDate, NBillingF.DateInvoiced, NBillingF.Unitprice, NBillingF.InvoicedValueBase
FROM NBillingF INNER JOIN
AccountOwner ON NBillingF.Customer = AccountOwner.account...
May 22, 2007 at 7:54 am
This is the query
SELECT NBillingF.OrderNumber, NBillingF.Customerorderreference, AccountOwner.company, NewCARORDER.Orderaddressline5, Jcustomers.company AS Expr1, NewCARORDER.Orderaddressname, Product.[Manufacturer Part Number], Product.[Product Description], NBillingF.QuantityInvoiced, NewCARORDER.SystemOrderDate, NBillingF.DateInvoiced, NBillingF.Unitprice, NBillingF.InvoicedValueBase
FROM NBillingF INNER JOIN
AccountOwner ON NBillingF.Customer = AccountOwner.account...
May 22, 2007 at 7:54 am
Hi All
Thanks for your help.
Apologies for my ignorance actually first time i am working on sql server so need more help. I have around 10,000 lines for one day and...
May 22, 2007 at 2:44 am
Thanks Ian Yates It's working
I am working on OpenQuery First time so could you please let me know how to pass parameter to OpenQuery?
Regards
May 14, 2007 at 6:54 am
You can use like that:-
SELECT DISTINCT dbo.tblVENDOR.VendorName, dbo.tblVENDOR.VendorShortName, dbo.tblRAIL.RailDescr, dbo.tblSPIKE.SpikeDescr, dbo.tblRAIL.ScreenValue, dbo.tlkpSID.SId, dbo.tblConVendtoSuperClient.VendorID
FROM dbo.tlkpSID INNER JOIN dbo.tblSPIKE ON dbo.tlkpSID.SidID = dbo.tblSPIKE.SidId INNER JOIN dbo.tblRAIL INNER JOIN dbo.tblVENDOR...
April 20, 2007 at 7:35 am
Thanks a Lot Guys
It's working i am using Jason's method
Thanks
March 23, 2007 at 9:03 am
Hi
I updated my service pack 1 to 4 but still i have problem.
MMc stucked after some time and when i click close buttom it's giving me above error having...
March 2, 2007 at 7:20 am
Don't know how to freeze pane but yoou can count and show only 10 or 20 rows in that case report will show you one page with 10 or whatever...
January 15, 2007 at 1:03 am
Report work with store procedure justcheck your datasource which command type you have text or store procedure......... if you have store procedure type then can post more information about your...
January 15, 2007 at 12:58 am
Viewing 15 posts - 1 through 15 (of 103 total)