Viewing 15 posts - 676 through 690 (of 2,085 total)
Haven't tried it yet, but why would you want to access Oracle as sysdba through linked server?
Isn't it possible to grant the user the specific rights for their needs?
November 6, 2015 at 9:11 am
October 24, 2015 at 4:31 am
As above, talk to your manager about priorities and stop taking work to home.
If possible get some training time so you won't have to do training in personal time, so...
October 23, 2015 at 8:06 am
SQL Server days (2 days) just passed and was great. How do you prepare for pass summit with 5 days of awesomeness?
September 30, 2015 at 4:00 am
source data is on another server ?
More like a linked server setup (run package on server A to access data from server B)?
September 9, 2015 at 3:29 am
I have something like this
/****** Object: ProxyAccount [proxySSIS] Script Date: 8/09/2015 16:12:43 ******/
IF NOT EXISTS (SELECT name FROM msdb.dbo.sysproxies WHERE name = N'proxySSIS')EXEC msdb.dbo.sp_add_proxy @proxy_name=N'proxySSIS',@credential_name=N'SSISProxyCredentials',
@enabled=1,...
September 8, 2015 at 8:16 am
localhost\instancename
localhost\port
(see ms sql server configuration manager)
is ms sql server browser service running?
September 7, 2015 at 4:59 am
Check on runtime settins like dateformat for datetime string conversions?
What is the output format of the report? html vs excel ...
August 27, 2015 at 9:19 am
CPU's disabled in BIOS?
August 25, 2015 at 6:44 am
August 24, 2015 at 8:22 am
sp_whoisactive
sp_who2
sp_lock
August 24, 2015 at 5:55 am
Hello,
You don't have to copy the snap-in line, only the code between
public void Main()
{
....
Dts.TaskResult = (int)ScriptResults.Success;
...
August 18, 2015 at 7:41 am
Did you try a reboot after installing the oracle clients?
Is the oracle client the latest from oracle support?
August 17, 2015 at 8:21 am
What happens if you place the package in a subfolder like c:\packages\ram.dtsx?
August 10, 2015 at 4:34 pm
Got away with changing the connection from native oledb Microsoft Ace... to .NET Provider/Microsoft Ace...
Seems to work in the script component and sufficient for the small excelfiles.
August 5, 2015 at 9:21 am
Viewing 15 posts - 676 through 690 (of 2,085 total)