Viewing 15 posts - 2,056 through 2,070 (of 2,569 total)
So much learning here!!. Thanks in advance for answering my questions.
I have 2 tables in...
November 20, 2018 at 4:01 pm
just to make it clearer
Publisher
------> Distributor
---------------> subscriber 1
---------------> subscriber 2
---------------> ....
---------------> subscriber N
the above can be any server - they could...
November 20, 2018 at 12:49 pm
November 20, 2018 at 12:43 pm
why not just convert the date to a string on the source select - converting to a format that SSIS knows well will then make the conversion to date straightforward.
November 19, 2018 at 5:11 pm
So I created a series of tables, and all of them looked something like...
November 19, 2018 at 5:01 pm
Using a linked server can also be done through synonyms - so they do fall under the same as a hard-coded db other than the code that is referencing them.
November 19, 2018 at 4:57 pm
A few comments on your code.
Do not as a standard store user functions on master -- master.dbo.ufnStringToPbase should be on any db other than system db's
Do not...
November 19, 2018 at 2:22 pm
November 19, 2018 at 6:55 am
November 19, 2018 at 6:24 am
I do think you took the wrong approach there unless you didn't tell us of further steps that would normally be required.
But by your list of steps I...
November 18, 2018 at 8:11 am
the .net version of SQL Server has nothing to do with what your code does. Unless its a CLR, and even that I think it will still allow it.
November 17, 2018 at 6:58 pm
by the error you posted it seems you tried to use a format that is not possible
Create failed for Login '.\TestAccount'.
drop that .\ and it will work
November 17, 2018 at 1:42 pm
in my shop I try to implement and force the use of synonyms. pitty I can't force them to do it (not being a production DBA), but do try my...
November 17, 2018 at 1:39 pm
good to see possibilities 😀 and I didn't knew about it either!!!
November 17, 2018 at 1:26 pm
powershell definitely an option - and possibly plenty of examples on net to do it.
this may also be an option https://blogs.msdn.microsoft.com/markm/2015/06/30/easily-backup-sql-databases-to-azure/
November 16, 2018 at 6:14 pm
Viewing 15 posts - 2,056 through 2,070 (of 2,569 total)