Viewing 15 posts - 331 through 345 (of 347 total)
Thanks for your reply . I am using XML source as a data flow source and pointing it to photos as well as Ads table . This works fine .
But...
November 11, 2009 at 12:22 pm
I get the following error "Cannot bulk load because the file "C:\Documents and Settings\pbaruah\Desktop\test.xml" could not be opened. Operating system error code 3(The system cannot find the path specified.).
"
after excuting...
November 10, 2009 at 11:34 am
Below is the query that I am using
INSERT INTO TestPB(firstname, lastname)
SELECT X.product.query('fname').value('.', 'VARCHAR(30)'),
X.product.query('lname').value('.', 'VARCHAR(30)') ...
November 10, 2009 at 10:38 am
I am getting the following error after running the query below :
Cannot bulk load. The file "C:\test.xml" does not exist.
DECLARE @xml XML;
SELECT @xml = (
SELECT * FROM...
November 10, 2009 at 9:45 am
Thanks it worked when I used dateadd(dd, datediff(dd, 0, getdate()), 0) inplace of '11/4/2009'
November 4, 2009 at 12:30 pm
Thanks all for your help . I have already solved the problem .
October 23, 2009 at 1:20 pm
Thanks for the prompt reply .
The below query is raising the following error :
with cteWithRow( RepName,CampaignID,CampaignStartDate,[Type],Purchased,Cost,Used,Balance,BannerRevenue,As_Of_Date,Rown)
as
(
Select RepName,CampaignID,CampaignStartDate,[Type],Purchased,Cost,Used,Balance,BannerRevenue,As_Of_Date,
...
October 14, 2009 at 9:34 am
Thank You for your reply . Your solution shows fy_month_start =3/29/2009 and fy_month_end ='4/25/2009' but its supposed to be '3/27/2009' and fy_month_end ='4/23/2009' .
For 2010 the fiscal year starts from...
September 15, 2009 at 3:26 pm
The business rule is
Begins Ends
27-Mar 23-Apr ( 4 weeks)
24-Apr 21-May ( 4 weeks)
22-May ...
September 15, 2009 at 1:59 pm
No. The fiscal month is not static year to year . For 2010 its 3/26/2010 .
September 15, 2009 at 1:46 pm
Viewing 15 posts - 331 through 345 (of 347 total)