Viewing 15 posts - 1,981 through 1,995 (of 4,820 total)
I'm more curious as to whether it really matters or not. SQL 2005 was designed more than a decade ago, and the 2014 version of SQL Server made changes to...
October 23, 2017 at 11:33 am
Simple. Quote marks (') in the data. If the column is coming in as a string, you'll need to add a REPLACE function to the transformation to replace all single...
October 23, 2017 at 11:06 am
"Not able to connect" could be lots of things. First, what error do you get? Second, what kind of connection, exactly, are you trying to make? Please be more detailed...
October 23, 2017 at 9:59 am
Did you try it? And what results did it produce? Notice that you are using INNER JOIN between your CSI cte and your NCI cte, so a given table would...
October 23, 2017 at 9:53 am
Have you heard of "global" temp tables? The names all start with ##. Google that and you'll likely find the scope information you seek.
October 23, 2017 at 9:49 am
October 23, 2017 at 9:44 am
ramrajan - Monday, October 23, 2017 3:53 AMCan you please share the complete query instead of just half ?
You won't learn anything...
October 23, 2017 at 9:43 am
October 23, 2017 at 8:47 am
October 23, 2017 at 8:46 am
October 23, 2017 at 8:14 am
To at least get you the Row Count, SSIS has traditionally had a Row Count transformation that can provide that information into a package variable of your choice. Having to...
October 23, 2017 at 7:41 am
Viewing 15 posts - 1,981 through 1,995 (of 4,820 total)