Viewing 15 posts - 136 through 150 (of 231 total)
I think I have worked it out.
Created a table in my datawarehouse called 'table2', with columns -
id - int
date - datetime
time - time(7)
The in my SSIS Data Flow Task...
July 23, 2013 at 8:29 am
Thank you all for your replys. I've now moved away from "heaping" my data and at least placed a CLUSTERED KEY on the id - which has now sorted it.
July 23, 2013 at 8:04 am
Thanks guys. It was more a reason I was after which you have both supplied. I won't concern myself with it, but will play about with some indexes in development.
Thanks...
July 18, 2013 at 4:54 am
Thank you so so much.
I really appreciate the time you have taken to reply to me.
This is EXACTLY what I'm after.
But now I'm thinking about it, this won't be...
July 12, 2013 at 8:56 am
sdevanny (7/10/2013)
From 10,000 feet as I understand it, your existing package(s) restores the backup...
July 12, 2013 at 6:05 am
Just worked it out - - I don't need to call the filename in my destination - just the path.
FAIL!
June 28, 2013 at 5:15 am
Thanks all for your comments.
I am only restoring the database. I was only creating the database whilst I was trying to get to the bottom of why the restore...
June 20, 2013 at 7:23 am
I was restoring it when the .BAK was still on the SFTP. I would then move it via a batch file to the SQL Server.
As this will be a daily...
June 20, 2013 at 6:19 am
OK guys. Thanks for your help it must be the.BAK file.
Which is odd as it has been working fine all day....could it become corrupt by just moving it...as I move...
June 20, 2013 at 6:02 am
OK, This is what I have done now.
I have dropped the database again as the database went into a (Restoring......) state. So I have a brand new empty database called...
June 20, 2013 at 5:48 am
That didn't work either.
What I have now done is drop the database and deleted the mdf and log file.
I have now recreated an empty database with the same database name...
June 20, 2013 at 5:28 am
I prefer to go the SSIS route really.
What would I need - just the actual driver installed on the SQL server of the Progress DB?
November 1, 2012 at 10:32 am
Ahhhh. That's me not reading the step by step guide properly.
Thanks
May 17, 2012 at 6:58 am
Hi there,
Yes I used the same TSQL on all the DBs.
May 17, 2012 at 6:52 am
Sorry guys. Thanks for your help but I just don't understand enough about TSQL to appreciate what you are suggesting.
SELECT SALES.Reference AS 'SalesOrder Referance'
,SERV2.Reference AS 'ServiceOrder Reference'
,SALESTAT.NAME AS 'Sales Order...
April 27, 2012 at 2:08 am
Viewing 15 posts - 136 through 150 (of 231 total)