Viewing 15 posts - 2,116 through 2,130 (of 7,191 total)
yrstruly (12/8/2016)
Thank you i manged to get it right.
Please will you share what you did? It will help anyone who's having a similar problem to yours.
On page 99 (https://drive.google.com/open?id=0ByFnKe4djAO-d29ZTUJrbExhbzQ)...
December 9, 2016 at 1:06 am
Your screenshot doesn't show the whole value of the variable. Does it include the name of the csv file? Have you tried it with and without? Please...
December 8, 2016 at 9:59 am
Run the job every five minutes, say, and have it check whether the file exists. If it does, proceed to the part of the job that does the processing.
John
December 8, 2016 at 9:35 am
sanjaydut26 (12/8/2016)
Hey John,As i told you it's only Data files log files are on a different drive.
Sanjay
So you did. Please scrub "log files" from my response.
Can you please...
December 8, 2016 at 8:01 am
Sanjay
You may be able to claw back some space by deleting unneeded files from D, or shrinking any data or log files that you know are too large and will...
December 8, 2016 at 7:46 am
If you made schema1 the default schema for user1, that'll only work for user1, not for you as well, unless your own default schema also happens to be schema1.
John
December 8, 2016 at 7:01 am
Did you remove it from the SELECT list and the GROUP BY clause?
John
Edit - corrected italics tags
December 8, 2016 at 5:29 am
Can you not just dispense with the Year column? What do you need it to represent?
John
December 8, 2016 at 4:27 am
h.iddamalgoda 91897 (12/8/2016)
Thanks John.I am merely concerned for security. That is why I am considering stopping them. All my instances (61 of them) are default.
Definitely don't have it running, then.
John
December 8, 2016 at 4:07 am
I wouldn't run it as required - I would either use it or not use it. It only works for named instance, so if you only have a default...
December 8, 2016 at 4:01 am
It's because for those particular values of date, you have two separate values of Year. Presumably this is caused by arrival date and departure date being in different years.
John
December 8, 2016 at 3:56 am
Edvard
Yes. Can you imagine the confusion if it were any other way? You wouldn't know whether you were getting old values or new values!
John
December 8, 2016 at 2:22 am
Edvard
Yes, that's how it works. Try declaring @starttime and @endtime variables and setting them to the new values. You can then use them in the update query instead...
December 8, 2016 at 2:12 am
I don't know. There's a ConnectionString column in the DataSource table, but it's not in plain text. Like I said, I don't recommend hacking the tables, and I...
December 8, 2016 at 2:08 am
What sort of data source do your reports use - embedded or shared? If you use a shared data source then you only need to change it in one...
December 7, 2016 at 9:21 am
Viewing 15 posts - 2,116 through 2,130 (of 7,191 total)