Viewing 15 posts - 1 through 15 (of 15 total)
yes, I can create with schedule() function, only problem is, it take postgres as default database, which I would like to change it to my database, hence I am trying...
December 17, 2024 at 3:54 pm
Hey Ryan,
I used a role which is member of pg_azure_admin, still I am not able to create a job due to permission denied error.
Thanks,
Naveen J V
December 17, 2024 at 3:25 pm
Thanks Ryan,
I tried schedule_in_database, but getting the following error:
ERROR: permission denied for function schedule_in_database
Regards,
Naveen J V
December 17, 2024 at 2:48 pm
October 30, 2017 at 1:18 am
October 24, 2017 at 7:12 am
October 23, 2017 at 10:19 pm
Hello Experts,
I have a data in a table as shown in the...
October 23, 2017 at 4:38 am
It does not give error. It executes.
April 17, 2015 at 5:49 am
Thanks Megha.
SELECT would results many thousand rows.
You have re-written the same query with alias, otherwise there is no difference between my query and yours right?
April 17, 2015 at 4:22 am
Gail, you are absolutely right.
I have doing a batch delete due to large size of the table. But in case if I get error during delete, how do I capture?
If...
April 15, 2015 at 3:19 am
Then, how do we track the errors?
since table is very large, I cannot remove batch delete process.
I wanted some mechanism to track tables successfully deleted and failed.
Thanks,
Naveen J V
April 15, 2015 at 2:54 am
SP is also fine, but again SP needs to be called for each table right?
and transaction should be handled with in SP or what?
April 7, 2015 at 7:00 am
Rollback only table 30 and loop should continue from 31 onwards
April 7, 2015 at 6:44 am
Hi,
I am facing similar issues. Need to export from SQL table to pre-formated excel sheet.
can u please help me by sending the steps. I am a newbie to SSIS.
Thanks in...
February 7, 2014 at 10:03 pm
Viewing 15 posts - 1 through 15 (of 15 total)