Viewing 15 posts - 166 through 180 (of 768 total)
Basically trying to copy the bkp file from one server to another but both the servers are in two diff domains.
There is no space and I'm using double quotes.
EXECUTE xp_cmdshell...
November 22, 2016 at 7:00 am
I used the below script to drop subscription, but got the below error.
Any advise please?
-- Dropping the transactional subscriptions
use [db]
exec sp_dropsubscription @publication = N'abcd', @subscriber = N'servername', @destination_db...
November 6, 2016 at 11:27 am
No
November 3, 2016 at 6:12 am
I think both these insert statements are failing.
INSERT dbo.TimeZoneOffsetTest (mytime) CAST(SELECT '20161015 08:15 -4:25' as DATETIMEOFFSET)
INSERT dbo.TimeZoneOffsetTest (mytime) SELECT '20161015 08:15 2:00'
November 2, 2016 at 8:56 am
These are all SQL Build scripts...Not sure out of them which one is specifically for Reporting
October 21, 2016 at 1:38 pm
Are you referring to this article?
http://web.archive.org/web/20120830141644/http://www.sqldbatips.com/showarticle.asp?ID=62
October 21, 2016 at 1:20 pm
Thanks Sue..There are so many versions I can see by FineTune.
Now, do I need to install/use the one based on the SQL Edition? I found my sql insrance is sQL...
October 21, 2016 at 1:10 pm
So need to use the same password whch are used for SSISDB ?
October 6, 2016 at 8:25 am
Hi Phil,
While deploying getting the below Warning. But able to deploy the packages successfully. No error.
Is there something to look into against this warning?
TITLE: SQL Server Integration Services
------------------------------
Warning: Failed...
October 6, 2016 at 8:14 am
Hi Phil,
It worked...:) I am able to import/deploy the .ispac packages. Thanks much.
If I need any further help from you on this will let you know.
Thanks much for your advise!!!
October 6, 2016 at 7:55 am
Hi Phil,
I created the same folder structure as available in Production but when I try to import packages to the respective folders, I get the below error. Any advise how...
October 6, 2016 at 7:26 am
Thanks Phil...I'll try tomorrow.
October 5, 2016 at 7:36 pm
Viewing 15 posts - 166 through 180 (of 768 total)