AU Class
AU Class
class - AU

Vault Preventative SQL Maintenance – Maintaining a healthy database

이 강의 공유하기
동영상, 발표 자료 및 배포 자료에서 키워드 검색:

설명

If looking to improve the general health of your Vault SQL Server implementation, improve performance, or automate backups, this course is for you. It’s geared towards Vault administrators looking to improve maintenance in their SQL Server environments using SQL Server Maintenance Plans. As maintenance plans are not something that is installed or implemented with out of the box solutions from Autodesk or Microsoft, we will provide a suggested solution for use with SQL Server. We will cover the basics of implementing a SQL Server maintenance plan to keep Autodesk Vault SQL Server Databases running at their most optimum levels, hourly, daily, weekly, monthly and beyond. Users will have a base maintenance plan to get started and will walk away with the knowledge to modify that plan to suit their own unique environments. This session features Vault Professional, Vault Basic, and Vault Workgroup.

주요 학습

  • Understand what a maintenance plan is and why they are needed
  • Create a maintenance plan that can be utilized in any environment
  • Know at a high level the intricacies of the maintenance plan (understanding/options)
  • Adjust the maintenance plan as needed for each business unit/organization (customization)

발표자

  • Stephen Porath
    I've been with Autodesk Enterprise Priority support for 4 years specializing in the Vault product. I'm also versed in C#/.NET development, Python, as well as MS SQL Server. I've been providing enterprise software support, training, and implementation for over 15 years. Further, I serve as Designated Support Specialist on a number of Automotive and Manufacturing accounts with Enterprise Priority Support.
  • Traci Peurasaari
    I am a SQL/DBA specialist with Enterprise Priority Support. I have over 25 years of relational database experience in Microsoft SQL Server and Oracle. My experience spans both the administrative, development and support arenas. For the past 10 years I have done a significant amount of SQL support and training for customers. I have trained internal support staff in supporting customer databases. I am proficient in Database performance and tuning, backup and restore and replication. My experience spans multiple industries from manufacturing to advertising to finance. Throughout my career – regardless of my title the Database has been my passion and I have always maintained my activities in it whether it be through customer support, development or Business Analytics and metrics.
Video Player is loading.
Current Time 0:00
Duration 51:56
Loaded: 0.32%
Stream Type LIVE
Remaining Time 51:56
 
1x
  • Chapters
  • descriptions off, selected
  • en (Main), selected
Transcript

STEPHEN PORATH: Good afternoon, everybody. Thank you for taking the time to sign up for this class. Thank you to those of you that responded to my inquiry about a week and a half ago. I greatly appreciated that.

This class is designed for those who are either responsible for administering their SQL Server databases, or influential for those who are not doing direct administration. So just in case you were curious if you're in the right spot or not.

So we'll start with letting Traci introduce herself. Go ahead, Traci.

TRACI PEURASAARI: Hi, everybody. My name's Traci Peurasaari. I have been a SQL/DBA for over 25 years, and an Oracle DBA for approximately 15. So SQL is my world. I've been with Autodesk for a year in Enterprise Priority Support-- mostly with Vault-- but really supporting databases in general.

STEPHEN PORATH: All right. And I am Stephen Porath. Call me Steve as well. I've been with Autodesk just shy of three years. I've got about 15 years doing enterprise software support-- Various platforms, specifically SQL Server-based, Microsoft .NET applications that run typically with IIS as well. Traci and I worked together previously at another company, and they were going through a transition between Oracle and SQL as their database platform. So that was where I was introduced to maintenance plans that we'll be covering here, as Oracle database maintenance is very, very different from SQL database maintenance.

So some considerations for this. This is applicable to all recent versions of SQL Server. It is not necessarily for Vault only. It will be kind of spoken to towards Vault users, but you could be using any of the Autodesk applications that run on SQL Server, or anything that runs on SQL Server. And this can be beneficial. This uses Ola Hallengren's base maintenance plan. This is pretty much like the industry standard maintenance plan. Towards the end here there's some links showing you where to get the maintenance plan, and then some supporting information as well-- Microsoft and some others.

These slides are available online. I have a link to that at the end as well. And then we'll be putting together some of the supplemental information depending on the questions that come out of here. If you do have a question on something worth speaking to directly, feel free to let us know. We'll try to answer it. If it's something that's going to take a bit longer, we'll try to follow back up at the end of class. So what we'll be covering here is what a database maintenance plan is, where you can find one, why it is important, and then how to implement one as well.

So we'll start with the "what." This is Microsoft's definition for a maintenance plan. Think of it as a list of tasks-- or a workflow-- that are required to be executed against a database environment to keep it stable, backed up, and free of any kind of inconsistencies. And that's done through integrity checking. There's a note towards the end of their definition. You can set up a maintenance plan as a part of the SQL Server Maintenance Plan Wizard. However, they make note of the fact that creating plans manually gives you a lot more flexibility, and that's what we'll be doing here.

So to think of this a bit differently. I would guess a lot of people here have probably purchased a car or gone through the process of purchasing a car. If you buy a car, there are certain maintenance items that you're going to want to consider such as an oil change, tire rotations, and tire replacement. You also are going to want to make sure that car is properly insured. Just like having insurance for a car is not optional, maintenance plans are not optional.

So here's a brief look at our agenda for today. We will go through an overview of the maintenance plan, and we'll implement it. Then we will break into each of the components of that maintenance plan-- backup, integrity check, re-index or index, as well as the statistics update. And then we'll address any final considerations as well. Any questions at this point?

All right. So here's some of the setup tasks we'll go through. We will take a look at the SQL Server Agent service. By default, that installs with SQL Server to start manually. It's something that, if you're implementing this plan, it is utilized pretty heavily. So we're going to switch that over to start automatically, which we'll address. If the server is rebooted, it'll start back up and the task that it runs will also execute appropriately.

There is some configuration for the backup location. That is an important piece of this because out of everything in this maintenance plan, that is the one thing that could cause you problems if you don't configure it appropriately. Because by default, it is set to the C Drive, and obviously you're sending database backups to your C Drive. If you have a rather large database, you could fill up that C Drive quickly, and that's a problem.

