Viewing 15 posts - 2,116 through 2,130 (of 7,187 total)
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
That's right - unless IMPLICIT_TRANSACTIONS is ON for your connection. It's not the default, so it's unlikely to be on unless you consciously set it to be.
John
December 7, 2016 at 8:48 am
The best way to find out is to try it, of course. If you did, you'd get a message saying that the ROLLBACK has no corresponding BEGIN TRANSACTION, which,...
December 7, 2016 at 8:26 am
That's right. But don't take my word for it - do some reading on merge replication, and then set up a test if you think it fits your requirements.
John
December 7, 2016 at 4:37 am
No, with merge replication you read and write against your local database and the conflicts are resolved and changes merged so that the two (or more) databases stay in sync.
John
December 7, 2016 at 4:18 am
Viewing 15 posts - 2,116 through 2,130 (of 7,187 total)