Viewing 15 posts - 4,306 through 4,320 (of 59,067 total)
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...
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...
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...
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...
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
November 15, 2021 at 6:29 am
I don't believe so.
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"...
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...
November 13, 2021 at 7:27 pm
So... here we are near the end of the year 2021. SQL Server 2022 has just been announced, miracles of both hardware and software have and continue to occur, MS...
November 13, 2021 at 4:49 pm
Along with what Grant has stated and since they said it did "regular" SQL Backups, have them do a test restore using native tools only to prove...
November 11, 2021 at 3:33 am
It would also be helpful if you posted the CREATE TABLE statements for the two target tables and attach a text file with the first 10 or so rows from...
November 11, 2021 at 3:05 am
On of the things that's bugging me about this is that you say that the first import is going to a single column table yet you have a field terminator...
November 11, 2021 at 3:04 am
I found an issue in the code you posted. You may try after correcting it.
Assign a length to the NVARCHAR in the following line of your code. If you'll...
November 11, 2021 at 2:54 am
Did that work for you? "Enquiring minds want to know". 😀
November 10, 2021 at 6:37 am
Another possibility is if two files were merged. If (IIRC) a "control Z" character is in the file, that signifies the end of the first file and it may not...
November 10, 2021 at 6:34 am
Viewing 15 posts - 4,306 through 4,320 (of 59,067 total)