Viewing 15 posts - 5,626 through 5,640 (of 59,089 total)
Thanks for the feedback but my question was how do I autoupdate the decommisioned column using a query or some script that says the server is decommisioned ? My...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 19, 2021 at 4:00 pm
Thank you so much everyone for your interesting, thoughtful and useful answers and contributions. I didn't 'leave the building' but I'm in the UK and after work stops, I...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 19, 2021 at 3:36 pm
I have an actual TALLY table in my database for Numbers ... is that bad? should I be using a Function?
Obviously there is a limit on the number of...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 19, 2021 at 3:29 pm
Apparently, the Op left the building.
With the idea of doing some bullet-proofing to return no rows for "illegal" years instead of producing an error (induced "silent failure) to expand upon...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 19, 2021 at 3:14 am
After the 30 days, move them to some type of historical table. Personally I would never permanently delete such data. Compress it to the max and it will take...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2021 at 9:51 pm
The point is not using exactly that table, it could be another table. The point was to demonstrate the logic in the original query, in a easier fashion.
Totally understood...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2021 at 9:37 pm
I'm thinking that the OP has left the building.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2021 at 8:04 pm
Additional column would suffice.
We have an end to end server inventory collection process - all automated from server collection to data collection from those servers.Servers do get decommisioned...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2021 at 8:01 pm
I've been asked to take over maintenance of a system (the previous dev has left). I've been looking at the code and I've found this function:
If you pass in...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2021 at 7:45 pm
Currently, all the detail data is in one table that gets refreshed each month.
Could you post the CREATE TABLE statement for that one table and also identify the column...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2021 at 11:36 pm
If I am understanding your question correctly:
The main export data output is 85 columns. They must be delimited by the bar character per the recipient's requirements. The end result...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2021 at 7:14 pm
How can I get the first error? Error_number only returns 3013 RESTORE DATABASE is terminating abnormally.
When the actual error is 3176 File 'M:\SQLData\SQL2016\SolarWindsOrion_Cortex_document' is claimed by 'Cortex_documents2'(4) and 'Cortex_documents1'(3)....
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2021 at 6:49 pm
You're a good and thoughtful man, Mike. Thank you for asking.
I've always said that DelimitedSplit8k (and DelimitedSplitN4k) was created by the community and I just happen to be the prime...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2021 at 6:40 pm
K. Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2021 at 8:57 pm
Never mind. Figured out. I found I cannot delete my own post
So what was the fix you figured out?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2021 at 8:11 pm
Viewing 15 posts - 5,626 through 5,640 (of 59,089 total)