Forum Replies Created

Viewing 15 posts - 601 through 615 (of 2,486 total)

  • RE: SQL n00b trying to empty data from a database

    First thing, make sure you have a working and current database backup.

    Then the best thing I can think of would be to script out all the tables. Make sure "Generate...

  • RE: Backup methodology

    The interval of the transaction log backup should be determined by the business users. How much data can they afford to lose? If they can't afford to lose more than...

  • RE: Security on Views

    "... I don't wish to grant this user access to DB1 at all ..."

    They'll need access to the database to retrieve data. You don't need to apply any specific permissions...

  • RE: Encrypt Password Field Using DTS?

    Why would you use DTS? Wouldn't it be better to run a simple one-off loop in your web-app to perform the same hashing process?

     

  • RE: SQLServer service resources

    To avoid any wild stabs in the dark you'll need to provide a bit more detail about your issue. eg: definition of tables and their indexes. Query that is being...

  • RE: How to get SQL server''''s default backup directory programmaticaly?

    First, with my DBA hat well and truly screwed on tight. I wouldn't be running an external application to issue backup commands to my SQL Servers across a network link....

  • RE: Can I kill DBCC Shrinkfile???

    I presume this is still not running

    I'd say it'd be a safe bet that killing a process thats shuffling data around in the...

  • RE: DTS Question

    What are you trying to achieve by specifying both /S and /F?

    From Books Online,

    /F filename

    Is the name of a structured storage file containing DTS packages. If server_name is also specified,...

  • RE: SQL Server name changed

    Anatol Romanov, it's the session timeout. Given the number of users accessing the system I wouldn't expect the SQLServerCentral guys to hold onto...

  • RE: Help?DTS jobs/linked servers preventing Progress db backups?

    Which ODBC driver are you using to link to the Progress database? If its the standard Merant driver, make sure you select 'READ UNCOMMITTED' as the Isolation level on the...

  • RE: naming objects (identifiers)

    With the growth in the Business Intelligence area, I have a feeling this will become a defacto best practice. One only needs to look at the MDX syntax, almost everything...

  • RE: Login

    In response to your question,

    "... if we have orphaned user then why sql server allows to assign it as the owner of a table ..."

    You don't mention how the programmer changed...

  • RE: Alternative to EM for writing sprocs?

    "... How do I create a new sproc. R-clicking the stored procedures node or the database node doesn't appear to give me that option ..."

    Templates.

     

  • RE: Shrinking VLDB''''S

    Was/Is the auto-update turned on? If so then this could be the reason for the irregular bloating. If you turn it off, shrink the Database/Tran log, you should have more...

  • RE: sql database crashes every morning smae time - was stable

    Ok, so make the suggested changes. If it fixes the problem, its $125 well spent, if not get a refund.

    Without knowing any details about the database and server setup, suggested...

Viewing 15 posts - 601 through 615 (of 2,486 total)