Viewing 15 posts - 2,536 through 2,550 (of 2,651 total)
in Addition to the above (really hard to read forums now) it seems a tad bit slower loading the forums initial page.
January 12, 2017 at 3:55 am
why not the 2013 or even the 2016 version of the ACE driver?
2013 - https://www.microsoft.com/en-ie/download/details.aspx?id=39358
2016 - https://www.microsoft.com/en-ie/download/details.aspx?id=50040
You do not need to buy any special product in order to redistribute the...
January 11, 2017 at 1:28 pm
If the server is Clustered then only TEMPDB can be on the local SSD
If it isn't then placing the DB on SSD could be an option.
And regular backups (every...
January 11, 2017 at 1:19 pm
you need to change that bit of code to be dynamic sql - that way you can check for the existence of the column and only execute it if available
January 11, 2017 at 2:38 am
you do not need visual studio - it is advisable, but not a requirement.
SSDT will install on its own a Visual Studio Shell which contains all that is needed to...
January 10, 2017 at 2:36 am
One thing I would look at is splitting the call to the function dates into temp tables.
e.g. get distinct values of the dates that are being passed to the functions,...
January 6, 2017 at 11:04 am
change that foreach to a parallel.foreach is probably an option.
https://msdn.microsoft.com/en-us/library/dd460720(v=vs.110).aspx has a simple example.
and if required look for other examples on the net.
December 21, 2016 at 3:09 am
Thanks Steve. Indeed no pun intended with RTFM.
David, as per the link I added (from the manuals) there are indeed ways to do it - JDBC from what i could...
December 20, 2016 at 12:06 pm
Phil Parkin (12/20/2016)
frederico_fonseca (12/19/2016)
if excel file format is 2010 or higher then https://msdn.microsoft.com/en-us/library/office/gg575571(v=office.15).aspx may be an option.Have you tried using this? How did it go?
I did use it on a...
December 20, 2016 at 7:28 am
if excel file format is 2010 or higher then https://msdn.microsoft.com/en-us/library/office/gg575571(v=office.15).aspx may be an option.
December 19, 2016 at 5:13 pm
this isn't a sql server question, but a Vertica question - RTFM is required.
Look at https://my.vertica.com/docs/7.1.x/HTML/Content/Authoring/ConnectingToHPVertica/ClientJDBC/UsingVerticaCopyStream.htm as it may either help or guide you on the right direction
December 19, 2016 at 5:07 pm
how does it improve if you backup onto 4 backup files, and explicitly enable compression on the backup command?
And how long does it take to backup using a single file?
and...
December 19, 2016 at 4:42 pm
what is too slow?
And how are you doing the backup? single file? multiple files? with compression or without? and are files on same drive as database files or on a...
December 19, 2016 at 3:51 pm
it also seems, altough i am be wrong, that you have indexes on that table.
For such high volume it is advisable to load to a table without any indexes and...
December 19, 2016 at 3:42 pm
What I normally do on these cases is to have either a C# or a Powershell script that monitors the folder and once a new file arrives kicks off the...
December 8, 2016 at 10:16 am
Viewing 15 posts - 2,536 through 2,550 (of 2,651 total)