Forum Replies Created

Viewing 15 posts - 31 through 45 (of 64 total)

  • RE: Sql server performansec

    irena.bulatovic (9/30/2009)


    DB size is 200GB. We have cluster server with 16GB of ram 14GB dedicated for sql[/] and emc storage cx3-20F

    Hi, it may seem obvious but do you have AWE...

  • RE: Mixed Mode Authentication

    I have to look after servers across dev and test domains as well as live etc - so I created sql logins on those machines and can compare them from...

  • RE: Running out of space on E drive

    This script runs against the database you are connected to. This will show the total size of a database file along with the available space left in the file. This...

  • RE: Index on seperate datafile

    I don't think you can - you can only specify the filegroup and then assign this another data file.

  • RE: disks Data,Log,Backup

    That's true (and I have been caught out by it before) - these days I write my own plans.

    As I have backups on tape I delete the oldest on the...

  • RE: disks Data,Log,Backup

    Delteing long multi entry

  • RE: disks Data,Log,Backup

    deleting long multi entry

  • RE: disks Data,Log,Backup

    /****Sorry for multiple replies - the server timed out and I thought it had failed then it put it through twice while I was re-entering it*****/

    Thank-you both for your replies...

  • RE: Escape single quote from password

    If you create the password using a stored procedure and pass it in as a parameter you shouldn't need to escape it.

    If not you can check for ' in the...

  • RE: Why do we need to reboot the SQL server..?

    sanjeev_krs2004 (9/17/2009)


    Hi -

    Its just a simple maintenance plan where I am rebuilding indexes, reorganizing indexes, shrink database...etc. All the usual stuff. Secondly, I am not sure but in past...

  • RE: Access Linked Tables Fail

    The puzzle for me is that if the table has no primary key defined it works with out any extra permissions. When you link the table access asks for a...

  • RE: Access Linked Tables Fail

    So...

    I created a role in master called accessusers and gave that execute on the proc and then gave the user that role in master.

    It still feels slightly dissatisfying though.

  • RE: Access Linked Tables Fail

    Extending the trace to all dbs I get the error message I needed:

    The EXECUTE permission was denied on the object 'sp_execute', database 'mssqlsystemresource', schema 'sys'.

    I'm not sure why it calls...

  • RE: Setting up SSAS and SSIS on an existing SQL 2005 Cluster

    Hi

    I don't think a straight install will require a reboot - but you will probably need to get SSAS to the same service pack level as SQL Server - and...

  • RE: Index Maintenance - Error

    Hi

    The problem could be the Proc [dbo].[sproc_IndexMaintenance]

    Does this [dbo].[sproc_IndexMaintenance] run when called directly eg EXEC [dbo].[sproc_IndexMaintenance]?

    When you run the job set does the database context change - and does the...

Viewing 15 posts - 31 through 45 (of 64 total)