Viewing 15 posts - 16 through 30 (of 113 total)
Hi ScottPletcher,
Thanks for the code. It is really helpful. I can see if the database does not have any backup after it is created is not showing. Anyway I...
November 2, 2023 at 3:35 pm
Hi ScottPletcher,
Can I add one more condition if the full backup is not happen in last 7 days, show me the database names.
Got it
FROM cte t
WHERE t.rn = 1
and backup_finish_date...
November 2, 2023 at 3:25 pm
Hi ScottPletcher,
Thanks for the code. It is really helpful. I can see if the database does not have any backup after it is created is not showing. Anyway I will...
November 2, 2023 at 2:20 pm
Thanks. I will take look on that link.
Forgot to ask . Does the SSRS use memory from SQL max memory or it's also from outside.
October 20, 2023 at 4:39 pm
Thanks for the update. I have 65GB on server with two SQL instances.
Shall I configure 15 GB to SQL1, 15GB to SQL2, 15 GB to SSAS Tabular & Rest of...
October 20, 2023 at 3:24 pm
Thank you Jonathan AC Roberts.
It is working amazing.
October 8, 2023 at 12:29 pm
I just need first line or row from the table. That I am going to copy and put it in insert statement to insert to table.
October 8, 2023 at 12:05 pm
Sorry, missed the comma.
Result should be - 1 ,'A','US'
insert into #tbl_Test values (1 ,'A','US')
October 8, 2023 at 11:58 am
Thanks both and it is working good.
Thanks Drew for the script and insert statement.
September 26, 2023 at 4:05 pm
Thanks for the update Jeffrey. We will consider that as well.
September 7, 2023 at 8:54 am
Hi,
Thanks both for your response. It helps me a lot. We have test server built for testing everything for 4 weeks by running SSIS job etc.
I have tested database restore...
September 6, 2023 at 3:52 am
Thanks for the update. It helps us.
I will ask developer to fix that as well.
Most of them are old join syntax Table1, Table2.
September 5, 2023 at 11:12 am
Thanks both of you. I will check the AG setting etc.
Thanks Jeffrey Williams for detailed answer, I have new learning.
August 11, 2023 at 9:57 am
Thanks, it is little complicated to configure https://spaghettidba.com/2022/02/28/recipe-5-killing-blocking-spids/
May 10, 2023 at 1:58 pm
Viewing 15 posts - 16 through 30 (of 113 total)