Viewing 15 posts - 61 through 75 (of 263 total)
That's right it's not. But seeing as I was specifying what the row delimiter was I assumed that FIRSTROW=20 would be ultimately the 20th linefeed; and that it would break...
March 15, 2018 at 11:35 am
So, to conclude: I ended up cleaning the file using powershell by extracting only the lines starting with the token that I needed and writing them to a new file
March 15, 2018 at 10:32 am
Chris, yes, that ties in with what I am seeing.
This is a hassle!
I am trying to avoid having to clean the file before hand, but its...
March 15, 2018 at 2:40 am
Hmmm, the above comment from me, seems to be what I am seeing. If I specify row 2 as the starting row then it loads the rest in fine (from...
March 14, 2018 at 11:11 am
if I open the input.txt file in notepad++ it looks like this:
In notepad though it only has 3-4 lines because its not breaking on the...
March 14, 2018 at 11:08 am
That's correct, about 17-18 rows of header stamp from the source, followed by a header row, followed by data... 2 rows.
When I run either of the t-sql I...
March 14, 2018 at 10:10 am
Alejandro, I don't think that is what I mean.
Perry, yes this is what I intend.
Certain users 'forget' to append ApplicationIntent to their connection string. This results...
February 1, 2018 at 11:46 am
Thanks Sue.
Yes, I am filtering after the query then. As the where clauses exists outside of the OpenRowset query.
Which makes it not suitable, unfortunately, for my...
November 8, 2017 at 12:54 am
Cheers Thom.
Fortunately our security man just picked holes in their proposed solution anyway, so its all going back to the drawing board for something less cobbled together.
November 7, 2017 at 10:53 am
Hi Michael,
Unfortunately our Administrators are spread pretty thin, and as we have over two thousand jobs (over multiple instances) and we also have users who want to...
November 2, 2017 at 9:15 am
Wow, that's awesome -- the $(ESCAPE_NONE(JOBID)).
The only problem I can foresee with adding this as a last step is that during the time it looks up the...
November 2, 2017 at 6:12 am
For completeness and for anyone following or on a similar mission to me, below is how I ended up using SqlPirate's (above) T-SQL.
October 17, 2017 at 8:58 am
Well, I never knew you could put a case statement within a sum() ... AMAZING!!!
Thanks so much!
October 17, 2017 at 8:38 am
I am currently testing git and working through a book. Though I am still confused as to whether there is a central repository or not. It doesn't seem clear.
October 11, 2017 at 3:28 am
Viewing 15 posts - 61 through 75 (of 263 total)