Viewing 15 posts - 2,131 through 2,145 (of 2,701 total)
you need to install SSDT.
either with shell for vs2017 https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-server-2017
or
for vs2012 https://www.microsoft.com/en-us/download/details.aspx?id=36843
January 8, 2019 at 11:49 am
do you have the explain plan of the proc that is being executed inside the code of the plans you supplied? TARIFF_SIM_MATRIX_3M is being executed on a loop and
both...
January 8, 2019 at 10:31 am
the issue is that the last line fails to meet the correct delimiter "\"\r\n" and as such the value contains a quote
try changing the table to
create...
January 4, 2019 at 4:49 am
I'm trying to investigate an issue where a date field, PolicyCancelDt, of type datetime from...
January 2, 2019 at 11:51 am
I strongly advice against using DBCC SHRINKFILE in...
January 1, 2019 at 5:04 am
It would be great if everyone had enough space and time to move tables from one filegroup to another to be able to shrink files. few have though.
In...
December 31, 2018 at 8:35 am
have a look at my post on https://www.sqlservercentral.com/Forums/1866405/dbcc-shrinkfile?PageIndex=1
by setting @shrink_target to your desired value it will do what you need.
December 28, 2018 at 12:40 pm
from the old RTFM https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=ITECHREF_exporting
reading the manuals may identify other ways of doing it. and their forums probably have other info.
December 26, 2018 at 1:56 pm
just noticed that this is being called from a SSRS report. In addition to what I said you also need SSRS to be
running using a AD account
Have...
December 26, 2018 at 7:09 am
December 26, 2018 at 3:47 am
if you need to cache that many rows you should probably redesign the package so that those joins are done in SQL Server itself and not on SSIS.
even if...
December 22, 2018 at 2:45 am
I might be interested - Not specifying particular areas of interest but if I feel uncomfortable with any area I will state if/when requested to review a article.
December 21, 2018 at 3:12 pm
Viewing 15 posts - 2,131 through 2,145 (of 2,701 total)