Viewing 15 posts - 1,561 through 1,575 (of 2,636 total)
Well, you can't schedule the wizard. You have to save as a package then schedule that.
Greg
May 3, 2007 at 10:51 am
I know there are plenty of people who upgrade from SQL 2000 to SQL 2005 in place (don't uninstall SQL 2000 first), but I've always preferred to install a separate...
May 3, 2007 at 10:45 am
Stuart,
I get the impression that you're using a full database backup. Real point-in-time recovery is only possible if you are taking log backups in addition to full backups. So, if you...
May 3, 2007 at 10:32 am
It's kind of hard to pinpoint the reason for that error. Take a look at this and see if any apply to what your job
Greg
May 3, 2007 at 9:54 am
In SSMS, right-click on database name, then select Tasks and Generate Scripts.
Greg
May 3, 2007 at 9:44 am
"sp_change_users_login does create a login if it is missing"
But, again, only if the user and login have the same name.
Greg
May 3, 2007 at 9:26 am
I've found that it's easier to create a DTS package that includes tasks that drop FK constraints, copy data, and recreate FK constraints. The wizard doesn't give you any way...
May 3, 2007 at 9:24 am
...and automate it by putting the import (SSIS or BCP) into a scheduled job.
Greg
May 2, 2007 at 5:30 pm
...and a domain account? The hex error code translates to "MAPI_E_LOGON_FAILED" so maybe the profile being used can't connect to the Exchange server.
Greg
May 2, 2007 at 2:31 pm
You can either use a Data Driven Query task to compare the data as it's imported or import the data from Excel to staging tables and use T-SQL code in...
May 2, 2007 at 2:16 pm
Could be permissions. Are you using a domain account which is a member of sysadmin or db_owner in master?
Greg
May 2, 2007 at 1:02 pm
Yes, the sp_help_revlogin procedure in this article makes it easy to script logins: http://support.microsoft.com/kb/246133/en-us. I've used it many times. Logins only need to be transferred when a new one...
May 2, 2007 at 9:58 am
Yep. Expand the table in Object Explorer, right-click Constraints, choose New Constraint. Fill in the expression, designate the column, etc., save the constraint.
Greg
May 2, 2007 at 9:53 am
Thanks. I don't think it's very obvious that a job can have multiple schedules so a lot of people overlook the possibility.
Greg
May 1, 2007 at 3:16 pm
Viewing 15 posts - 1,561 through 1,575 (of 2,636 total)