Viewing 15 posts - 3,466 through 3,480 (of 13,874 total)
I do not have a solution, though maybe there is a a clumsy workaround.
Use the Transfer All Jobs option, then adapt your existing T-SQL to drop those jobs on the...
July 10, 2019 at 7:09 pm
To (INNER) join table T1 in database DB1 to table T2, in database DB2, you can use this syntax (assuming you are running the query from the context of DB1)
SELECT...
July 10, 2019 at 6:39 pm
I ran the query using your formatted query but it's just executing (running almost 7 minutes and still running) as looks like because of the CROSS JOIN, it's doing...
July 10, 2019 at 3:48 pm
I have a text file where the data looks like below, i want to keep this in excel file WEST|"DERF|"OIQWER.txt|"74773|"|"|"P|"XA|"|" X100|"123344|"MN|"584|"|"|"|"|"|"|"|"585488|"9.00|"|"|"|"|"|"|"|"|"OL|"|" COUNT|"3
If there's a question here, I...
July 9, 2019 at 11:35 pm
As far as I can see, BD.Morg.loan does not appear anywhere in your query. Are you sure about that error message?
Here is a formatted version of your query, which may...
July 9, 2019 at 6:39 pm
A reformatted version. Don't know how you can read the one you posted!
SELECT [Event Type] = EventType
,[Company Number] = ccro
...
July 9, 2019 at 1:35 pm
I guess I should have checked which forum I was in, before answering 🙂
July 8, 2019 at 2:07 pm
You've been here long enough to know that providing pictures is not the best way of asking for help. Instead, please provide DDL, sample data in the form of INSERT...
July 8, 2019 at 1:59 pm
Can you provide sample DDL, INSERT scripts and desired results, please?
July 8, 2019 at 1:58 pm
If this is a script component source, and you are reading from a file, then there is not yet any concept of tables.
All that you can do here is add...
July 8, 2019 at 12:02 am
Thanks Phil, I need to use a Script Component so please can you give any advice on my question as it is stated. I don't mind what type of...
July 7, 2019 at 11:41 pm
CSV files are not tables. If you are importing from a CSV, you should not need to use a script component source. Instead, use a flat file source.
July 7, 2019 at 3:06 pm
+1 for everything Steve wrote.
If it works, why change it? There need to be some serious benefits in order to justify this.
July 5, 2019 at 7:49 pm
You must work in Toyland.
Where others use variations of "foobar" for things they can't think of a name for, I use variations of "noddy". You're not the...
July 5, 2019 at 1:44 pm
Viewing 15 posts - 3,466 through 3,480 (of 13,874 total)