A note on network location-- and we'll swing back to that-- but network location is also something you may want to consider in this maintenance plan. And we'll explain why later. And then something else that we'll be filling in for the maintenance plan is the backup hours, which is basically the retention of your backups that this maintenance plan is executing-- how many hours you want to keep them around. So we'll set it for 168 hours, which is seven days.

So I'm going to switch over to Traci. Traci, you're going to want to switch the slide. Traci's going to basically bring up another machine we have here. I have a virtual machine running on there that has SQL Server Dev edition installed. But I wanted to show everybody the maintenance plan solution website, and then there is a link right there on the front page to download the maintenance plan. That is basically all you need to do to get the maintenance plan. I have a link to that site at the end of this as well.

So Traci has switched over to the virtual environment, and she's going to bring up the maintenance plan. There's only a very few areas that need to be addressed. So we touched on the backup location and the cleanup time both. Those are the only things that she's going to be changing today. So, because this is a virtual environment, I only set it up with a C Drive. We're just going to leave that one as-is for now. But cleanup time, she can put in 168. And that is basically the extent to modifications on this maintenance plan.

Before you execute, Traci, you're going to need to modify the service as well. So again, the service that runs this is going to be your Agent service and, specifically, this one is a Vault environment. So Vault runs as an Autodesk Vault instance, installed on whatever server it has been installed on. So that is SQL Server Agent, and then you can see that it is specifying Autodesk Vault. Any questions on that? Is this clear?

All right. So now she's executed the maintenance plan. And we can see the message indicates that it's completed successfully. If she expands the Agent section within SQL Server Management Studio, you're going to see that there are several jobs listed there. The one at the very bottom is the only one that would have existed if we looked at this prior to implementing. But all of the other jobs were created by this maintenance plan. And these are what we'll dig into next.

TRACI PEURASAARI: So, if you haven't figured out what we're trying to get across here, again, maintenance plans are not optional. They really are important to keep your database working well.

So a little bit about the core components of a maintenance plan. There're decisions that you need to make when you're putting your maintenance plan into place. And the things that you want to think about are how much time to get back up and running, and how much data loss you can afford. And that's what you use to determine what kind of backup you want to do. The types of backup are transactional backups, differential backups, and full backups. Now, one thing you might notice is, by default, Vault is usually set up in simple mode, which means transactional backups really don't come into play. But if you've changed it, and it's not running in simple mode, you would really want to implement a transactional log backup to keep track of that.

Differential backups. One really important note to pay attention to is if you're using differential, when you go to do a restore, you have to have the full backup and every single differential that's happened after it. And if you're missing anything, you will not be able to fully restore your database. So those are the kind of decisions that you need to make when you're trying to determine what your retention and what your restore period is-- what your backup period is.

Virtualization. A lot of people run on virtual servers nowadays, and snapshots are the easiest thing in the world to do on a virtual server. A virtual snapshot will not take care of backing up a SQL Server unless you've brought SQL down, because any transaction that is in the middle of processing will not be covered. So again, you want to make sure that you're doing a SQL backup or a third party backup of some sort-- in this case we're talking maintenance plans and SQL backups. If you do a virtual snapshot to grab your backups, that's fine. But you cannot use virtual snapshots to get SQL backups.

DR recommendation. It's really important from a DR standpoint that if you are backing up to your SQL Server-- as we showed in the demo here, we were going to the C Drive, or if you're going to the D Drive-- that you do copy them offline. However, in the maintenance plan we use, you can use a UNC location and you can directly backup to an offline storage as well.

And then the SQL Server Service and the SQL Server Agent. You want to run them-- you saw me go into Services and start them. But you want to run them with a login account-- domain account-- that has access to the folder that you're backing up to.

STEPHEN PORATH: So, just a quick show of hands. How many of you are running in a virtualized environment today? I know a lot of-- yeah. Just about everybody it seems like. So, that's a very important consideration to make. You can do a backup of a virtualized environment, but guaranteeing it's stable and aware of SQL activity is only really possible by doing backups through SQL.

TRACI PEURASAARI: Integrity checks are one of the pieces of the maintenance plan it goes through. There is a command that SQL will use, and it checks the status of your database and the integrity of your indexes. One of the reasons this is kind of a critical point is, if you get errors on this, you want to make sure that you run through and do a correction and then redo your backup. If you have an integrity error and then you do a backup, and then you have to restore from that backup, you are not going to get a solid restore. You're going to be trying to restore bad backup. So following the integrity check and checking the output that you get from this is really important to know that you are restoring from a good backup.

STEPHEN PORATH: And one note with anybody running replication-- Replication increases the transactional complexity of your database quite a bit because replication is being tracked against all of those databases. So every time you add a server, every single transaction that has occurred against that database is theoretically going up one more time for every additional server. So this becomes even more important in those environments.

TRACI PEURASAARI: So now, for most of you for Vault, this probably becomes really the thing that a lot of people pay attention to, which is performance. Maintaining your indexes is one of the key points of having good performance. Your indexes are what tells SQL how to read your data. And keeping your indexes clean, and nice and organized, is what keeps SQL performing nice and neat. There's two options for defragmenting your indexes-- a rebuild and a reorganize.

A rebuild can be done only offline. A reorganize can be done online. The reorganize is lighter weight and quicker. So those are some of the considerations, again, when you're making your decisions in the maintenance plan. One of the options, if you drill down into the maintenance plan, is what fragmentation level you're going to use to determine when you're going to do which option. So again, it's when you can have downtime, when you can afford to have downtime.

Statistics are the other thing that highly affect your performance. Statistics tell SQL what indexes to use. As your statistics get stale, SQL will ignore the indexes that have been created specifically for that purpose. So rebuilding your statistics are another critical point. As an example, we were working with a customer who was not building statistics. We went in and we put a regular statistics job. So a query that was reading one million reads took 90 milliseconds. After rebuilding their statistics, that same one million reads took three milliseconds. If you multiply that by how many users, how many queries, how many check-ins, how many checkouts, it just kind of gives you an example of the performance difference that you can see in that single piece of maintenance.

STEPHEN PORATH: Yep. That's a very good example. The last job that is created by the maintenance plan is a purge job. And this is basically something that really just turns this maintenance plan into something that, ideally, is going to sustain itself. It's going to clean up its own backups. It's going to clean up all of the logging that it does at the specified intervals. So from this example, we did seven days, 168 hours.

