Viewing 15 posts - 28,276 through 28,290 (of 39,771 total)
Well, I'm definitely not a physicist. I took some Modern Physics, starting with relativity and moving forward from there, and was lost. We had some questions on the final...
June 6, 2008 at 8:42 am
Logins might be the big thing to move. sp_help_revlogin (search this site) can script out the logins so you can recreate them with the same passwords.
Script everything else out and...
June 5, 2008 at 9:44 pm
You can, but you need to also be aware of logins. You can install SQL Server on the new box, attach the MDF/LDF as a new database, and you'll...
June 5, 2008 at 9:42 pm
You can't make the FK reference multiple tables. It's a relationship between tables, not rows, so you can't switch on rows.
The way that I've done this is you have the...
June 5, 2008 at 9:40 pm
Are you adding another database or an instance? Instances are more complicated.
Adding a database means that you share tempdb, and there are some threads, data cache, procedure cache, being used...
June 5, 2008 at 9:37 pm
Given that information, there's no way we can help.
What is the load process? In SSIS, you could split things out, copying the record, in T-SQL, you could have a cross...
June 5, 2008 at 9:22 pm
I had someone once tell me they wrote a VB4 app like this to page their manager every 10 minutes.
He didn't get the job.
June 5, 2008 at 9:20 pm
It's somewhat clear, but we want to see that you've made an effort here. We don't do homework or exams.
June 5, 2008 at 9:19 pm
Depending on the number of rows, you might also want to limit the batch size, meaning delete 1000 at a time.
Also, you're not freeing memory, you're freeing disk space.
June 5, 2008 at 9:17 pm
Probably not an appropriate response, given that you'll affect lots of people besides the admin.
June 5, 2008 at 5:54 pm
Ron, a good point. Project Management has a lot to do with things in all of these professions.
Not sure I'd call myself an engineer. Most days as a DBA I...
June 5, 2008 at 4:42 pm
yes, mirroring does not eliminate the need for transaction log backups. You need to have those setup, possibly more often than once a day.
June 5, 2008 at 11:28 am
Please don't use the subject line for questions. Ask the question in the post.
Back up the model transaction log. I think you can start SQL Server in single user mode,...
June 5, 2008 at 11:28 am
No real risk, but I think you might need to grab a full backup when you change it back.
June 5, 2008 at 11:27 am
You have no choice there. If you need Agent to restart SQL Server, then you have to do that. However, the local services allow for a restart.
If you have major...
June 5, 2008 at 11:24 am
Viewing 15 posts - 28,276 through 28,290 (of 39,771 total)