Forum Replies Created

Viewing 15 posts - 61 through 75 (of 127 total)

  • RE: 2005 Memory Usage Very high

    Hi David,

    how do you mean the server doesn't know how much memory it is using?

    If you are using AWE in SQL Server, then Windows Task Manager doesn't see how much...

    Regards,

    WilliamD

  • RE: Query Plan's

    Hi Chris,

    Could it be that your select will only return one line due to the where clauses and join structure?

    The best thing to do would be to post the T-SQL...

    Regards,

    WilliamD

  • RE: 2005 Memory Usage Very high

    Hi David,

    an instant helper here would be to limit the amount off memory the server is allowed to use.

    Connect to the Server and show the Server properties and under "Memory"...

    Regards,

    WilliamD

  • RE: Fix the Little Things

    Hi Gail,

    I get what you mean. But then again, where does it stop? At some point the person responsible has to have some knowledge of the system he/she...

    Regards,

    WilliamD

  • RE: Fix the Little Things

    Database X has not been backed up in 167 days.

    Database Y is in full recovery model but has no log backups. Log drive will fill up in approximately 24.2 minutes...

    Regards,

    WilliamD

  • RE: Problem with maintenance plan with replication jobs

    Hi Michal,

    the problem is you are "only" starting a job that starts the snapshot creation. This is why the second and third step start too quickly.

    When you create transactional...

    Regards,

    WilliamD

  • RE: Altering Table in a Merge Replication SQL 2005

    Hi,

    You are wanting to change the PK on the table that is being replicated? AFAIK you will have to remove replication on this table entirely, because the PK is...

    Regards,

    WilliamD

  • RE: Large log file after running DBCC INDEXDEFRAG, not going back to original size

    Gilles,

    you won't break anything doing it that way. SSMS will issue a corresponding dbcc command to shrink the logfile to the size you enter. If the logfile can't...

    Regards,

    WilliamD

  • RE: Only one of the 16 processors is busy

    Hi,

    If the batch processing is within SQL Server it could be an idea to check if you are limiting the CPUs that your SQL Server is using. Either the...

    Regards,

    WilliamD

  • RE: Save XML records to file

    Hi Jonathan,

    I am by no means a profesional c# programmer. I hacked together a very quick and ugly tool to export the files into the filesystem. I would...

    Regards,

    WilliamD

  • RE: Copy a table structure and data in SQL SERVER

    Hi Paul,

    I do work with multi-terabyte systems. That was not mentioned in the original post, so I started with the basic possibilities. I would imagine that the methods would...

    Regards,

    WilliamD

  • RE: Combo boxes in SSRS

    Hi there,

    It seems that the RDL file can sometimes get a little confused with Parameters. The best way to fix this is to remove all parameters and save the...

    Regards,

    WilliamD

  • RE: Save XML records to file

    Hi,

    there are so many ways to do this. You could use SSIS, DTS, bcp, c#,VB .... the list goes on.

    You need to specify how big the operation is. ...

    Regards,

    WilliamD

  • RE: Covering index

    I would understand a covering query to be the ideal type of query that not all developers use.

    It would only returns the columns that are required, instead of

    select *...

    Regards,

    WilliamD

  • RE: Dynamic creation of Excel file by exporting MSSQL data

    Hi,

    this topic came up a while back. Please check this to see if it helps at all: http://www.sqlservercentral.com/Forums/Topic487837-19-1.aspx

    regards

    GermanDBA

    Regards,

    WilliamD

Viewing 15 posts - 61 through 75 (of 127 total)