Viewing 15 posts - 4,936 through 4,950 (of 59,067 total)
Heh... "Do We Need to Learn Linux?"
I guess the obvious joke here would be "GOOD SIR!!! CONTAIN YOURSELF!!!"
July 10, 2021 at 11:21 pm
My take on it all this is not only "No" but "Hell No".
First of all, it would be a security violation to have a bunch of "unknowns" running a bunch...
July 10, 2021 at 9:25 pm
Thank you for the readily consumable test data. Details for one solution are in the comments in the code below...
--===== One solution.
--...
July 10, 2021 at 8:25 pm
I don't know much about SSIS but there MUST be some easy way to do the following in SSIS just like it's easy in T-SQL.
...
July 10, 2021 at 7:38 pm
--===== Test string
DECLARE @String VARCHAR(8000) =
' ;T41,Vending,9000011;T42,Laundry,9000012;T43,Car Wash,9000013;T44,Amusement,9000014;T45,Promotion,9000015;T46,Transit,9000016;T47,Other,9000017;T73,?,9000011'
;
--===== Solution
WITH cteSplit1 AS
(--==== Split the groups out based on the ";" delimiter, not returning...
July 9, 2021 at 5:18 pm
Add to that that we have ~4000 tables to maintain...
Are they mostly ColumnStore or RowStore?
July 9, 2021 at 4:45 pm
Even Grant will tell you that's just scratching the surface on such things. Before you use one of them, you really need to study the documentation.
July 8, 2021 at 9:51 pm
I've not had to work with ColumnStore yet but that sounds perfect, Eric.
July 8, 2021 at 9:46 pm
I notice that even if we don't restart SQL Service, the data of sys.dm_exec_query_stats( sys.dm_exec_sql_text() and sys.dm_exec_query_plan() ) will be reset or removed/refreshed. when the data of...
July 8, 2021 at 2:37 pm
... Eric, maybe I didn't understand your meaning then when you said: "so for everyone to mount a flag in their front yard seems to me like...
July 8, 2021 at 2:31 pm
Hi Jeffrey,
The data type is date time because when I use query wizard to put filter and choose a date - the SQL code says:
WHERE
pr_time_attendance.h_date >=...
July 7, 2021 at 8:02 pm
Wow... ok. I raise my drink to all of you, thank my lucky stars that I "know" all of you, and be incredibly thankful that we all live in a...
July 7, 2021 at 6:32 pm
Hi Jeffrey,
Sorry for asking a noob question but why should I change the code if it is working for me? Is Jeff's more resource-efficient?
Also maybe my Microsoft Report Builder...
July 7, 2021 at 6:08 pm
Ah. Yep. I can see change a quantity to a negative or positive... I read it that the OP wanted to change the ID "number" to negative or positive, which...
July 6, 2021 at 7:02 pm
Indexes with high logical fragmentation mean little in an OLTP environment. In a lot of cases, it doesn't matter too much in non-OLTP envirionments, either. As an (at first) necessary...
July 6, 2021 at 3:43 pm
Viewing 15 posts - 4,936 through 4,950 (of 59,067 total)