Viewing 15 posts - 331 through 345 (of 645 total)
samot-dwarf (1/14/2016)
January 14, 2016 at 8:57 am
Eric M Russell (12/26/2015)
December 29, 2015 at 8:11 pm
Eric M Russell (12/26/2015)
Solomon Rutzky (12/26/2015)
Eric M Russell (12/23/2015)
The only practical use for CLR in a data warehouse that comes to mind is perhaps a custom aggregate function.
Just out of...
December 26, 2015 at 8:00 pm
Eric M Russell (12/23/2015)
The only practical use for CLR in a data warehouse that comes to mind is perhaps a custom aggregate function.
Just out of curiosity, what exactly is this...
December 26, 2015 at 2:47 am
mishka-723908 (12/22/2015)
December 23, 2015 at 4:46 am
SQLCLR is not inherently slow. Like most technologies it can be used to do things faster than T-SQL can, or can be used inappropriately and be much slower. Please see...
December 22, 2015 at 2:48 pm
Hey there. So I found the cause, kinda. It has to do with the NVARCHAR(MAX) datatype, though I am not sure why or how it is only showing up in...
October 3, 2015 at 12:16 am
levaif (9/28/2015)
September 28, 2015 at 11:22 am
levaif (9/28/2015)
and the method is
public static int processCMD(string fileName, string arguments)
{
try
{
System.Diagnostics.Process proc = new System.Diagnostics.Process();
proc.StartInfo.FileName = fileName;
...
September 28, 2015 at 11:16 am
Jeff Moden (9/25/2015)
September 25, 2015 at 10:37 am
Lowell (9/25/2015)
September 25, 2015 at 10:15 am
Lowell (9/25/2015)
if i pulled data into a Datatable and want to send them to disk, how would you do it?
I've...
September 25, 2015 at 9:54 am
levaif (9/25/2015)
this command doesn't execute what I expect to do
levaif (9/25/2015)
September 25, 2015 at 8:58 am
nikhil.desai1 (9/19/2014)
September 25, 2015 at 8:20 am
michael.farrow (3/1/2015)
BCP ... || goto ERROR_HANDLING
from which I then capture %ERRORLEVEL%. It works perfectly, but sometimes %ERRORLEVEL% is zero, and I was... September 13, 2015 at 11:36 pm
Viewing 15 posts - 331 through 345 (of 645 total)