Forum Replies Created

Viewing 15 posts - 12,931 through 12,945 (of 22,214 total)

  • RE: Move database - what are my risks

    Stuff could break during the process, so you should make a backup before you do this, validate that the backup is good (by restoring it somewhere) and then make the...

  • RE: KILL Process

    I too have found, on occasion, that the rollback just won't finish. A reboot can (not won't) clear it much faster. You're taking a chance, but I'd try bouncing the...

  • RE: Select query taking time

    You do have some disparity between estimated and actual rows, so you might have some issues with the age of your statistics. That clustered index seek on 300000 rows against...

  • RE: Parallel running queries - How best can be achieved?

    First, a view is not going to improve performance. A view is just a query. That's all.

    To improve performance you need to understand how your database is being queried. If...

  • RE: A significant part of sql server process memory has been paged out. Every 3-5 min

    Do you have a limit on the SQL Server memory setting? I'd look there first.

    Second, what kind of queries are being run?

  • RE: Third party backup tool breaking the backupset LSN chain

    I'd be curious how you're incorporating the 3rd party tool into your native backups, assuming that's what's going on. Also, why.

  • RE: View with many tables and poor performance

    When tuning queries the execution plan is a must. I know you said you have indexes, but we can't tell whether or not they're being used without the execution plan....

  • RE: Alerts

    ravisamigo (3/24/2011)


    Thanks.

    But I have tried to keep the database in suspect mode and set the alert severity to 23 but I couldn't get any alert.

    In event eveviewer, I can see...

  • RE: Bad Performace with Exec and a Procedure

    It runs one way in the datawarehouse and one way when you call it using EXEC. Are these two different applications making the call? If so, I'd check the connection...

  • RE: Developer making me look ignorant

    Elliott Berkihiser (3/23/2011)


    Gail, Grant

    Thanks.

    I understand how OPENQUERY directs the processing to the remote machine, and I'll look at that.

    I was curious about the situation with Views. Since...

  • RE: Developer making me look ignorant

    I'm with Gail. Most of the time OPENQUERY puts the processing on the remote machine. You can get some filtering done there and then only bring back the data you...

  • RE: SQL Select causes 100% CPU

    As long as you're running this function on the column, you're guaranteed table scans: CONVERT(char(10), dbo.Notes.FollowUp, 111)

  • RE: table is slow

    Krasavita (3/23/2011)


    2000 records in table total. Nothing wrong with my machine

    OK. but if you're still looking for an answer, can you supply some more information. Fine, you're pulling 2000 rows,...

  • RE: pull sql jobs

    annasql (3/23/2011)


    Thanks, the SQL Server Agent Schedule Decoder link works.

    And also when I right click the job, I can see manage schedule. But how can I export the list and...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (3/23/2011)


    Off-topic Self Promotion!

    A-Kon 22, the biggest Anime convention in the U.S., will be throwing a launch party for The Ladies of Trade Town anthology (edited by Lee Martindale)....

Viewing 15 posts - 12,931 through 12,945 (of 22,214 total)