Viewing 15 posts - 2,116 through 2,130 (of 59,066 total)
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...
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...
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...
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
...
January 6, 2023 at 10:32 pm
Aye... thanks for posting the link for that. Much appreciated.
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...
January 6, 2023 at 5:49 pm
@ kirti ,
What do you want it to do when you go to 1 more than 10.Z999 ?
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...
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...
January 6, 2023 at 3:27 pm
Heh... and still have everything run single threaded because of the way people wrote the code. 😀
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()) =...
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...
January 5, 2023 at 10:04 pm
As a bit of a sidebar, we disable the SQL Server Browser as part of the security setup because it also kills some of the auto-discovery of machines.
January 5, 2023 at 2:14 pm
Yes I changed the process to extract from remote machine first ..
Thanks for all comments and suggestions.
You're still using the linked server?
January 5, 2023 at 1:57 pm
Viewing 15 posts - 2,116 through 2,130 (of 59,066 total)