Viewing 15 posts - 1 through 15 (of 48 total)
Yes they are on different SAN storage.
Few databases are on EMC SAN storage and TempDB is on NETAPP SAN storage.
October 15, 2015 at 3:40 am
Hi Everyone
My issue is resolved.
We have changed oracle provider used in data flow task. Previously it was “Microsoft OLEDB provider Oracle” now we have changed it to “Oracle provider for...
June 25, 2015 at 4:39 pm
I have changed default buffer size to 30 Mb, but still getting the same error.
June 22, 2015 at 3:03 pm
It is failing on data flow task.
June 17, 2015 at 10:38 pm
Dear All,
found solution for this issue on below link.
March 27, 2015 at 9:21 pm
I found following link for the issue.
http://www.sqlchick.com/entries/2012/9/2/resolving-missing-records-in-ssis-from-oracle-source.html
but didn't get from where to set UseSessionFormat=True.
I Have SQL Server 64 Bit and Oracle client 32 bit on server
March 25, 2015 at 10:55 pm
Yes the preview of the query is showing 0 as output.
but when I tried the same using Microsoft OLEDB provider for Oracle it giving me proper out-put
March 25, 2015 at 6:48 am
I have used OLEDB source in data flow and then written query with where clause to select data from oracle.
March 25, 2015 at 6:04 am
Dear Koen Verbeeck,
I am using SQL Server 2008 R2.
March 7, 2015 at 4:46 am
Thanks Lowell,
Awesome script. You really saved lots of work.
February 10, 2015 at 5:27 am
July 2, 2014 at 5:37 am
Hi subhash,
Get logical file names as follows
restore filelistonly from disk='your backup path\filename.bak'
then restore database as follows,
restore database database_name from disk='your backup path\filename.bak'
with
move 'Logical_name for mdf file' to 'Path where...
June 20, 2014 at 2:26 am
Hi Koen,
My issue is resolved I just changed query as follows
SELECT * FROM OPENQUERY([MySQL], 'CALL proc_clientdata(''2014-06-16'',''2014-06-16'','''','''','''');')
June 17, 2014 at 3:45 am
yes I am able to get the output of select statement.
June 17, 2014 at 3:02 am
Hi Koen,
Yes , when I execute the same procedure in MySQL it runs successfully .
But when I try to run from SQL Server it is giving me error.
I have also...
June 17, 2014 at 2:41 am
Viewing 15 posts - 1 through 15 (of 48 total)