Viewing 15 posts - 46 through 60 (of 149 total)
Hmm... good point, but...
but thinking more of user-supplied list of values (like, say, an SSRS report, that passes the parameter to a stored proc to get the data for...
September 8, 2016 at 6:29 pm
Hmm... I kind of like the XML-based splitter method, if only because part of the process is it can throw out the data in the output tableset as a specific...
September 8, 2016 at 12:41 pm
That being said, I'm using Powershell + EPPlus + SQLPS to push data into a .xlsx file, and simply use SSIS as the process control layer. Seems to work OK...
August 2, 2016 at 12:44 pm
There is a 64-bit version of the Access Database engine, as well as 32-bit. On a 64-bit computer, both seem to coexist OK. But only if you don't have...
August 2, 2016 at 12:25 pm
even then, may throw an error trying to cast classname = 'Math' to an int as well...
July 28, 2016 at 9:22 pm
look into https://excelpslib.codeplex.com/
July 2, 2016 at 11:18 am
To do that, use the ExcelPSLib .Net library (https://excelpslib.codeplex.com/). This library manipulates data into the OOXML format, which Excel can then read as if it was a native file.
Excel really...
July 2, 2016 at 11:17 am
the average developer will flip out when they have to add a new table field into an SSIS package. But, it seems some people really like feeling "good" at all...
July 2, 2016 at 11:11 am
the gac util will be in the Microsoft.Net framework file (C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\gacutil.exe)
June 4, 2016 at 6:29 pm
there is 64-bit ACE engine now, too.
But, don't install 32-bit ACE *and* 64-bit ACE on same server. They interfere with each other (been there, done that).
Especially don't do this...
June 4, 2016 at 6:21 pm
Hmm... if it was truly Undocumented and Verboten, MS would've made it an obscure dbcc call, an extended proc, etc. Instead, it's definition is there, in the clear.
It's...
April 15, 2016 at 11:30 am
there was a bored Unix sysadmin back in the late 90's who managed to cob up a Doom WAD that would represent server processes in Doom, in various guises/monsters, depending...
April 1, 2016 at 1:34 am
Yeah, you really want to have your SMK and DMK's in more than one place and media. You're SOL w/o a paddle or a canoe, at different levels (SMK vs...
December 14, 2015 at 10:47 pm
Hmm... not too hard to do a small bit of googling (or better, searching on sqlservercentral.com) for how to ingest an XML file into a xml variable using TSQL instead.
Once...
September 1, 2015 at 10:55 am
Viewing 15 posts - 46 through 60 (of 149 total)