Viewing 15 posts - 121 through 135 (of 184 total)
My preference when upgrading from SQL 7 has actually been to:
1. Make a backup of all the databases.
2. Script out the logins.
3. Move all the user databases and the msdb...
July 4, 2004 at 8:55 am
EXEC sp_rename 'table.old_column','new_column'
July 3, 2004 at 1:23 pm
Generally, this is a permissions issue. Does the owner of the job have permissions to do everything the DTS package needs to do?
July 3, 2004 at 12:58 pm
Can a user have more then one set of contact information? Do you need to keep history when they change their contact information? Will you want to search by last...
June 30, 2004 at 9:14 pm
Can you explain what MySqlDump is???
You can right-click on the database, go to All Tasks...Generate SQL Script. Select all the options. Preview it. Is that what you want?
June 30, 2004 at 6:59 pm
The EMC Clariion is a downgrade from the Symmetrix line. What are you trying to accomplish by this. What is this test server compared to the production server (hardware)? Have...
June 28, 2004 at 10:02 pm
You need to call your hardware vendor. It sounds like you have faulty hardware somewhere. I would take the server down at night and run a complete diagnostic on it.
June 28, 2004 at 9:57 pm
That's very possible. What kind of indexes do you have on the table?
June 28, 2004 at 9:47 pm
From Books Online:
Execute permissions default to the sysadmin fixed server role, and the db_owner and db_ddladmin fixed database roles, and the object owner.
June 28, 2004 at 9:44 pm
The easiest thing to do would be to add an update_script column to the table. You can then just put the script that updated it in there. Triggers won't capture...
June 28, 2004 at 9:34 pm
Can we set it at the database level and coerce the collation in each SQL statement or is there an easier way?
You can, however that won't solve your problem. Why...
June 28, 2004 at 9:32 pm
June 28, 2004 at 9:29 pm
We use SolarWinds software to monitor our SQL Servers physical counters. I get alerts if the drive capacity falls below a certain amount (20%), the CPU goes above 95%, network...
June 28, 2004 at 9:26 pm
I also have used it for ...... well, anyway. One of the problems with SQL Mail is that it's not the most reliable...
June 28, 2004 at 9:20 pm
Just make sure you set up some other account with the same permissions as BUILTIN/administrators before deleting it. It's definitely a recommended best practice though to get rid of this...
June 28, 2004 at 9:10 pm
Viewing 15 posts - 121 through 135 (of 184 total)