Viewing 15 posts - 2,446 through 2,460 (of 2,636 total)
As far as I know, Clustering is the only high availability solution which offers anything close to "instant" failover. Log Shipping and replication both require manual failover.
Greg
November 15, 2004 at 10:44 am
In DTS Designer, when you select Package -> Save, you can choose a location of SQL Server, structured storage file, or VB file. If you choose to save in SQL...
November 12, 2004 at 9:16 am
There is role in MSDB called TargetServersRole that allows members to view jobs. It's undocumented and subject to change in future releases and service packs, but it works now.
Greg
November 10, 2004 at 5:02 pm
I don't think there is an Enterprise personal edition and a Standard personal edition. The personal edition distributed with either is the same. According to MS here: http://www.microsoft.com/sql/evaluation/overview/default.asp, personal...
November 10, 2004 at 4:58 pm
Nice script, rubbercow. I tried it this morning and it worked great. A good way to write a bunch of local packages to files.
Thanks,
Greg
November 10, 2004 at 4:06 pm
Query Analyzer has a debugger that you can use to step through a stored procedure. See Transact-SQL Debugger in BOL for details on how to use it.
Greg
November 9, 2004 at 12:48 pm
What's happened is the database users were created with the database, but they aren't associated with a login on the new server. You can use sp_change_users_login to associate them. Look...
November 9, 2004 at 12:44 pm
You'll need to start the agent using a windows login to do anything outside of SQL Server, even if it's on a local drive. SQL Server logins have no meaning...
November 9, 2004 at 11:38 am
I'm not sure I understand what your question is. Are you asking how to deploy DTS packages to another server?
If that's what you want, you can either backup backup msdb...
November 9, 2004 at 11:02 am
Probably security. Scheduled packages run in the security context of the account used for SQL Server Agent. Search on this site for "scheduling dts" and you'll find more than you...
November 4, 2004 at 12:50 pm
Do you have log backups scheduled on the destination database? I agree with Francis in that dropping and creating a stored procedure won't truncate the log. It may be a...
November 4, 2004 at 12:05 pm
Start by opening the package in DTS Designer and executing each step individually. Also, enable package logging and, if you're using Transform Data tasks, enable logging for the tasks.
Greg
November 4, 2004 at 11:57 am
Here's a script that we use to list the hierarchy of foreign keys in a database and generate 'DROP' and 'ADD' statements. Just run it in Query Analyzer.
/******************************************************************************
This script will...
November 4, 2004 at 10:22 am
I don't use maintenance plans to set up backups so I don't have any personal experience with this. Here are a couple of Knowledge Base articles that might help you...
November 4, 2004 at 10:14 am
I just read your second post. Do any of the jobs backup system databases?
Greg
November 4, 2004 at 10:04 am
Viewing 15 posts - 2,446 through 2,460 (of 2,636 total)