Forum Replies Created

Viewing 15 posts - 2,281 through 2,295 (of 2,387 total)

  • RE: endless running job

    Did you create the backup jobs using maintenance wizard?

  • RE: Sequential Backups

    Use maintenance wizard to generate backup job which will place the date in your database backup file name, even though it is not exactly same as your format. Or write...

  • RE: PeopleSoft Financials on SqlServer

    fhtapia,

    How many physical disks do you have in the server?

    Configure one Raid 5 and place everything into it is definitely not good. Few suggestions here.

    Mirror two disks for your OS...

  • RE: SQL Server and file system access?

    You may try to use the OLE Automation stored procedures to create and use an SQL-DMO SQLServer object for this kind of purpose. See BOL for details.

  • RE: Logical File Name

    To modify the logical name of a data file or log file, specify in NAME the logical file name to be renamed, and specify for NEWNAME the new logical name...

  • RE: Can I call a job from a stored procedure?

    Your problem may related to the permission. SHUTDOWN permissions default to members of the sysadmin and serveradmin fixed server roles. Your SQL Server Agent may stared with a account with...

  • RE: Full text search returns no results

    Verify whether login BUILTIN\Administrators has been removed. If it does, you have to grant system account [NT Authority\System] to access your SQL Server with 'sa' righr.

  • RE: Copy DTS Packages between Servers

    Save package as structured storage file and move those .DTS files to the server and open from there.

  • RE: Access 97 ODBC error with SQL Server

    The problem is nothing to do with the identity or timestamp columns. In order to be able to insert/update data in table, the table must have a primary key defined.

    Remeber...

  • RE: sp_changedbowner error - sa is already db user

    Try to change database owner to any one of logins (not sa) and change the database owner back to 'sa'.

  • RE: SQL Agent odbc logs

    You can turn on/off ODBC trace by changing the key in following registry HKEY_LOCAL_MACHINE\Software\ODBC\ODBC.ini\ODBC too. See http://support.microsoft.com/?kbid=274551.

  • RE: SQL.LOG

    You can turn on/off ODBC trace by changing the key in following registry HKEY_LOCAL_MACHINE\Software\ODBC\ODBC.ini\ODBC too. See http://support.microsoft.com/?kbid=274551.

  • RE: Database Diagrams

    Database diagrams are kept in system table 'dtproperties'. After database tables, views etc been moved into database B, you can import data from this table in database A into the...

  • RE: Number of Deadlocks/sec

    I have turned on the trace 1024 and 3605, If there are deadlocks occuring, the deadlock information should also be logged into the SQL Server errorlogs but I don't see...

  • RE: Deadlock detection

    You have alos to turn on trace flag 3605 for the locking information be logged in the SQL Server errorlog.

Viewing 15 posts - 2,281 through 2,295 (of 2,387 total)