Viewing 15 posts - 631 through 645 (of 2,044 total)
December 18, 2015 at 2:38 am
Contact support?
I once tricked HP dataprotector by modifying the host-file of the HP backup server so dns calls would render the IP of target server instead of the Original server.
Target...
November 30, 2015 at 5:41 am
Install the oracle client
November 24, 2015 at 5:28 am
I recommend you start applying them after some testing.
November 9, 2015 at 8:55 am
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
Viewing 15 posts - 631 through 645 (of 2,044 total)