If we move on to the next important piece of this which is scheduling-- We've got some minimum recommendations for the scheduling of this backup. Most places are going to want to back-up at least once a day-- full backup. And then transactional log backups can be done hourly or in-between that at whatever interval you desire. Do you want to fill in anything on the simple part of it? The simple mode?

TRACI PEURASAARI: No.

STEPHEN PORATH: OK. And then integrity check daily but before the backup. As Traci said, this is going to identify errors. So running it before the backup allows you to identify an error and then hopefully address it before the backup is done. So if you're doing a backup and you have an integrity issue, you're backing up that integrity issue. So fix it first, then backup.

Index and statistics-- very much dependent on volume. We've got kind of a recommendation of a daily rebuild and a weekly re-index. So one is less aggressive than the other, and Traci kind of covered those previously already. But basically one is fixing the index that's there. The other is rebuilding it. And then for the purge and cleanup, once a day is probably sufficient.

So Traci's going to do a quick demo on the scheduling. But the scheduling screen is right there. There are all of the typical expected scheduling options that you have available for, that such as daily, hourly-- so on and so forth.

TRACI PEURASAARI: It actually is very simple. Once you've got these jobs created, you determine when you want to run them-- what time for each job. And it is simply a matter of-- I'll use the cleanup just because it's a small job-- going into Properties and selecting the schedule, and adding a new schedule. And determining when you're going to run it.

STEPHEN PORATH: Naming's important only for you going after yourself, and others possibly picking this up. So you can name it whatever you want. But I would try to be somewhat consistent so either somebody else can follow in your own footsteps, or you can follow yourself.

TRACI PEURASAARI: So you can see it's created the job, and then now you can see right here it's in this schedule. It's set to run. Next time it's got to run.

STEPHEN PORATH: And maybe touch on this screen, too. This is a good way to see how your jobs have been running, whether they've been running successfully, or they're scheduled to run the next time. Those are very important tasks after the fact.

TRACI PEURASAARI: I got there just by double-clicking the job activity monitor, if anybody didn't see that.

STEPHEN PORATH: So the cleanup is looking at what is in your backup folder. And if it is older-- this example of 168 hours-- if it's older than 168 hours, it'll delete it. So it cleans up the backup so that you don't have them being dumped into a single folder forever. It also does clean up its own logs, too. So there's some logging that is created here, and it backs those up and just-- Sorry, I should have followed up with the question. What does the purge job do, is the question.

AUDIENCE: Under your demo that you have, you have separate jobs [INAUDIBLE].

STEPHEN PORATH: Oh, sure. So the question-- as long as I'm getting it right-- he was asking about the difference between user and system databases. I guess I'll give the non-SQL DBA answer, which is system databases are basically the Microsoft-created databases that are going to exist on any SQL Server anywhere. They are basically the base that creates all other databases. It's the structure that Microsoft uses. The user databases, for Vault users-- that would be all of the Vault-related databases on SQL Server. For any other applications or whatnot, those are basically the created databases that store your vital data. Both can be very important. Obviously, most people here are probably mostly concerned with the user databases, as that's where all of your design data and whatnot-- for Vault, at least-- is stored.

TRACI PEURASAARI: It would include your Content Center, your KBM, as well as your Vaults.

STEPHEN PORATH: So something that's obviously very important here is plan execution. You want to-- at least in the very beginning-- be monitoring this plan, making sure that it's executing when it's supposed to be. If it's not, there are error links in anything SQL Server-related that will start pointing you into the right direction as to why something is failing. And then once you've confirmed that things have been running on the appropriate schedule, and successfully, you probably can start monitoring a little less frequent and only when there's errors.

And that kind of leads into the last demo that we have here, which is notifications. So backup and integrity checks are really kind of the ones that you want to be concerned with any errors. So if an integrity check results in an error, or a backup results in an error, a notification of that is something that you may want to configure.

TRACI PEURASAARI: So assuming that you have email configured on your SQL Server-- or that you would request whoever is running your SQL Server to configure email-- you can have any of these send you a notification. Steve mentioned like using the backup job. But again, it's just properties from the job, and there is a notification option. And you can have it send you an email on failure or success, or whatever option you want. There are also options for alerts-- to add alerts. If you don't have email configured, you can have it do alerts and it will write alerts to a log file. And then you can look in the log file to see what's going on. So there are options if you don't have email configured.

STEPHEN PORATH: Thank you.

AUDIENCE: [INAUDIBLE].

Where can I find the alerts?

STEPHEN PORATH: The alerts? She wants to know where she would be able to find the alerts.

TRACI PEURASAARI: The log file for the alerts are created in the maintenance job. You can put a location for those just like you put the location for the backup folder. Otherwise, they will go in the same folder where you've written the backups, unless you've specified otherwise. It's part of the job that we ran in the beginning. One of the options is to tell it where you want to write, or where you want to log the alerts. One option is to log it to a table. Another is to log it to a file.

AUDIENCE: Yeah, I have it logged to a file. And I'd like to [AUDIO OUT].

STEPHEN PORATH: Yeah, that's what she was actually-- So the question, assuming I got it right, is you want to get an email when there is a problem. So the last thing that she demonstrated is the area that you would figure that. It does go with a caveat of needing to have SQL Server Mail configured as well. So assuming that is configured, which is more of a server-level task, you can then set up notifications based around each one of the jobs, whether it's executed successfully or not. That good?

AUDIENCE: [INAUDIBLE].

STEPHEN PORATH: No. So it's pretty simple as a part of the job. But configuring SQL Mail-- You want to show it again? Yeah. Go ahead.

TRACI PEURASAARI: If you're looking at a job, it a property of the job. You just go to the job that you're configuring.

AUDIENCE: [INAUDIBLE].

STEPHEN PORATH: Oh, SQL Server Mail?

TRACI PEURASAARI: Yeah. Well first, under properties of the job itself, under Notifications, this is where you tell it you want it to send you an email to that effect. To set up SQL Mail, there is a query that you can run that turns the SQL Mail on on SQL. Or there's a job that you can configure SQL Mail. You would have to work with-- like for Mail administrator-- to have it use email, computer email.

AUDIENCE: Thank you.

STEPHEN PORATH: You're welcome. Any other questions so far? Hopefully making sense.

