Viewing 15 posts - 5,581 through 5,595 (of 59,068 total)
@JeffModen - your solution and my solution are very close to the same. If we pass in 2022 as the starting year - both version return an empty...
February 20, 2021 at 7:49 pm
What is the criteria for your Match/NoMatch condition?
For example... are you looking for matches by whole line in the files? If not, how do you need to differentiate which parts...
February 20, 2021 at 4:48 pm
Ah, be careful, now... There actually IS a problem with making a view for every table... if you make a change to the table, you need to remember to "refresh"...
February 20, 2021 at 4:33 pm
In the absence of any code, the one thing that might have helped me to help you was the Predicate listing. So much for that, eh? 😉
February 20, 2021 at 2:13 am
It might be the default but doesn't apply in this situation.
0 = varchar(max), nvarchar(max), varbinary(max), xml and large UDT values are stored directly in the data row, up to a limit of 8000 bytes...
February 20, 2021 at 1:53 am
@JeffModen - your solution and my solution are very close to the same. If we pass in 2022 as the starting year - both version return an empty set. ...
February 19, 2021 at 9:58 pm
WITH
E1(N) AS (SELECT 1 FROM (VALUES (1),(1),(1),(1),(1),(1),(1),(1),(1),(1))E0(N))
I don't understand this syntax (please note that I'm not a DBA - my day job...
February 19, 2021 at 4:20 pm
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...
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...
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...
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...
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...
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...
February 18, 2021 at 9:37 pm
I'm thinking that the OP has left the building.
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...
February 18, 2021 at 8:01 pm
Viewing 15 posts - 5,581 through 5,595 (of 59,068 total)