Viewing 15 posts - 2,896 through 2,910 (of 39,771 total)
Well, the big company meeting announcing what changes will be made was held this morning. I will still have a job, but everyone making over 60k is getting an...
April 8, 2020 at 6:41 pm
So, how's everyone surviving the shut in?
We've got a nice day on tap here, and while I'm putting in a couple extra hours this afternoon, I think I still...
April 8, 2020 at 6:39 pm
I think it works on most platforms. The core kernel is the same.
April 8, 2020 at 2:40 pm
You are welcome. If you have more issues, please post back. Including code makes this easier for us, both with setup and seeing your expected results.
April 7, 2020 at 5:11 pm
How else can I compress DATA? You mean COMPRESS function?
or What do you mean by this:
<<Compess both DATA and Indexes - the command you gave only compresses the table...
April 7, 2020 at 5:09 pm
Excellent. Looking forward to it. We'd love more ADF articles, btw.
April 6, 2020 at 5:41 pm
I've seen a few places report SET QUOTED IDENTIFIER ON fixed things.
Multiple reports from SQL Agent, but it might apply here.
https://joyfulcraftsmen.com/blog/internal-query-processor-error-debugged/
April 6, 2020 at 5:10 pm
Does this help? I assume you mean backup files from the database, not VM backups.
April 6, 2020 at 5:06 pm
Have you run the estimate procedure?
I haven't seen many people saw they do row without page, but I'm sure some have done this. What I'd really do is not compress...
April 6, 2020 at 5:04 pm
We'd love some articles like this, small, focused articles. We could make a Stairway if you have a theme here on what we're teaching someone. If it's better explanations of...
April 6, 2020 at 4:58 pm
If this is SQL 2019, you can use window functions. This might help you. Your requirement isn't clear. Here is some sample data and a query. Not sure if this...
April 6, 2020 at 4:55 pm
Are you using the SqlServer module? The older method was importing the sqlps module, which doesn't have these cmdlets.
April 6, 2020 at 4:44 pm
+1 for what Brian said. Set a max memory. In this case, I'd likely set max memory to 28GB for this machine, which should leave 4. You might also check...
April 6, 2020 at 4:42 pm
You need EXECUTE permission to execute procedures or functions. If this is in the same database, it's just
GRANT EXECUTE ON dbo.MP_STATIC TO <your user>
If it's in another...
April 6, 2020 at 4:40 pm
April 6, 2020 at 4:01 pm
Viewing 15 posts - 2,896 through 2,910 (of 39,771 total)