AUDIENCE: Maybe. When you use Vault, you can configure for the application, I'm sure, to do the backup and backups to the filestores as well.

STEPHEN PORATH: Yes.

AUDIENCE: Now we're talking just backing up the index.

STEPHEN PORATH: Yep.

AUDIENCE: It can't conflict in the wrong way.

STEPHEN PORATH: Yes. Yeah, there is a snippet on that that we'll cover. So you want to let me know after we cover that if it hasn't addressed that question. Hopefully it does. But yeah, that is a different set of backups and whatnot.

TRACI PEURASAARI: There also is a class tomorrow that talks about doing Vault backups that covers using the backup that you're talking about-- the Vault backup. Yeah.

AUDIENCE: Just we use the one-- Should be very careful with the other, especially with incremental [INAUDIBLE].

STEPHEN PORATH: Yes. Yeah. You want to make sure that both are roughly identical time. So under those additional considerations, I'll start from the bottom. So the Vault-- (LAUGHING)

TRACI PEURASAARI: There was a good lead-in.

STEPHEN PORATH: So the Vault filestore is not being addressed by this backup. This backup is very much SQL Server. It is not necessarily dependent on you running in a Vault environment. You could be running in any SQL Server environment. It is only backing up the database. And this solution is backing up all databases, system and user. So that is something to make sure you keep in mind. You can actually execute some of that. Sorry about the audio issues in here.

So something to be aware of. You could execute the filestore backup piece as a part of SQL as well. I don't know if you have any comments to add to that as well.

TRACI PEURASAARI: Yeah. Basically an answer to your question-- Well first, in the class tomorrow, we could cover using third party versus using [? EDMS ?] backup. But yes, anybody who does chose to use SQL as backup, you want to make sure that it's possible at the same time. We've just been, for the purpose of this class, we're looking mostly at maintaining your SQL Server and [? above ?] specific just Vault. So it was a little bit broader. But if you are using this as your only method of backing up Vault, you want to make sure that your parameter files work at the same exact moment. Or after you use backup. Yes?

AUDIENCE: Do you run your backups from Vault? When you do this, I see it's grabbing files towards this [INAUDIBLE] other than-- Is it getting the SQL database as well? So if you do it from Vault do you get both ends?

STEPHEN PORATH: Yes.

AUDIENCE: I'm not trying to say you shouldn't do what you're speculating.

STEPHEN PORATH: Well-- and, and, and-- well, if you want, I'll address and then you can add to it.

TRACI PEURASAARI: Yeah, I'm addressing if it is the SQL databases?

AUDIENCE: Yes.

TRACI PEURASAARI: So, when it in the Vault, it does get the Vault databases and it gets the filestores. It does not get the system databases. That was stored in SQL, which-- if you have to do a manual restore, especially in a replicated environment-- those come into play. So, yeah. In the folder you would see all your Vault databases had been backed up. Your filestore had been backed up. It would wind up in Vault.

STEPHEN PORATH: And to add to that, too-- The other maintenance tasks are not being done when you do a Vault backup. So those tasks are definitely highly important, especially for the performance implications and whatnot. The Vault backup does cover the user-specific databases that Vault is aware of. This you could do against the server running various vendors' databases, or even internal databases, and have it back everything up, too.

TRACI PEURASAARI: I mean, if you're using EDMS to back up your databases-- and that's probably what you're running right now-- I've set up a customer where I've run this. And then enabled the jobs to do the [INAUDIBLE] and to do this integrity. And to do indexes but not enable backup jobs. Or just enable the system database backup tab, because the backups are already covered. And there's no reason why you can't pick and choose which piece of this you enable, you feel like you're covered comfortably the way you are. And that's fine. That's why they were individual jobs.

STEPHEN PORATH: Yep. And to add one more thing to that I wanted to add to the discussion was the backups here. That's only taking the databases into account. But you could-- we've had experience with this between her and I-- where the Vault backups, because of the size of a filestore and everything, were taking more than two days to complete. This solution, plus a manual backup of the filestore, was able to be executed in less than a day.

So there are other things that the Vault backup does that are very good to do. But if you're going through-- in this scenario we were doing a backup of the database and filestore so that an upgrade could be performed. Doing that, we want to do the upgrade over a weekend. You want to make sure your backup's not holding up the whole process. So, something to consider.

AUDIENCE: Will there be class tomorrow?

STEPHEN PORATH: The class tomorrow. I've got that title at the end here. And then he's the main presenter and she's the co-speaker. So I'll let them-- We can address it at the end if you want. I don't think we have too much more. So one message we're just trying to impose upon you-- maintenance plans are not optional.

So something I'd like you guys to do. When you return to your office, I'd like you to download this plan, modify the necessary areas of it, plan it out-- think about the recovery time that you need and all of that to suit your day-to-day needs with the Vault, or whatever databases are in this equation-- and plan that out. Implement it, and then review its progress.

Some maintenance thoughts from Benjamin Franklin. And here's the links we've been referring to. The URL to this is located at that link up there. If you grab that, you'll get all the rest of them. But Ola Hallengren-- that is the maintenance plan we're utilizing here. I've got a link to Microsoft discussing the different backup options available within SQL Server.

And then Brent Ozar is a SQL Certified Master, which is a certification that's not available any longer. He's probably one of a handful in this country. He has a blog that I would highly recommend, and then he also-- I put a link in here-- he discusses modifying some of the options for this maintenance plan specifically. It's all related to fragmentation levels, so doing it at basically different levels in the defaults.

TRACI PEURASAARI: Yeah, I was going to say the lead for the modification is really good because industry standards are going to say that if your fragmentation is less than 30%, you should do a re-org. And greater than a certain percent, you should do a rebuild. And actually if you do use the index maintenance within Vault, I asked him to put that [INAUDIBLE]. Make sense? But in this he actually changes it and recommends a 15% threshold because the backup rebuild is done offline. You take it offline while it's rebuilding the index. So from a performance standpoint, especially for those of you that might have multiple locations that are all [INAUDIBLE], it's hard to find the times when you can support your table going down long enough to rebuild your index. Or to have the best slowdown. So this doesn't really reach out to talking about what is a good way to manage that.

