Viewing 15 posts - 1 through 15 (of 22 total)
I create one file group for each file. Actually that kind of issue will give you error right away. My script ran for more than a day without any output....
January 16, 2013 at 7:30 am
Hi Bhuvnesh,
Thanks for the reply.I didn't specify any range for January data. So it went to the last partition. Ideally, if I create a partition for january.. the data in...
January 16, 2013 at 3:33 am
Hi,
THanks for the reply. You correct I am trying to do a split of range. But the problem I am facing is SQL server is unable to move the data...
January 15, 2013 at 11:49 pm
Hi,
I think this will help
SELECT CONVERT(VARCHAR(10), GETDATE(), 112) + Replace(CONVERT(VARCHAR(10), GETDATE(), 108),':','')
Thanks,
Swaroop
September 26, 2012 at 8:48 am
Hi,
You can use the below link.. The first link I got after googling. 😉
I normally change the datatypes in excel itself before importing. So that I can get...
September 26, 2012 at 8:08 am
try this
=round(Fields!MegaBytes.Value,0).ToString() & " (" & (round(Fields!MBPerSub.Value,0).ToString()) & " )"
August 7, 2012 at 2:01 am
If I take backup of the filegroups and after taking backup I will do a merge on the table for September. How to restore after that.
November 29, 2011 at 7:23 am
Thank you Vishal
November 1, 2011 at 3:41 am
Hi,
Not sure if you have tried using Left Join instead of inner join.
You can put an expression in the report cell to check for the valid value from either Table2.Name...
October 26, 2011 at 4:37 am
It is working with DB tables as well.
Let's wait for the original poster to respond.....
October 26, 2011 at 4:07 am
Here you go ..
October 26, 2011 at 3:31 am
I am not sure how to upload the package and the excel file to this thread. would you mind sharing your email ID!!
October 26, 2011 at 3:06 am
Hi,
I don't know what error you are getting. I just tried your scenario by putting 2 excel files in the source folder with data in Sheet1 and Sheet2 respectively. It...
October 26, 2011 at 1:43 am
Thank you Jannie for your valuable inputs.
July 21, 2011 at 1:07 am
Can you use while loop?
July 5, 2011 at 10:12 pm
Viewing 15 posts - 1 through 15 (of 22 total)