Viewing 7 posts - 1 through 7 (of 7 total)
David, how about just having your powershell script round the freespace to the nearest 10 (or whatever you want as a reasonable switching threshold)?
For example if there were two servers...
July 10, 2020 at 2:56 pm
The MERGE command is helpful:
"Runs insert, update, or delete operations on a target table from the results of a join with a source table. For example, synchronize two tables by...
July 10, 2020 at 2:39 pm
If I understand your question, one solution could be to generate a date/calendar table with a column to return the English Quarter for a given date. Then just Join to...
July 10, 2020 at 2:33 pm
1.) You can have heap tables in SQL Azure.
2) You can do SELECT @@VERSION to see that it is not quite the same as what you get with on-premise servers.
June 3, 2020 at 12:54 pm
Perhaps try removing/deleting all the schedules and re-adding them back to the jobs to see if this clears up.
June 3, 2020 at 12:30 pm
For quick and dirty monitoring when you can't afford something else you can just follow the advice to:
April 30, 2020 at 5:56 am
Some of the obvious things are.
April 30, 2020 at 5:33 am
Viewing 7 posts - 1 through 7 (of 7 total)