Viewing 15 posts - 106 through 120 (of 159 total)
Thank everyone for your kind and good advice! thanks so much!
October 31, 2020 at 1:51 pm
Frederico .... maybe you're onto something.
Your query has multiple references to ftbid01 which obviously should be to 01, 02, 03, ...
The outer apply could be a cross apply, or...
October 27, 2020 at 1:02 am
if I got it correctly the dynamic requirement is that its not the content of the field that is being updated but rather that the field it is being...
October 27, 2020 at 1:00 am
If you provide DDL, samples data and expected results, we can help. Not sure what you have and what you are looking for in your description
Please kind see my...
October 26, 2020 at 2:33 pm
It would be easier to give a complete answer with the Profiler events and filter. However, on a guess, the process id changed? They're not always the same. If...
October 26, 2020 at 12:36 am
Thanks Grant Fritchey! The connection process ID wasn't changed, when I login system (C/S system), I check its process ID under windows task manager, and I didn't log out this...
October 24, 2020 at 6:33 am
thank you for your kind help!
October 23, 2020 at 1:19 am
Because your using string literals to represent a datetime format.
CONVERT(VARCHAR(6), '2020-09-23 00:00:00.000', 112)
The above is taking a string and converting it into a 6 character string.
Datetimes...
October 12, 2020 at 11:14 pm
SELECT TableVariableTypeName = tt.name
, ColumnName = c.name
, ColumnNumber = c.column_id
, [DataType] ...
October 7, 2020 at 2:40 am
thanks !
but there are some parameters of actual execution plan such as cached plan size/Memory grant/Estimated subtree cost ...,
if we compare which sql statemest is better as the said sql...
September 30, 2020 at 3:58 am
hmm, I saw some books or article says the execution plan is inaccurate , if like this how we can compare which sql statement is better ?
I used actual execution...
September 29, 2020 at 12:45 am
thank you so much, Jo pattyn!
September 28, 2020 at 12:52 am
Sorry for my bothering !
How to calculate the RAM used while running a query, for example, I run the following code, how can I know the RAM used by this...
September 15, 2020 at 12:51 am
thanks eveyone in advance!
anyone can help me with my said questions, thanks!
September 15, 2020 at 12:31 am
Yes, thank you Mike and Jeff!
March 10, 2020 at 12:29 am
Viewing 15 posts - 106 through 120 (of 159 total)