Viewing 15 posts - 151 through 165 (of 4,477 total)
Hello,
The update fix discussed above didn't work for me. Everytime I execute an update to change the ServerVersion to the value that SSRS is looking for, the ServerVersion value...
February 10, 2020 at 10:06 pm
Try installing AS/400 Client Access software on the server and using that provider to setup your linked server.
Sue
February 10, 2020 at 6:48 pm
The first picture in the post represents some sample data. Or do you mean send some SQL to create a table and insert sample data?
The latter so that people...
February 10, 2020 at 2:17 pm
You can get information of the DBCC executions by querying the default trace file for the Audit DBCC Event. It will have login, host name, application name,...
February 10, 2020 at 2:07 pm
You can get information of the DBCC executions by querying the default trace file for the Audit DBCC Event. It will have login, host name, application name, etc.
Sue
February 10, 2020 at 12:55 pm
That looks like it should work - it would be an easy one to test in a non-production environment. Make sure to qualify the table name with schema.TableName if you...
February 7, 2020 at 11:40 pm
A CTE has an execution scope of a single (the important word) statement that follows the declaration of the CTE. So just for the select, insert, update, delete, etc that...
February 7, 2020 at 10:35 pm
That looks like the code for a function to start a job in Powershell so I'm trying to guess at what it was originally and figure out what you are...
February 7, 2020 at 10:16 pm
Some processes where there is access to other servers, external resources and some of the functions to get server name. I know Replication is one thing that uses it and...
February 7, 2020 at 8:18 pm
So you have it set to change tracking automatic. How that works is that after the initial full population, it automatically updates the index for changed/added data. This is an...
February 6, 2020 at 8:51 pm
I haven't used it for awhile but RedGate's Data Masker tool has custom rules you can create for to address these type of issues. Seems like it might work from...
February 6, 2020 at 4:16 pm
For that report you use, how is it being determined that the log file was never more than 50% used at any point? I'm wondering if that's not where the...
February 5, 2020 at 10:10 pm
Just to add...in case you needed to know what to move and wanted to keep doing this with scripts, you can do restore filelistonly to figure out what to put...
February 5, 2020 at 6:59 pm
Number two isn't correct though. A full backup doesn't truncate the log. In full recovery or bulk logged model, a log backup will truncate the log. In simple recovery, a...
February 5, 2020 at 6:54 pm
I would probably capture what's going with the IO from a SQL Server perspective querying sys.dm_io_virtual_file_stats. You can see the results by database id which should really help since your...
February 5, 2020 at 4:23 pm
Viewing 15 posts - 151 through 165 (of 4,477 total)