Viewing 15 posts - 5,416 through 5,430 (of 59,072 total)
Since you are using SQL Server 2019, would "string_split()" function suit your needs?
https://docs.microsoft.com/en-us/sql/t-sql/functions/string-split-transact-sql?view=sql-server-ver15
The trouble with STRING_SPLIT() is that it does not return the ordinal position of the elements that...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 7, 2021 at 3:15 pm
Hi All,
Looking for answer on what do I expect to happen on very first day for PL SQL job role, given 5 years of experience in resume. Because it...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 7, 2021 at 3:10 pm
What version of SQL Server were you using on the old server and what are you using on the new server? This is really important because a new "Cardinality Estimator"...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2021 at 4:19 pm
No. Using (*) as a part of a COUNT is NOT discouraged. It will allow SQL Server to pick the best index to use to accomplish the count. The use...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2021 at 4:14 pm
It's because <insert drumroll here>, it's an "Estimate". 😀
It's like asking someone how many wheels there are on their truck. Because of "statistics" on the subject and you've identified it...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2021 at 2:16 pm
SSMS-Setup-ENU.18.8.exe /Passive DoNotInstallAzureDataStudio=1 /install /quiet /norestart /log SSMS_install.log
Awesome. Thanks, Johan.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2021 at 2:10 pm
I created [_sandbox] database for this purpose, deployed the script and scheduled it to run every minute.
It's been 15 or 20 executions since then - no issues.
I'm telling you...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2021 at 2:09 pm
Once I fixed all the < and > entitizations and changed the database name to one of the one I have, it ran first time with no issues. I wonder...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 6, 2021 at 3:50 am
Awesome. Thanks for the feedback!
--Jeff Moden
Change is inevitable... Change for the better is not.
April 4, 2021 at 4:09 am
I have a csv file that is input into a varchar(max) column in an Azure SQL Database table. When the file is inserted into this table column I would...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 4, 2021 at 3:40 am
Use CASE instead.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 4, 2021 at 3:25 am
my take on this is " if you need to ask if NOLOCK should/can be used on a particular case then you do not know about it's issues and...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2021 at 10:03 pm
An admin account has privileges to manage services for other people in your organization. The Admin console is only available when you're signed in to an admin account. If...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2021 at 9:45 pm
Download and install SSMS (includes Azure Data Studio now)
Bit of a sidebar question on my part because I've not installed nor even downloaded SSMS since they made that change...
Do...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 3, 2021 at 9:38 pm
I just need to include where the sql text like "%select blah blah blah%
I'm curious... WHY?
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2021 at 11:56 pm
Viewing 15 posts - 5,416 through 5,430 (of 59,072 total)