Viewing 15 posts - 136 through 150 (of 49,571 total)
No load test, but I did the tests for you
https://sqlinthewild.co.za/index.php/2018/02/27/homebuilt-sequential-columns/
July 12, 2018 at 3:24 pm
July 11, 2018 at 11:24 am
July 9, 2018 at 3:54 pm
July 9, 2018 at 3:19 pm
EXEC dbo.GetCustomerDetails @CustomerName = 'Customer name here'
July 9, 2018 at 10:23 am
That's probably easier to do in your app, wherever you display this data.
July 9, 2018 at 7:59 am
This should mostly do what you want.
WITH Src
AS (SELECT station_no,
CASE WHEN TestResult = 'ok' THEN 1 END AS ok,
...
July 9, 2018 at 7:30 am
The CREATE TABLE statements for the tables, if Access even does that. It's been years since I looked at Access to be honest.
July 9, 2018 at 6:50 am
Is there any way to request a thread be moved in the new forum? I used to report it and ask in the details, but the new forum doesn't have...
July 9, 2018 at 5:28 am
I'll see if I can get this moved to the MS Access forum, as a trigger that is written for SQL Server won't work in Access (I can't even remember...
July 9, 2018 at 5:27 am
July 9, 2018 at 4:20 am
May I recommend http://www.sqlservercentral.com/articles/books/76296/, http://www.sqlservercentral.com/articles/books/94937/, http://www.sqlservercentral.com/articles/books/71564/ and http://www.sqlservercentral.com/articles/books/70486/?
July 9, 2018 at 4:13 am
July 9, 2018 at 2:58 am
The 'best' will be determined by your requirements, RPO, RTO among them.
You have basic availability groups, log shipping and failover clustering as your main options on Standard Edition.
July 8, 2018 at 1:28 pm
Viewing 15 posts - 136 through 150 (of 49,571 total)