Viewing 15 posts - 1,546 through 1,560 (of 7,191 total)
May 10, 2017 at 5:15 am
Change your OLE DB Destination from what is now the final destination table to a staging table. Remove the Data Conversion transformation, so that you're copying direct from the file...
May 10, 2017 at 4:18 am
It's so simple that you don't even need to use SSIS. You can use bcp or BULK INSERT (or SSIS if you insist, or if it's part of a larger...
May 10, 2017 at 3:59 am
If you run your restore through SSMS, it'll run as the SQL Server service account. If you do it as part of a job step, it'll use the SQL Server...
May 9, 2017 at 5:01 am
jeremie 98561 - Tuesday, May 9, 2017 12:28 AMI hope to have been clear.
Not really. It's much easier to understand...
May 9, 2017 at 1:07 am
Have a look at this article, and see whether you can get it working with CHAR(10) + CHAR(13) as a delimiter.
John
May 8, 2017 at 7:33 am
Steve is right. DDL and data would make our task much easier. Here's a guess in the absence thereof. Have a look at this and at what Thom posted -...
May 8, 2017 at 7:29 am
Is there anything in the restorehistory table in msdb? Maybe not, I suspect - it's not nearly as useful as the backup tables.
John
May 8, 2017 at 5:34 am
It's harmless, according to this. Are you actually using SQL Server 2012?
John
May 8, 2017 at 4:13 am
May 5, 2017 at 7:56 am
One thing that combines the best of both worlds is to test for existence, and create a stub object if it doesn't exist. After that, everything is an ALTER.
May 5, 2017 at 7:47 am
jeremie 98561 - Friday, May 5, 2017 7:30 AMA perfect check will be make. No problem about it.
What sort...
May 5, 2017 at 7:42 am
My advice, if you have any control over this, is to avoid this kind of design. You've seen how difficult it is to write even the simplest query. And what...
May 5, 2017 at 7:24 am
You're using an Excel Source in your Data Flow task, right? Why not choose SQL Command for your Data access mode, and then you can write a query that will...
May 5, 2017 at 7:20 am
SQL-DBA-01 - Friday, May 5, 2017 7:01 AMAny advise will be helpful.
What about the advice I gave you - did you...
May 5, 2017 at 7:08 am
Viewing 15 posts - 1,546 through 1,560 (of 7,191 total)