Viewing 15 posts - 2,131 through 2,145 (of 59,067 total)
Heh... there's definitely a need for the art. Here are some folks that prove that...
https://samcurry.net/web-hackers-vs-the-auto-industry/
Spooky stuff.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 7, 2023 at 8:07 am
And then, there are things like this...
https://www.itprotoday.com/career-development/amazon-slash-more-18000-jobs-escalation-cuts
I know stuff like this happens but this smacks of poor management and "over-hiring" practices.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 7, 2023 at 8:03 am
Eddie Wuerch announced on LinkedIn that he got his notification that he'd been laid of from SalesForce when he tried to login. That's definitely NOT the way to do proper...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 7, 2023 at 7:11 am
Nor trying to be difficult, but that just lists the values, it doesn't assign them as the table ID in the existing table, as stated in the OP.
Agreed. Do...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2023 at 11:35 pm
In order to do what Scott suggests, you'd need to make a SEQUENCE that counts from 1 to 999 and then recycles back to 1. The formula to convert that...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2023 at 10:53 pm
Just a tiny simplification of what Jonathan posted and it starts with the "B" series like you wanted...
SELECT TOP 6500
...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2023 at 10:32 pm
Aye... thanks for posting the link for that. Much appreciated.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2023 at 5:54 pm
@ kirti ,
What do you want it to do when you go to 1 more than 10.Z999 ?
@ kirti ,
If you could answer the question above, I can make...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2023 at 5:49 pm
@ kirti ,
What do you want it to do when you go to 1 more than 10.Z999 ?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2023 at 3:58 pm
Hi All,
I am doing BCP out the table having 175 columns. For small table columns it works fine.
It errors out for this big column table.
EXECUTE master.dbo.xp_cmdshell 'bcp "SELECT col1...col175...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2023 at 3:54 pm
I've been researching this for over 3 hours and none of the syntax I've found works. I have a column with data that's been merged from various other...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2023 at 3:27 pm
Heh... and still have everything run single threaded because of the way people wrote the code. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2023 at 10:23 pm
Very simple example:
sqlcmd -S <ComputerName>\<InstanceName> -i <MyScript.sql> -o <MyOutput.rpt>
Just use a sqlcmd SQL script with the function below using a windows scheduled task in a batch file:
If datepart(dw,getdate()) =...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2023 at 10:12 pm
Some old tech that I wish would come back is people that actually know how to ask a question and then read the answer and act upon it...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2023 at 10:04 pm
I would ask an "sqlguru". 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
January 5, 2023 at 2:18 pm
Viewing 15 posts - 2,131 through 2,145 (of 59,067 total)