Viewing 15 posts - 4,336 through 4,350 (of 59,087 total)
I saw that and was totally impressed. It only took them 5 years to get a fix out... kind of. As you say, it's only in Azure so far. 😀
Once...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2021 at 6:28 pm
Here is the plan:
-log into SFTP server and download files to local directory
-unzip files to specified folder
-import files into SQL Server table (it will always be the same table)
-if...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 17, 2021 at 3:07 am
type = 'U' means you are grabbing all "user" type of login. To SQL, a "human" and a "non-human" are identical. It is just a login.
How would SQL know...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2021 at 6:33 am
You're posting in an SQL Server 2019 forum. BULK INSERT and BCP have both had "CSV" capabilities since SQL Server 2017. If the files and the tables are consistent, there's...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2021 at 6:29 am
Thank you everyone. I have been saving the files to a folder. it works for me because I only have a few queries. I am so used...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 16, 2021 at 6:17 am
I don't feel comfortable flying normally but with Covid--even though I just got my booster and wear a mask everywhere--the thought of being on a crowded plane. ....
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2021 at 8:09 pm
Thank you everyone. I have been saving the files to a folder. it works for me because I only have a few queries. I am so used to Access...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2021 at 7:56 pm
I have to tell you that if you work with the right recruiter, you don't have to worry about AI HR bots, HR people, or whatever. A lot...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2021 at 7:52 pm
If all you want is the ability to lookup and access your queries - then you might consider Azure Data Studio instead of SSMS. That does allow you to...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2021 at 7:41 pm
Heh... I'm sometimes amazed at how people almost feverishly try to learn a whole lot of new stuff when they haven't actually learned to use the old stuff or even...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2021 at 6:49 am
I avoid the PIVOT operator and instead use the ancient "Black Art" of CROSSTABs because of more flexibility, functionality and performance.
If you want dynamic CROSSTABs, those are pretty easy, as...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2021 at 6:42 am
Personally, I avoid the PIVOT operator like the plague. I prefer CROSSTABs for functionality, performance, and more.
https://www.sqlservercentral.com/articles/cross-tabs-and-pivots-part-2-dynamic-cross-tabs
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2021 at 6:29 am
I don't believe so.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2021 at 6:25 am
No. Not queries in the object explorer. If they're stored procedures, view, or functions, then you'll see them in the object explorer.
Maybe somehow in a "project" but I don't "projects"...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 15, 2021 at 6:23 am
Hi,
I'm trying to query the amount of minutes a column value stays below a threshold and then group it together
Im Selecting records with Values <= 20 and then use...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2021 at 7:27 pm
Viewing 15 posts - 4,336 through 4,350 (of 59,087 total)