Viewing 15 posts - 871 through 885 (of 2,863 total)
I think when you say "lean" you really are referring to normalized, and I do recommend normalizing tables that have a high number of write operations.
Tables with high number of...
September 20, 2021 at 2:51 pm
Without seeing your setup, the full text of the error message, or knowing anything about the setup, I am making a LOT of assumptions below.
But if I remember right, error...
September 17, 2021 at 8:48 pm
I don't see why you couldn't capture the data with XE. Create the XE session to capture the data you want, have it save it to file or table or...
September 17, 2021 at 8:41 pm
I thought it was a joke, but I've learned (the hard way) to never assume that people are joking 🙂
And I think you should be good to go then! Good...
September 17, 2021 at 3:21 pm
I just read through the code and to me I think what I said above should be correct.
The only thing is you will likely need to open the master key...
September 16, 2021 at 5:54 pm
I am 99% sure you just need to restore the database as the DMK will come across with it. Once you do that, it depends on how you were accessing...
September 16, 2021 at 2:30 pm
I think the big questions that come to mind are:
1 - are you fully patched?
2 - is the latest .NET installed?
3 - how are you calling the linked server? Is...
September 15, 2021 at 9:39 pm
To me it looks like it isn't a SQL Server issue, but something with "PIPC" or "pisdk". Not sure what those are, but google makes it look like it is...
September 15, 2021 at 7:00 pm
There is a lot of area to go with your question. Not seeing high CPU, memory, or disk queue may or may not tell you much. For example, if your...
September 14, 2021 at 5:58 pm
Looks like a permission related error to me. Since it works with the local account, it is probably configured to allow that account to view contents (browse at a minimum),...
September 14, 2021 at 5:42 pm
Personally, this feels like a job for powershell, not SQL Server.
Just because SQL Server CAN do it, doesn't mean it SHOULD do it.
SQL Server is a database engine and you...
September 14, 2021 at 5:39 pm
As a thought - are you sure it is the conversion that is causing the slowness?
What I mean is what if you take out the INSERT INTO statement and just...
September 13, 2021 at 7:42 pm
I am not certain on the default trace, but I think you could set up an XE session to capture that.
How is the tool running the drop script? I am...
September 13, 2021 at 7:29 pm
SSDT, if I remember right, allows for a lot of different things you can do with it including, but not limited to, SSRS, SSIS, SSAS, etc.
Knowing what type of project...
September 10, 2021 at 6:58 pm
Viewing 15 posts - 871 through 885 (of 2,863 total)