Viewing 15 posts - 346 through 360 (of 13,877 total)
Out of interest, David, when hiring fresh out of college, did you filter depending on what they'd studied, or did you keep things completely open?
August 13, 2024 at 4:29 pm
Do you have the same version of SQL Server on your machine and on the server?
August 13, 2024 at 2:39 pm
> And trying to teach a subject-matter expert how to 'do' IT is equivalent to teaching an actor how to dance.
MMM... usually, but not always. I'd love to have...
August 13, 2024 at 7:37 am
I remember reading about someone who was being hired for a role in a film which was about a dancer. The conclusion was that it was much easier to teach...
August 12, 2024 at 6:39 pm
SSMS won't run on your phone. The most likely way of making this work is using some sort of remote access software to a PC which has SSMS installed.
Unless you...
August 9, 2024 at 4:29 pm
Create another variable, called SQLCommand (or whatever). Define SQLCommand in the Variables section as
SQLCommand = "SELECT * FROM dbo.SQL_SOURCE WHERE Mod_Date >= " + @[User::LastRunDate]
and use SQLCommand as your query...
August 6, 2024 at 8:05 am
I can't remember a time when I didn't use this, along with the colouring options provided by SQL Prompt.
Did it also exist in the olden days of Query Analyser?
August 2, 2024 at 2:54 pm
Sorry for the slow reply.
Don't know whether it will help, but might be worth a try. On the Excel connection properties, try setting 'RetainSameConnection' to true.
August 2, 2024 at 12:37 pm
Hi Phil, I am running the exports in series and in separate 5 data flows.
OK good start. Can you post a screenshot of your control flow? Redact the text...
July 30, 2024 at 3:26 pm
Which client software are you using to connect?
July 30, 2024 at 11:43 am
Something like this?
SELECT DISTINCT
source = 'Restored'
,au1.UserId
,ug1.Name
...
July 30, 2024 at 10:21 am
Hi Johan Bijnens. Based on my response to Phil EXCEPT does not return the results I am looking for.
<object id="__symantecMPKIClientMessenger" style="display: none;" data-supports-flavor-configuration="true" data-extension-version="1.2.0.158"></object>__PRESENT
Not sure what all that 'object_id'...
July 30, 2024 at 9:35 am
I would like to compare results
Please define more accurately what you mean by 'compare'. What results are you hoping to obtain?
July 30, 2024 at 8:27 am
Are you doing the export as five data flows?
Are they running in series or in parallel?
July 30, 2024 at 7:42 am
I've had those 'unexpected …' errors several times in the past and they're almost always difficult to solve, exactly because of the dearth of logging info which they seem to...
July 29, 2024 at 9:32 am
Viewing 15 posts - 346 through 360 (of 13,877 total)