Viewing 15 posts - 5,806 through 5,820 (of 39,754 total)
I'm going to disagree on #4. That might be preferable for some of you, but that's not the question or the point. It doesn't rename the file, it replaces the...
January 25, 2018 at 8:52 pm
You're answering the question according to your requirements, not the question's. The question asked about renaming the file, not adding a new one.
January 22, 2018 at 2:40 pm
Sorry, 2008 R2 build list: http://www.sqlservercentral.com/articles/SQL+Server+2008+R2/70092/
January 22, 2018 at 2:11 pm
You should be on a particular branch of patching. The GDRs are usually for someone that is patched with the normal branching. If you look through the build list, you...
January 22, 2018 at 2:11 pm
I suspect Aaron used that in testing. For audits, I typically wouldn't have normal users able to read the audit records. INSERT only, with SELECT given to admins/security staff.
January 22, 2018 at 2:05 pm
Didn't need it in my testing. Just INSERT and I could have a normal user insert via DDL trigger.
January 22, 2018 at 2:03 pm
GRANT INSERT ON dbo.DBSchema_Change_Log TO PUBLIC
GRANT CONNECT TO guest
This is the easiest way. I am , in general, not a fan...
January 22, 2018 at 9:38 am
It's possible, but you won't have the cluster up during a period of migration. The rolling migration will move the active node elsewhere, and then you upgrade in place. Then...
January 22, 2018 at 9:24 am
I would argue that this sentence, "What should I do to rename this file?", means adding a new file is incorrect.
I didn't add the verbiage for offline/online, or...
January 22, 2018 at 9:17 am
It would be good to see what you've tried here, and also, what are you calling frequency here? What is the math you're using.
January 22, 2018 at 9:14 am
This doesn't assume that data is of a certain quality. In fact, many people that analyze data assume data is broken, which is why any analysis work, ML based or...
January 22, 2018 at 8:50 am
When you have a process that reads a lot of data, like your ETL, this will flush pages out of memory to hold the reads. As ETL ends, and "normal"...
January 22, 2018 at 8:46 am
I'd agree with John.
Fill Factor 0 is the same as 100. If you see lots of page splits, or an increasing amount, then I might lower this, but...
January 22, 2018 at 8:44 am
Roads mostly ok here, though there's a turn on an uphill that constantly gets drifting snow. After I got home, my wife called to say she was stuck there. Towed...
January 22, 2018 at 8:31 am
Edit the article, attach the new script. I think you can remove the old one in the editor, but if not, ping the webmaster with the title of the article...
January 20, 2018 at 1:39 pm
Viewing 15 posts - 5,806 through 5,820 (of 39,754 total)