Forum Replies Created

Viewing 15 posts - 901 through 915 (of 1,790 total)

  • RE: Partitioned views

    Ah, that makes a whole lot more sense. Yes, probably many of the data pages are being cached. Based on the time differential between queries 1 and 2 I would...

  • RE: SQL Server 2000 Eating up CPU

    Awesome! I know being able to catch that data with traces like that are great and if you keep using it you can find other ones that need to be...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (1/21/2009)


    hmmm, Got "it" I think he has!

    Nice job Lynn! There were times looking at that one that I wanted to hit MY head with the keyboard but you...

  • RE: SQL Server 2000 Eating up CPU

    Did you read that article / posting? The configuration of profiler is filtering down to those expensive queries that are running at that time and it is using a trace...

  • RE: SQL Server 2000 Eating up CPU

    The first thing that you need to do is find out what is running in SQL Server during that time. A great link on getting together a trace that can...

  • RE: Co-worker Dispute

    The index wizard, DTA, is not the final authority in indexing for sure. It is a guideline. I would do as GSquared stated and use the set stastics io and...

  • RE: Partitioned views

    You are correct that it should not look at the other table if you criteria is such that it only points to the recent table. Having said that, if the...

  • RE: Re-Started Server

    Being that the trace that would contain the shutdown would not be the current default trace you could query just that file. So, run select * from systraces to find...

  • RE: Questoin Concerning Potential Replication Issues

    You can use the same server. You just have to understand that this one instance will now share the load. I will say that I have quite a bit of...

  • RE: Questoin Concerning Potential Replication Issues

    Alan Vogan (1/20/2009)


    DavidB (1/9/2009)


    However, the greatest caution here is that you are basically doubling your activity for that instance for anything that is being replicated. If you are talking about...

  • RE: Need help with Select statement

    There is a bit of work to be done on this query. It would greatly help if you could provide the table definition script that you are looking to pull...

  • RE: SQL or Oracle

    Lynn Pettis (1/17/2009)


    People actually wrote applications that used it, and then we had to figure out how to extract the data into SQL databases.

    Dr that I mentioned earlier with Access....

  • RE: VIMP*Backup

    It looks like there is very little data in the database based on this output so, it doesn't surprise me that the backup is pretty small. My guess is that...

  • RE: VIMP * backup

    This is a duplicate post. See http://www.sqlservercentral.com/Forums/Topic638614-357-1.aspx

  • RE: VIMP*Backup

    Can you run sp_spaceused in the database that you are backing up and post the output here (don't have to include the database name)?

    Thanks.

Viewing 15 posts - 901 through 915 (of 1,790 total)