STEPHEN PORATH: There are some caveats, too, that I'm thinking of that I wanted to speak to a little bit earlier. But the SQL Server Express versus Standard versus Enterprise. Enterprise-- as she has mentioned-- can do the re-index or index rebuild online. The other editions cannot. And then the SQL Express edition is limited further. I think you do not have the ability to do scheduling, and you do not have obviously the online re-index or index rebuild. You'd have to take the database down.

TRACI PEURASAARI: So you create when those [INAUDIBLE] you have for each job [INAUDIBLE].

STEPHEN PORATH: Yeah. You have to go a slightly different route. And then these are some of the accolades on the maintenance plan we're using here. It's voted best free tool by SQL Server Magazine. It was voted an MVP award by Microsoft on the Data Platform. It is something that Brent Ozar, the previously-mentioned blogger, has said, you know, there is no better maintenance solution for a database. And if you want to see some of the largest companies in the world using this, there is a list. Every industry you could think of, including some that are known for massive databases, such as insurance, health care, so on. So that's on that site.

And then Chris is going to be doing the class tomorrow with Traci, and that's a list of that class. So I would highly recommend everybody look that up and attend if you're still here at 1:00 in the afternoon tomorrow. Did anybody have any questions that we had not addressed? Anyone? We're a little bit early.

AUDIENCE: Previously when talking with my reseller and Autodesk support, the stance has always been you use the EDMS console and you don't touch SQL. So I'm kind of confused how we're sitting here being told yes, we should do these things, and we should maybe do a separate backup plan.

STEPHEN PORATH: I think there was. So question for everybody. EDMS console backup versus a SQL backup. He was recommended by a reseller not to do SQL backups-- which I think there was a time where that was a recommendation. I don't know that that's necessarily what you would hear now or that it would be accurate if you heard it now. We do have a white paper published on doing backups, and I think he's going to address the Vault side of it. But the white paper talks about third party backups, and using their solutions and what you need to do to be more or less supported using them.

CHRIS BLUHM: My comment on that would be to-- Is if you were asked, depending especially on who's asking, and you ask us, hey should I take my own homegrown solution or use your baked in, our answer is going to be do the baked in unless you can go home and say, I'm using this maintenance plan and I'm also backing up files for the same time there's a plan. They're doing essentially the same things. But what would frequently happen is if someone was told, oh you can do it on your phone and then parts of it fails, they will come back in here-- you guys told me it was OK, now everything's ruined.

So if there's a plan-- you're watching it, you're following up on it-- then that's the same as the EDMS backup. But EDMS is going to be a lot simpler for the lay person to use. The assumption is everybody in here is a SQL admin or has access to SQL Administrator. You're more than just, I got put in charge of EDMS and I'm told I'm supposed to back it up somehow.

TRACI PEURASAARI: And again, as Steve mentioned, in some of the situations the volume is dictating this [INAUDIBLE]. The volume just cannot. Because the EDMS is a linear process, the [INAUDIBLE] the filestore, your backup of filestore, and your backup database, customers could have high, high volume are getting in situations where three to four days to get a backup done by the time it's finished. So an alternate situation needs to be explored.

STEPHEN PORATH: Those are usually--

AUDIENCE: My third party backup does my Vault in a tenth of the time.

STEPHEN PORATH: Yeah.

AUDIENCE: And that's full SQL and local filestore.

STEPHEN PORATH: Yeah. And the real big differentiator that I can just instantly say that Vault has, is that it does a filestore validation. So it's validating your filestore before it does the backup. And that takes a significant amount of time. I would guess it probably takes, you know, 70% of it. If I had to guess. And you can do that independently, too.

So you can do all of the pieces of the Vault backup solution independently-- databased with this-- and back-up a filestore separately. And you can validate it through the Vault command line. So if you hit the size where that makes sense, that's an option.

CHRIS BLUHM: And the only last point. I don't know that we're telling you you shouldn't be only doing SQL backups. This is more just an option. The only thing that Traci could say is, you should look at the indexing and the rebuild statistics. Make sure you've got those and then if it fits in your plan using SQL backups, that would work. But make sure you have backups that are working in verifying--

STEPHEN PORATH: That's really the ultimate goal.

AUDIENCE: I have a third party backup solution that does SQL and the filestore. And I've done pretty much everything you guys have touched on, but I figured it out on my own. I haven't been able to find any support from Autodesk in this process. And now I'm hearing a different story that you [INAUDIBLE].

[INTERPOSING VOICES]

TRACI PEURASAARI: --was willing to using a third party backup solution. It's very much part of this.

AUDIENCE: Yeah they go hand-in-hand. You can't do one without the other. You've got to do both.

STEPHEN PORATH: Yeah. Yes. They are both useless without the other, basically.

TRACI PEURASAARI: Or you might just [INAUDIBLE].

AUDIENCE: I have a question.

STEPHEN PORATH: Sure.

AUDIENCE: We've got EDMS console backups scheduled full incremental throughout the week. You guys got me to thinking about getting an email notification on the SQL backups. I'm assuming you'd do the same thing through Task Scheduler. It's the first thing I want to look into when I get back. Can you set that up? I mean, I've got something where I go check make sure my backups are going through successfully. But all that's going to get emailed every time there is a failure. Does that make sense?

STEPHEN PORATH: I'm sure--

TRACI PEURASAARI: I would tell you that if you talk to your reseller, or whoever you have support for CSM, there are triggers that probably can be set up to send SQL Mail when a task happens. And AD [? before ?] EDMS is using a task within SQL to do that backup somehow. So you could reach out to whoever is your support. They could probably help you with that, to get it if you're not doing it from within SQL. If you're doing it from within SQL, then your SQL Mail can be set up.

CHRIS BLUHM: And if you're calling the EDMS console backup, if you have a scheduled task that's running the command, you'd be able to set that up in Windows task schedule respected. The difficult part will be working with your internal IT to get the server to be allowed to send emails.

AUDIENCE: Yeah, I've already been running that through.

STEPHEN PORATH: Whereas the SQL Mail may already be established. You might have that in place. So they--

AUDIENCE: How to determine it [INAUDIBLE]?

STEPHEN PORATH: Yeah that would be also some logic that you'd have to have built into it. Yeah.

