Viewing 15 posts - 1,051 through 1,065 (of 6,678 total)
Check the SQL Server log - you will probably see messages related to that database stating it is recovering. The problem here is that you had a long running transaction...
May 31, 2021 at 3:20 pm
Here is a simple template for sending an attachment in 'Excel' format. The trick here is to tell Excel that the delimiter in the CSV file is a comma so...
May 30, 2021 at 4:32 pm
Here is a template I use for simple table based 'reports' sent from SQL Server. This can be used directly in an agent job - or used in a stored...
May 30, 2021 at 4:25 pm
Not sure what changes you made to get the package to run - but it is not handling the additional rows.
In Notepad++...
May 28, 2021 at 5:51 pm
Using Notepad++ you need to show the symbols (View | Show Symbols | View all characters). Once you have done that - you will be able to see the actual...
May 28, 2021 at 4:39 pm
Before looking at which tool to use to send an email - you need to build the query to return the results that you need. If you provide sample data...
May 28, 2021 at 3:39 pm
Instead of looking at the agent job history - look at the maintenance plan history. In that history you will find the error that caused the task to fail and...
May 27, 2021 at 3:17 pm
You cannot perform an index rebuild or reorganize on a read-only secondary. It doesn't make sense to compare performance of the reorganize process on a system where that process cannot...
May 27, 2021 at 3:14 pm
Interesting... there are other execute as options that might work, but as you have a working solution not sure it is worth the time to test.
May 26, 2021 at 10:14 pm
This is a known issue with Excel - and the available solutions I found are:
May 26, 2021 at 9:10 pm
The error is either truncation or a code page issue - are you sure there are no characters in the source Excel file that could be causing issues?
What happens if...
May 26, 2021 at 5:48 pm
One more thing you can try is to set the procedure to EXECUTE AS OWNER. It seems the problem is user context - and maybe forcing the procedure to execute...
May 26, 2021 at 5:39 pm
You stated the process is an index reorg - how is that going to run on a read-only secondary? Is this really performing a REORGANIZE or is it performing a...
May 26, 2021 at 5:29 pm
They actually are NOT affected at the same time. They are inserted just as they are in any file system. Just because it's a relational database doesn't change the...
May 25, 2021 at 6:19 pm
Viewing 15 posts - 1,051 through 1,065 (of 6,678 total)