Viewing 12 posts - 1 through 12 (of 12 total)
Ok, thanks to both! One more question, if you have time: if I enclose the above SELECT logic in a CTE and then use the CTE for my SUM aggregation,...
March 7, 2023 at 7:46 am
Thank you Phill. What I know about the client is as follows:
- it's a SCADA software (Citect SCADA)
- the SQLExec is using ADO.NET behind the scene
- the four SQLExec are...
September 9, 2014 at 7:01 am
... The Standby PC does nothing ...
That is: the Standby PC does not collect data, but it is still there for reading purposes.
you simply remove the ability for read-only querying...
May 23, 2014 at 9:30 am
TheSQLGuru (5/23/2014)
.... assuming you don't make the secondary readable, which can do nasty things, including to your primary database ....
Unfortunately operators have the option to query the database...
May 23, 2014 at 8:23 am
TheSQLGuru (5/22/2014)
One would figure that there is a high probability that real-or-near-real-time data transfer was required or they would not have used Sync Framework in the first place. So...
May 23, 2014 at 1:33 am
TheSQLGuru (5/21/2014)
May 21, 2014 at 8:57 am
Thank you all for your interesting suggestions. Maybe the CONTEXT_INFO solution is the best in my case: separate logic for AFTER DELETE is good, but in my case the logic...
May 6, 2014 at 11:51 pm
You are right, that's a good solution. I've only an additional problem, I must think of: as you said, it is a bulk delete. This bulk delete will be run...
May 6, 2014 at 8:25 am
Thank you for your answer Jeff. This was also one of my thought but there are 2 cons:
- 10gb limits as of version 2012 express and the database should store...
April 13, 2014 at 1:09 pm
Thank you all for your suggestions. Short description of the system:
- the aim is production tracking
- there are 2 PCs each with its own MS SQL Server and a...
April 13, 2014 at 12:48 am
Hello Mr Eiriksson,
I plaied around a little with the PERMISSION_SET and the UNSAFE setting gets the best result, i.e. what you can read in my previous post (the other PERMISSION_SETs...
April 11, 2014 at 9:33 am
Thank you all for your answer:
HowardW (11/20/2012)
November 20, 2012 at 7:03 am
Viewing 12 posts - 1 through 12 (of 12 total)