CHRIS BLUHM: Normally, we write down the [INAUDIBLE] log file, and then send an email to a log file being sent that day. You're right. If the job fails, and your email step-up alert these job fails, it's never going to get to that step. So really what you need is two jobs-- one to run it, and the other to do a check to verify that job is sending email if it failed. Or use the daily verification. Then you're overwhelmed and you stop paying attention because you're getting a daily email eventually sent to the folder you're never looking at.

TRACI PEURASAARI: But yeah. You can do-- for example-- you can go up to [INAUDIBLE] for a solution with a job scheduler. Or you can get as fancy as you can get with other options. Or, using SQL [INAUDIBLE].

AUDIENCE: And again, [? power shell ?] will send an email if a test fails, then you have to correct an [INAUDIBLE].

STEPHEN PORATH: It becomes a more complicated affair, I think, if you were trying to do that. Anybody else? Anything?

AUDIENCE: What about the big group Plant in the Vault?

STEPHEN PORATH: If you keep-- Oh, Plant? So he's kind of the guy to answer that, but this would cover the Plant database on SQL Server. Absolutely.

AUDIENCE: If it's a different server?

STEPHEN PORATH: Well, yes. You can implement this there as well. And all of the tasks can be--

AUDIENCE: Aligned--

STEPHEN PORATH: What's that?

AUDIENCE: To align.

STEPHEN PORATH: Sure. That's an important consideration. That's where I'll kick over to him.

CHRIS BLUHM: I can tell you want Vault database backs up first, then your Plant database. And then have your filestore anytime after Vault, because you can always do a Plant/Vault reconcile to pull down from the Vault to your Plant database. But if your Plant database is bigger than your Vault, you'll never recover. I'm happy with-- well not happy-- but I'm completely [INAUDIBLE].

[LAUGHTER]

STEPHEN PORATH: Anybody else? Well, thank you, everybody, for attending. There are surveys so please feel free to fill those out. I appreciate it. Thank you.

______
icon-svg-close-thick

쿠기 기본 설정

오토데스크는 고객의 개인 정보와 최상의 경험을 중요시합니다. 오토데스크는 정보를 사용자화하고 응용프로그램을 만들기 위해 고객의 본 사이트 사용에 관한 데이터를 수집합니다.

오토데스크에서 고객의 데이터를 수집하고 사용하도록 허용하시겠습니까?

오토데스크에서 사용하는타사 서비스개인정보 처리방침 정책을 자세히 알아보십시오.

반드시 필요 - 사이트가 제대로 작동하고 사용자에게 서비스를 원활하게 제공하기 위해 필수적임

이 쿠키는 오토데스크에서 사용자 기본 설정 또는 로그인 정보를 저장하거나, 사용자 요청에 응답하거나, 장바구니의 품목을 처리하기 위해 필요합니다.

사용자 경험 향상 – 사용자와 관련된 항목을 표시할 수 있게 해 줌

이 쿠키는 오토데스크가 보다 향상된 기능을 제공하고 사용자에게 맞는 정보를 제공할 수 있게 해 줍니다. 사용자에게 맞는 정보 및 환경을 제공하기 위해 오토데스크 또는 서비스를 제공하는 협력업체에서 이 쿠키를 설정할 수 있습니다. 이 쿠키를 허용하지 않을 경우 이러한 서비스 중 일부 또는 전체를 이용하지 못하게 될 수 있습니다.

광고 수신 설정 – 사용자에게 타겟팅된 광고를 제공할 수 있게 해 줌

이 쿠키는 사용자와 관련성이 높은 광고를 표시하고 그 효과를 추적하기 위해 사용자 활동 및 관심 사항에 대한 데이터를 수집합니다. 이렇게 데이터를 수집함으로써 사용자의 관심 사항에 더 적합한 광고를 표시할 수 있습니다. 이 쿠키를 허용하지 않을 경우 관심 분야에 해당되지 않는 광고가 표시될 수 있습니다.

icon-svg-close-thick

타사 서비스

각 범주에서 오토데스크가 사용하는 타사 서비스와 온라인에서 고객으로부터 수집하는 데이터를 사용하는 방식에 대해 자세히 알아보십시오.

icon-svg-hide-thick

icon-svg-show-thick

반드시 필요 - 사이트가 제대로 작동하고 사용자에게 서비스를 원활하게 제공하기 위해 필수적임

Qualtrics
오토데스크는 고객에게 더욱 시의적절하며 관련 있는 이메일 컨텐츠를 제공하기 위해 Qualtrics를 이용합니다. 이를 위해, 고객의 온라인 행동 및 오토데스크에서 전송하는 이메일과의 상호 작용에 관한 데이터를 수집합니다. 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 이메일 확인율, 클릭한 링크 등이 포함될 수 있습니다. 오토데스크는 이 데이터를 다른 소스에서 수집된 데이터와 결합하여 고객의 판매 또는 고객 서비스 경험을 개선하며, 고급 분석 처리에 기초하여 보다 관련 있는 컨텐츠를 제공합니다. Qualtrics 개인정보취급방침
Akamai mPulse
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Akamai mPulse를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Akamai mPulse 개인정보취급방침
Digital River
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Digital River를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Digital River 개인정보취급방침
Dynatrace
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Dynatrace를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Dynatrace 개인정보취급방침
Khoros
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Khoros를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Khoros 개인정보취급방침
Launch Darkly
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Launch Darkly를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Launch Darkly 개인정보취급방침
New Relic
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 New Relic를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. New Relic 개인정보취급방침
Salesforce Live Agent
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Salesforce Live Agent를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Salesforce Live Agent 개인정보취급방침
Wistia
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Wistia를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Wistia 개인정보취급방침
Tealium
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Tealium를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Upsellit
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Upsellit를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. CJ Affiliates
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 CJ Affiliates를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Commission Factory
Typepad Stats
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Typepad Stats를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Typepad Stats 개인정보취급방침
Geo Targetly
Autodesk는 Geo Targetly를 사용하여 웹 사이트 방문자를 가장 적합한 웹 페이지로 안내하거나 위치를 기반으로 맞춤형 콘텐츠를 제공합니다. Geo Targetly는 웹 사이트 방문자의 IP 주소를 사용하여 방문자 장치의 대략적인 위치를 파악합니다. 이렇게 하면 방문자가 (대부분의 경우) 현지 언어로 된 콘텐츠를 볼 수 있습니다.Geo Targetly 개인정보취급방침
SpeedCurve
Autodesk에서는 SpeedCurve를 사용하여 웹 페이지 로드 시간과 이미지, 스크립트, 텍스트 등의 후속 요소 응답성을 측정하여 웹 사이트 환경의 성능을 모니터링하고 측정합니다. SpeedCurve 개인정보취급방침
Qualified
Qualified is the Autodesk Live Chat agent platform. This platform provides services to allow our customers to communicate in real-time with Autodesk support. We may collect unique ID for specific browser sessions during a chat. Qualified Privacy Policy

