Viewing 15 posts - 301 through 315 (of 13,838 total)
When you say 'the catalog is there', what do you mean? SSISDB is the catalogue. The action of creating the catalog creates SSISDB.
August 21, 2024 at 3:54 pm
First of all you talk of having no Id or password, but then you all about updating a password. Which one is it?
August 20, 2024 at 7:11 pm
That is what I was suggesting. I also use SSISDB environment variables to override environment-specific items. But if the settings are the same regardless of environment (eg, the name of...
August 14, 2024 at 2:47 pm
Not quite what I asked, but good enough!
I'm wondering why the source of that message is 'Transact SQL Stored Procedure' and not from the connection manager, but I'm not sure...
August 14, 2024 at 2:18 pm
I tried that...
now I receive this error....
Invoke-Sqlcmd : Cannot open database "DB" requested by the login. The login failed. Login failed for user 'Domain\User'.
Seems like a reasonable error message...
August 14, 2024 at 10:12 am
Possibly because of this row:
and bk.backup_finish_date < getdate()- 1;" -ServerInstance "ABC" -Database "db"
Try changing it to
and bk.backup_finish_date < getdate()- 1;" -ServerInstance $ServerName -Database "db"
August 14, 2024 at 9:44 am
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
Viewing 15 posts - 301 through 315 (of 13,838 total)