Viewing 15 posts - 646 through 660 (of 2,062 total)
To the experts of DBCC TIMEWARP
Why can't system databases be restored "with move" like the others?
Example: RESTORE database model with move -> The system database cannot be moved by RESTORE
February 2, 2016 at 7:22 am
I would start them in this order
1.SSRS Server
2.SharePoint SQL (no connection errors to reports)
3.SharePoint Web (no connection errors to SharePoint sql)
January 20, 2016 at 4:26 am
Great story
December 22, 2015 at 4:28 am
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
Viewing 15 posts - 646 through 660 (of 2,062 total)