icon-svg-hide-thick

icon-svg-show-thick

사용자 경험 향상 – 사용자와 관련된 항목을 표시할 수 있게 해 줌

Google Optimize
오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Google Optimize을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Google Optimize 개인정보취급방침
ClickTale
오토데스크는 고객이 사이트에서 겪을 수 있는 어려움을 더 잘 파악하기 위해 ClickTale을 이용합니다. 페이지의 모든 요소를 포함해 고객이 오토데스크 사이트와 상호 작용하는 방식을 이해하기 위해 세션 녹화를 사용합니다. 개인적으로 식별 가능한 정보는 가려지며 수집되지 않습니다. ClickTale 개인정보취급방침
OneSignal
오토데스크는 OneSignal가 지원하는 사이트에 디지털 광고를 배포하기 위해 OneSignal를 이용합니다. 광고는 OneSignal 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 OneSignal에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 OneSignal에 제공하는 데이터를 사용합니다. OneSignal 개인정보취급방침
Optimizely
오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Optimizely을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Optimizely 개인정보취급방침
Amplitude
오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Amplitude을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Amplitude 개인정보취급방침
Snowplow
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Snowplow를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Snowplow 개인정보취급방침
UserVoice
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 UserVoice를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. UserVoice 개인정보취급방침
Clearbit
Clearbit를 사용하면 실시간 데이터 보강 기능을 통해 고객에게 개인화되고 관련 있는 환경을 제공할 수 있습니다. Autodesk가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. Clearbit 개인정보취급방침
YouTube
YouTube는 사용자가 웹 사이트에 포함된 비디오를 보고 공유할 수 있도록 해주는 비디오 공유 플랫폼입니다. YouTube는 비디오 성능에 대한 시청 지표를 제공합니다. YouTube 개인정보보호 정책

icon-svg-hide-thick

icon-svg-show-thick

광고 수신 설정 – 사용자에게 타겟팅된 광고를 제공할 수 있게 해 줌

