Viewing 15 posts - 181 through 195 (of 505 total)
If you view the metadata of the dataflow (double click the line coming out of your source) i assume that column shows up as a DT_WSTR.
If so use...
March 20, 2017 at 1:08 pm
If I'm understanding, you want a timestamp (date time value) in your data to correspond to when the file was processed. The issue is you are getting multiple values since...
March 20, 2017 at 12:04 pm
The main reason was security for powershell across multiple servers from the central management server. The powershell was intended to do health/performance monitoring. I'd need to verify this as this...
June 7, 2016 at 8:22 am
Thanks for the thoughts on this. I was in same boat regarding security, just wanted some feedback from the community.
There are no compelling reasons to change this so we'll...
June 6, 2016 at 7:59 am
This example will check 2 points compared to the zone.
Check the spatial results tab:
You can see the cars on the map as tiny dots, car1 about the center(inside the zone)...
June 3, 2016 at 5:52 pm
komal145 (6/3/2016)
1) execute task: sets the maxdays ( diff between startdate(getting from table) and getdate()) and sets to a variable in result...
June 3, 2016 at 4:48 pm
If anyone out there has upgraded AD to 2012 and has 2008 sql servers did it work? what sort of investigation or testing did you do?
anything would be helpful.
May 2, 2016 at 8:02 am
Missing comma after subquery and the subquery doesnt have a SELECT clause.
SELECT
fld1
,fld2
,(SELECT max(something) from dbo.somewhere) as MaxOfSomething
,fld3
FROM dbo.SomewhereElse
April 29, 2016 at 11:20 am
OK that is weird then. I'll do some more experimenting then and see what i can figure out. Maybe i'm just missing something obvious.
March 3, 2016 at 12:51 pm
Grant Fritchey (3/3/2016)
The job owner, but which account owns the step?
Ok i had nothing specified for the run as user option on the advanced tab.
There is not options for...
March 3, 2016 at 12:36 pm
Grant Fritchey (3/3/2016)
March 3, 2016 at 12:08 pm
djj (3/3/2016)
From BOL:
"BACKUP DATABASE and BACKUP LOG permissions default to members of the sysadmin fixed server role and...
March 3, 2016 at 11:36 am
You are correct the default login was set with datareader to the old database on the prev server. Could have sworn i checked that, but that explains why it did...
May 15, 2015 at 10:48 am
I feel your pain brother!
May 14, 2015 at 4:11 pm
You can have one file for everything, you just specify the xml file and pick "re-use existing" when you setup configs. But then you wont get the option to setup...
February 20, 2015 at 8:56 am
Viewing 15 posts - 181 through 195 (of 505 total)