Viewing 15 posts - 2,146 through 2,160 (of 2,897 total)
You can download a free administration tool from MySQL. It's a GUI interface, and then you can go to backup & restore options without having to use the command line....
October 16, 2008 at 9:17 am
What if columns are retained, but values are set to NULL ??
Will SQL reuse that space for other data needs ? Or is it only...
October 15, 2008 at 11:15 am
Could you be more specific about what you want to accomplish ?
October 15, 2008 at 11:11 am
RPSql (10/14/2008)
In that group we are having three users...UserA...UserB...and UserC.
Now, we are giving read and write permission...
October 14, 2008 at 1:35 pm
Tim Peters (10/13/2008)
I wouldn't let Idera's list price scare you away. They are willing to make deals, especially around quarter or year end. Tim
True .... you can get a pretty...
October 13, 2008 at 6:09 pm
I don't know why the "disable" doesn't work ... I don't have a test account to try.
Maybe someone more knowledgeable can answer ?
What do you mean by unexpected...
October 13, 2008 at 11:31 am
You could disable the login, or remove permission to the specific database(s) so they can still access other databases.
October 13, 2008 at 10:16 am
I had something similar once. Turned out that the user's logins were disabled on one server somehow. Never did figure out the cause, but we were having odd server problems...
October 13, 2008 at 9:44 am
I don't quite understand. You want to allow the Windows groups to connect, but restrict them from certain adminstrative functions ? Can you give some examples ?
October 13, 2008 at 9:30 am
When you get to the new login screen, click "search" button. Then you get the "Select user or group" window. You need to click "Object types". And then select "Groups"....
October 13, 2008 at 9:17 am
For transactional replication, it does not purge the older data. You need to either re-snapshot, or create your own purge procedure. Be careful not o purge anything more recent than...
October 13, 2008 at 9:06 am
The_SQL_DBA (10/10/2008)
October 11, 2008 at 6:38 pm
I just recently found this:
[font="Courier New"]IF OBJECT_ID('JobActivityMonitor','P') IS NOT NULL
DROP PROCEDURE [JobActivityMonitor]
GO
/*******************************************************************************************************
**Name:dbo.JobActivityMonitor
**Desc:Job Activity Monitor (SQL2005)
**Auth:Adam Bean (SQLSlayer.com) [original interval logic from William McEvoy - http://cookingwithsql.com/source/sp_ShowJobSchedules.sql%5D
**Date:09.05.2008
*******************************************************************************
**Change History
*******************************************************************************
**Date:Author:Description:
**-------------------------------------------------------
**
********************************************************************************************************/
CREATE...
October 10, 2008 at 3:14 pm
Replication would be a pain. Any time new tables were added to the database, you'd have to remember to add them to replication.
October 10, 2008 at 10:15 am
Viewing 15 posts - 2,146 through 2,160 (of 2,897 total)