Adobe Analytics
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Adobe Analytics를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Adobe Analytics 개인정보취급방침
Google Analytics (Web Analytics)
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Google Analytics (Web Analytics)를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. AdWords
Marketo
오토데스크는 고객에게 더욱 시의적절하며 관련 있는 이메일 컨텐츠를 제공하기 위해 Marketo를 이용합니다. 이를 위해, 고객의 온라인 행동 및 오토데스크에서 전송하는 이메일과의 상호 작용에 관한 데이터를 수집합니다. 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 이메일 확인율, 클릭한 링크 등이 포함될 수 있습니다. 오토데스크는 이 데이터를 다른 소스에서 수집된 데이터와 결합하여 고객의 판매 또는 고객 서비스 경험을 개선하며, 고급 분석 처리에 기초하여 보다 관련 있는 컨텐츠를 제공합니다. Marketo 개인정보취급방침
Doubleclick
오토데스크는 Doubleclick가 지원하는 사이트에 디지털 광고를 배포하기 위해 Doubleclick를 이용합니다. 광고는 Doubleclick 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Doubleclick에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Doubleclick에 제공하는 데이터를 사용합니다. Doubleclick 개인정보취급방침
HubSpot
오토데스크는 고객에게 더욱 시의적절하며 관련 있는 이메일 컨텐츠를 제공하기 위해 HubSpot을 이용합니다. 이를 위해, 고객의 온라인 행동 및 오토데스크에서 전송하는 이메일과의 상호 작용에 관한 데이터를 수집합니다. 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 이메일 확인율, 클릭한 링크 등이 포함될 수 있습니다. HubSpot 개인정보취급방침
Twitter
오토데스크는 Twitter가 지원하는 사이트에 디지털 광고를 배포하기 위해 Twitter를 이용합니다. 광고는 Twitter 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Twitter에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Twitter에 제공하는 데이터를 사용합니다. Twitter 개인정보취급방침
Facebook
오토데스크는 Facebook가 지원하는 사이트에 디지털 광고를 배포하기 위해 Facebook를 이용합니다. 광고는 Facebook 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Facebook에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Facebook에 제공하는 데이터를 사용합니다. Facebook 개인정보취급방침
LinkedIn
오토데스크는 LinkedIn가 지원하는 사이트에 디지털 광고를 배포하기 위해 LinkedIn를 이용합니다. 광고는 LinkedIn 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 LinkedIn에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 LinkedIn에 제공하는 데이터를 사용합니다. LinkedIn 개인정보취급방침
Yahoo! Japan
오토데스크는 Yahoo! Japan가 지원하는 사이트에 디지털 광고를 배포하기 위해 Yahoo! Japan를 이용합니다. 광고는 Yahoo! Japan 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Yahoo! Japan에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Yahoo! Japan에 제공하는 데이터를 사용합니다. Yahoo! Japan 개인정보취급방침
Naver
오토데스크는 Naver가 지원하는 사이트에 디지털 광고를 배포하기 위해 Naver를 이용합니다. 광고는 Naver 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Naver에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Naver에 제공하는 데이터를 사용합니다. Naver 개인정보취급방침
Quantcast
오토데스크는 Quantcast가 지원하는 사이트에 디지털 광고를 배포하기 위해 Quantcast를 이용합니다. 광고는 Quantcast 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Quantcast에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Quantcast에 제공하는 데이터를 사용합니다. Quantcast 개인정보취급방침
Call Tracking
오토데스크는 캠페인을 위해 사용자화된 전화번호를 제공하기 위하여 Call Tracking을 이용합니다. 그렇게 하면 고객이 오토데스크 담당자에게 더욱 빠르게 액세스할 수 있으며, 오토데스크의 성과를 더욱 정확하게 평가하는 데 도움이 됩니다. 제공된 전화번호를 기준으로 사이트에서 고객 행동에 관한 데이터를 수집할 수도 있습니다. Call Tracking 개인정보취급방침
Wunderkind
오토데스크는 Wunderkind가 지원하는 사이트에 디지털 광고를 배포하기 위해 Wunderkind를 이용합니다. 광고는 Wunderkind 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Wunderkind에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Wunderkind에 제공하는 데이터를 사용합니다. Wunderkind 개인정보취급방침
ADC Media
오토데스크는 ADC Media가 지원하는 사이트에 디지털 광고를 배포하기 위해 ADC Media를 이용합니다. 광고는 ADC Media 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 ADC Media에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 ADC Media에 제공하는 데이터를 사용합니다. ADC Media 개인정보취급방침
AgrantSEM
오토데스크는 AgrantSEM가 지원하는 사이트에 디지털 광고를 배포하기 위해 AgrantSEM를 이용합니다. 광고는 AgrantSEM 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 AgrantSEM에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 AgrantSEM에 제공하는 데이터를 사용합니다. AgrantSEM 개인정보취급방침
Bidtellect
오토데스크는 Bidtellect가 지원하는 사이트에 디지털 광고를 배포하기 위해 Bidtellect를 이용합니다. 광고는 Bidtellect 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Bidtellect에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Bidtellect에 제공하는 데이터를 사용합니다. Bidtellect 개인정보취급방침
Bing
오토데스크는 Bing가 지원하는 사이트에 디지털 광고를 배포하기 위해 Bing를 이용합니다. 광고는 Bing 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Bing에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Bing에 제공하는 데이터를 사용합니다. Bing 개인정보취급방침
G2Crowd
오토데스크는 G2Crowd가 지원하는 사이트에 디지털 광고를 배포하기 위해 G2Crowd를 이용합니다. 광고는 G2Crowd 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 G2Crowd에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 G2Crowd에 제공하는 데이터를 사용합니다. G2Crowd 개인정보취급방침
NMPI Display
오토데스크는 NMPI Display가 지원하는 사이트에 디지털 광고를 배포하기 위해 NMPI Display를 이용합니다. 광고는 NMPI Display 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 NMPI Display에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 NMPI Display에 제공하는 데이터를 사용합니다. NMPI Display 개인정보취급방침
VK
오토데스크는 VK가 지원하는 사이트에 디지털 광고를 배포하기 위해 VK를 이용합니다. 광고는 VK 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 VK에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 VK에 제공하는 데이터를 사용합니다. VK 개인정보취급방침
Adobe Target
오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Adobe Target을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Adobe Target 개인정보취급방침
Google Analytics (Advertising)
오토데스크는 Google Analytics (Advertising)가 지원하는 사이트에 디지털 광고를 배포하기 위해 Google Analytics (Advertising)를 이용합니다. 광고는 Google Analytics (Advertising) 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Google Analytics (Advertising)에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Google Analytics (Advertising)에 제공하는 데이터를 사용합니다. Google Analytics (Advertising) 개인정보취급방침
Trendkite
오토데스크는 Trendkite가 지원하는 사이트에 디지털 광고를 배포하기 위해 Trendkite를 이용합니다. 광고는 Trendkite 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Trendkite에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Trendkite에 제공하는 데이터를 사용합니다. Trendkite 개인정보취급방침
Hotjar
오토데스크는 Hotjar가 지원하는 사이트에 디지털 광고를 배포하기 위해 Hotjar를 이용합니다. 광고는 Hotjar 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Hotjar에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Hotjar에 제공하는 데이터를 사용합니다. Hotjar 개인정보취급방침
6 Sense
오토데스크는 6 Sense가 지원하는 사이트에 디지털 광고를 배포하기 위해 6 Sense를 이용합니다. 광고는 6 Sense 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 6 Sense에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 6 Sense에 제공하는 데이터를 사용합니다. 6 Sense 개인정보취급방침
Terminus
오토데스크는 Terminus가 지원하는 사이트에 디지털 광고를 배포하기 위해 Terminus를 이용합니다. 광고는 Terminus 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Terminus에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Terminus에 제공하는 데이터를 사용합니다. Terminus 개인정보취급방침
StackAdapt
오토데스크는 StackAdapt가 지원하는 사이트에 디지털 광고를 배포하기 위해 StackAdapt를 이용합니다. 광고는 StackAdapt 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 StackAdapt에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 StackAdapt에 제공하는 데이터를 사용합니다. StackAdapt 개인정보취급방침
The Trade Desk
오토데스크는 The Trade Desk가 지원하는 사이트에 디지털 광고를 배포하기 위해 The Trade Desk를 이용합니다. 광고는 The Trade Desk 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 The Trade Desk에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 The Trade Desk에 제공하는 데이터를 사용합니다. The Trade Desk 개인정보취급방침
RollWorks
We use RollWorks to deploy digital advertising on sites supported by RollWorks. Ads are based on both RollWorks data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that RollWorks has collected from you. We use the data that we provide to RollWorks to better customize your digital advertising experience and present you with more relevant ads. RollWorks Privacy Policy

정말 더 적은 온라인 경험을 원하십니까?

오토데스크는 고객 여러분에게 좋은 경험을 드리고 싶습니다. 이전 화면의 범주에 대해 "예"를 선택하셨다면 오토데스크는 고객을 위해 고객 경험을 사용자화하고 향상된 응용프로그램을 제작하기 위해 귀하의 데이터를 수집하고 사용합니다. 언제든지 개인정보 처리방침을 방문해 설정을 변경할 수 있습니다.

고객의 경험. 고객의 선택.

오토데스크는 고객의 개인 정보 보호를 중요시합니다. 오토데스크에서 수집하는 정보는 오토데스크 제품 사용 방법, 고객이 관심을 가질 만한 정보, 오토데스크에서 더욱 뜻깊은 경험을 제공하기 위한 개선 사항을 이해하는 데 도움이 됩니다.

오토데스크에서 고객님께 적합한 경험을 제공해 드리기 위해 고객님의 데이터를 수집하고 사용하도록 허용하시겠습니까?

선택할 수 있는 옵션을 자세히 알아보려면 이 사이트의 개인 정보 설정을 관리해 사용자화된 경험으로 어떤 이점을 얻을 수 있는지 살펴보거나 오토데스크 개인정보 처리방침 정책을 확인해 보십시오.