Viewing 15 posts - 1,876 through 1,890 (of 2,653 total)
not saying if code is right or wrong, neither would it matter for the interviewers.
It shows a good attempt at solving the issue even if syntax wise it could be...
October 3, 2019 at 7:54 am
you have 2 errors.
first the excel result is 2.2892064 and not 22.9 as you mention
second, and this is the important one, your formulas are not the same
last block on excel...
October 3, 2019 at 7:45 am
I would say that particular keywords of the create/alter index statement are part of that command definition, not part of the object that is object of the command
object static properties...
October 2, 2019 at 7:57 am
ok. thanks for the explanation.
Could you also confirm if when a single non mod flags a new thread does it flag it immediately? It seems to me that when I...
September 30, 2019 at 6:16 pm
I haven't tried it yet since this change but have you also changed it so someone can report the same post more than once? so far on new site we...
September 30, 2019 at 6:03 pm
when installing the oracle client make sure you select the connectivity tools (oledb and ado). by default they are not selected.
also make sure you did install the 64 bit versions...
September 28, 2019 at 4:52 pm
on my shop we use group managed service accounts (GMSA) for ALL SQL instances (over 800 of them)- one per service per server
works great and no issues with it.
so server...
September 27, 2019 at 11:52 pm
issue is that you are not looking for equality but for inequality - hence if either of the conditions is true it meets the criteria
so for your desired result it...
September 27, 2019 at 7:31 am
sometimes a google search does answer
Note that with that size and depending on whether the correct indexes are inplace you may have issues - not sure now which ones but...
September 26, 2019 at 8:33 am
Does the hash code compress the data? Can you reverse out the sqlstatement from the hash result?
No it does not reverse the sql statement - but by using a...
September 16, 2019 at 7:24 am
haah.. I wasn't asking for one - just stating that yes he could do it as the others that were asking for it were saying he could not post it...
September 15, 2019 at 1:52 pm
He can supply it - just needs to use SQL Sentry Plan explorer to anonymize it before posting here.
September 14, 2019 at 11:38 am
For some reason, I'm not seeing a "report" link on this post. Can someone report it for me?
https://www.sqlservercentral.com/forums/topic/editing-a-post#post-3678729
If not mistaken that is one I managed to report - once...
September 10, 2019 at 4:41 pm
if you change your query to
select *
from @jo j
inner join @temp t
on j.txt=t.sait
order by j.id desc
you will see why
September 9, 2019 at 8:48 pm
in order to run SSIS packages targeting a particular version of SSIS you do need to have that version installed on the server (or a higher version in some cases...
September 9, 2019 at 4:45 pm
Viewing 15 posts - 1,876 through 1,890 (of 2,653 total)