Viewing 15 posts - 6,196 through 6,210 (of 13,877 total)
Robert Frasca (12/15/2016)
tag...Sorry...
December 15, 2016 at 11:00 am
Here is the code again, this time with IFCode formatting (please do this in future, to aid your readers)
DECLARE @rowGUID [uniqueidentifier]
,@InfoXML [varbinary] (max)
,@InfoXMLPerf [varbinary] (max)
,@AppGuid [uniqueidentifier]
DECLARE @LogTable AS TABLE (
LogDatetime...
December 15, 2016 at 10:47 am
Lowell (12/15/2016)
they do follow...
December 15, 2016 at 10:01 am
It would be interesting to know how performance varies between the two options (CAST in source and data conversion in package).
For those with separate servers running SSIS, doing the data...
December 15, 2016 at 9:23 am
wanttolearn1 (12/13/2016)
to be more clear this is an example of what i want to produce (the number in the square is the subnet selected)
What software are you going to use...
December 14, 2016 at 5:53 am
vikram_patro (12/14/2016)
I attached the sample data in excel to the original post, hope that helps.Also attaching here.
I mean, like this
SELECT *
FROM
(
VALUES
...
December 14, 2016 at 5:51 am
vikram_patro (12/14/2016)
Hi John, thanks for the quick reply but I was not clear earlier. Can you check my post again now.Thank you, Vikram
Are you able to provide your sample data...
December 14, 2016 at 5:45 am
wanttolearn1 (12/13/2016)
i want the result to be in some hierarchy (this is after each ip "," followed by depth level
10.0.0.0,0
10.13.15.63,1
10.16.8.2,1
15.0.0.0,0
...
December 13, 2016 at 2:48 pm
wanttolearn1 (12/13/2016)
when i pull the table i want to get result in way i know who os the...
December 13, 2016 at 1:39 pm
PSB (12/13/2016)
Not sure what I need to fix and where in environment variables. Can you please elaborate ?
Change the 'Sensitive' property of either the environment variable or of the package...
December 13, 2016 at 10:26 am
PSB (12/13/2016)
I am getting the error below from the SSIS package scheduled from a SQL agent job . Locally the package works fine.
Description: Unable to map an environment...
December 13, 2016 at 9:08 am
zouzou (12/13/2016)
The same query with a group by clause I try to run on SQL Server 2005 and on SQl Server 2014 but it seems that every time i...
December 13, 2016 at 5:24 am
sqlfriends (12/12/2016)
Also my other part of the questions, if SQL data tool not installed, but just installed SSMS, can I edit or create maintenance plan?
It...
December 12, 2016 at 4:51 pm
mandavli (12/12/2016)
it's active directory user
OK, yet a SQL Agent job which runs the package gives that error ... are you certain?
December 12, 2016 at 12:49 pm
Viewing 15 posts - 6,196 through 6,210 (of 13,877 total)