Viewing 15 posts - 7,771 through 7,785 (of 59,072 total)
I was trying to copy the data from one column to another and then add X in front of it
Thanks a lot 🙂
I managed to do it with your...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 7, 2020 at 7:11 pm
Yes, the OP should be doing that but you also presumed that the OP knows how to convert the data to a normalized form. In order for the OP to...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 7, 2020 at 4:31 pm
Ah... finally found this post again. Like I said on my last, is there any chance at of of you attaching the first 10 or so line of one of...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 7, 2020 at 6:45 am
>>
SELECT rm_id FROM Foobar
EXCEPT
SELECT rm_id FROM Vague_Relationships;
Since I DID provide the DDL and a substantial amount of readily-consumable data for anyone (including you) to test with, you should get...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 7, 2020 at 5:54 am
Here's some test data... You'll need to build the fnTally function that I have a link for in my signature line below unless you already have one of your own.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2020 at 5:25 am
You BCP format file says that the delimiter for the end of the 1st field should start with a pipe and end with a quote. It doesn't for the 2nd...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2020 at 12:39 am
Ha it's the exact same query.
I left out "TYPE" because it was guaranteed to be integer digits and "TYPE" makes things a bit slower over the long haul but,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 5, 2020 at 7:39 pm
To the best of my knowledge, no such scripts exist.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 5, 2020 at 2:11 pm
Check to see if the connections being made are using M.A.R.S (Multiple Active Result Sets). Connections are supposed to default to this being off but several of us have found...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 5, 2020 at 2:09 pm
Please help us help you... in the future, please post readily consumable data. Please Read'n'Heed the article at the first link for how to help us help you more quickly...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 5, 2020 at 2:04 pm
You should add the money data type to this - it shows that ISNUMERIC recognizes money formats and will convert those correctly.
I did. The 3rd value has a...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2020 at 11:47 pm
oogibah You have GOT to be kidding me.
Are you saying that you ran into a SQL dev that could not produce the current date/time let alone datepart?
#Scary
AND A DBA...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2020 at 11:34 pm
Hi there
I am developing an SSIS package to bulk load data. Now the data can be high in volume (300,000 to 2 million records)
What i want to design is...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2020 at 11:31 pm
It'll also say that ',,,,,,,,,,,' is a valid numeric. And the cool part about converting to MONEY during imports (if you don't need more than 4 decimal places) is that...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2020 at 11:13 pm
JEFF Do NOT go all SSIS on me 🙂 we all know it's Bulk insert with a formatfile or openrowset
Jeff's blood pressure just went up...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2020 at 2:41 am
Viewing 15 posts - 7,771 through 7,785 (of 59,072 total)