Viewing 15 posts - 91 through 105 (of 180 total)
If we are talking about Azure cloud, it has many capacity limitations based on your tier - https://azure.microsoft.com/en-us/pricing/details/sql-database/
January 22, 2018 at 1:32 pm
The good candidate would be a table in OLTP database with huge number of inserts per second. Have you checked this article - https://docs.microsoft.com/en-us/sql/relational-databases/in-memory-oltp/overview-and-usage-scenarios ?
January 21, 2018 at 12:46 pm
Red Gate SQL Source Control works almost with all source control systems - https://www.red-gate.com/products/sql-development/sql-source-control/
January 18, 2018 at 7:45 pm
Is the SSIS service account has rights on that path? Check the security log on the server, that will give you more information.
January 18, 2018 at 6:56 pm
January 18, 2018 at 3:02 pm
There are many ways to do so...
On of them is using an undocumented procedure:
EXEC sp_MSforeachdb @command
January 18, 2018 at 1:03 pm
January 17, 2018 at 8:23 pm
Hi,
The listener require one IP address. In case of two cluster nodes you may consider a file share witness as well. https://blogs.technet.microsoft.com/askpfeplat/2012/06/27/clustering-what-exactly-is-a-file-share-witness-and-when-should-i-use-one/
January 17, 2018 at 3:08 pm
Check that the 'Executed as user: Domain\User' has access to the share "\\SharedFolder\DTS_NAME.dtsx".
January 17, 2018 at 1:58 pm
January 16, 2018 at 6:43 pm
January 16, 2018 at 5:48 pm
Most probably you won't be able to install that patch, you should consider installing this patch instead - https://support.microsoft.com/en-nz/help/4058561/description-of-the-security-update-for-sql-2016-cu7-sp1-january-9-2018
It will upgrade your SQL Server to the version 13.0.4464.4.
January 16, 2018 at 4:02 pm
January 15, 2018 at 7:51 pm
Unfortunately there is no options to restore a backup from a newer version of SQL Server to an older one. In this case you should consider export and import database...
January 15, 2018 at 2:57 pm
So...
January 14, 2018 at 3:39 pm
Viewing 15 posts - 91 through 105 (of 180 total)