Viewing 15 posts - 2,131 through 2,145 (of 4,477 total)
March 27, 2018 at 2:08 pm
March 27, 2018 at 2:01 pm
I have setup merge replication between 2 servers.
I am unable to add a stored procedure...
March 27, 2018 at 8:42 am
How to see when and who did the latest restore of a database?
Thank you...
March 27, 2018 at 8:11 am
March 26, 2018 at 1:45 pm
March 26, 2018 at 12:23 pm
Try specifying a login - something like:
Alter Procedure [dbo].[RemoteLink]
@LinkedServerName Varchar(50)
AS
--With Encryption
Execute As login...
March 26, 2018 at 12:03 pm
March 26, 2018 at 11:51 am
March 26, 2018 at 8:08 am
March 23, 2018 at 5:36 pm
Yeah...a few problems there. It probably starts having problems at this point:SET @path = @folder+'\'+QUOTENAME(@DBName)+'\'
+RIGHT('0000'+CONVERT(nvarchar,DATEPART(yyyy,@now)),4)
+RIGHT('00'+CONVERT(nvarchar,DATEPART(ww,@now)),2)
You haven't set your variables @folder,...
March 23, 2018 at 5:23 pm
March 23, 2018 at 12:27 pm
I am new with full text however I was...
March 23, 2018 at 11:49 am
March 23, 2018 at 8:17 am
Viewing 15 posts - 2,131 through 2,145 (of 4,477 total)