Forum Replies Created

Viewing 15 posts - 421 through 435 (of 461 total)

  • RE: How to audit connections to the database

    I would definitly vote for Profiler (or SQLTrace) where you only have to select the "Audit Login" and/or "Audit Logout" event classes.

    You can save the result the a file or...

  • RE: SQL LiteSpeed - Lightning Fast Backups

    Doeas anybody know if Litespeed is able to work together with other backup softrwares, like TSM (Tivoli Storage Manager)?

    Actually we have a mainframe based TSM server with a mainframe attached...

  • RE: Serious Performance Issues with Compaq SAN and SQL

    We have had nearly the same issue with Compaq MA8000 and Proliant servers running W2k and SQL2k Ent.

    It came out that the W2k SP3 was buggy if your environment had...

  • RE: Another Disaster (Almost)

    Some comments:

    For Chance:

    First of all this is a technical site (I like very much) and not a linguistical one. The really aim of that is to spread all the infos...

  • RE: Backing up a table

    An another option is, but this is more tricky, is to separate your table to backup on separate filegroups (and therefore separate files).

    So you can backup and restore your database...

  • RE: Suggestion for SQL Server Alerts

    I would say it depends on your configuration.

    Having 40% freespace left in your log could be few as it coud be far enough.

    40% of 18 GB is much less then...

  • RE: Index Rebuilds

    But Antares, by rebuilding the indexes actually you are rebuilding the stats as well. So the update stat should not really necessairly take place within your maintenance job.

    This is what...

  • RE: How to load images into SQL table

    Here is an example from BOL:

    Open SQL Query Analyzer, connect to an instance of SQL Server, and run the Createtb.sql query.

    Open a Command Prompt window and change the current directory...

  • RE: How To Run BAT Files From T-SQL or Query Analyzer

    But don't forget!

    xp_cmdshell is running on your server and not on your workstation. So if your BAT file are located on your WS your TSQL wont work unless youwill decribe...

  • RE: For SQL SERVER user

    The wonderword is sp_who. or better master..sysprocesses.

    There you can see the hostname what you can ping to get the IP address. Within whe sysprocesses you can also have the net_address...

  • RE: Error with Transaction Log Auto Grow

    Normally there is no limit of the numer of times a file file grow.

    This error message means that you either run out of available disk space our you have reached...

  • RE: [SQLSERVER 2000] modify the datetime format parame

    You can do that at the server level. In this case it will be valid for everybody by using EM there right click your server->Proprieties->Server Settings->Default language for user.

    You have...

  • RE: PeopleSoft Financials on SqlServer

    My opinion is (that may be wrong) that for the log you should not necessairly have RAID 1+0 because the log is mainly write only.

    Which is not the case for...

  • RE: Worst Practices - Not Using Primary Keys and Clustered Indexes

    As I read you, Lee, I have to recognise that my life as DBA is not so terrible as yours.

    Therefore I am looking to the sun and smiling for ever...

  • RE: Worst Practices - Not Using Primary Keys and Clustered Indexes

    It is just impossible to generate the schema script using EM.

    I suppose that MS didn't think about managing as many tables. SQLServer is able to manage a lot of data...

Viewing 15 posts - 421 through 435 (of 461 total)