Forum Replies Created

Viewing 15 posts - 46 through 60 (of 89 total)

  • RE: Optimizing Physical Temp Tables

    Steve Jones - Editor (10/6/2008)


    You should be adding indexes to the tables. Are they indexed?

    That's what I dunno if I should do or not, because like I said my physical...

  • RE: Difference between SQLServer 2005 and SQLServer 7.0 Queries

    eventhough the table has a primary key? and a non-clustered index?

    non-clustered indexes are supposed to be inserted in a specific order right? :ermm: please correct me if I am mistaken...

  • RE: counting duplicates from a table

    Hi I think it would be something like this:

    select idNumber,count(idNumber) from dbo.Empleado

    group by idNumber

    and if you only want the records that appear more than once, then you should probably add...

  • RE: Rebuilding indexes

    Thanks for the reply, I described my pages read and written just because I thought it had something to do with all the RAM memory being consumed, but as you...

  • RE: Rebuilding indexes

    I finished rebuilding one of my indexes on more than 10 million rows. I was happy to see this working. Thanks.

    But there is one thing now, even these process has...

  • RE: Rebuilding indexes

    thanks guys for the quick replies, I just killed my 100 hour process XD

    I have restarted my dev server and everything seems to be back to normal, my biggest table...

  • RE: Rebuilding indexes

    everything is still running, just my RAM is being exploited, more than 1.5gb is being used. Disk space is still normal, no changes, and my database log hasn't increased, could...

  • RE: Rebuilding indexes

    Jerry Hung (9/26/2008)


    Wow, that is LONG

    How much was the fragmentation %? I wonder if REBUILD (instead of REORGANIZE) would've been quicker

    Was this tested in other environments to estimate the hours...

  • RE: Rebuilding/Reorganizing clustered or non-clustered indexes

    the problem is that I can't get a connection to my sql server. My SSMS is not able to get a connection to my server because as my SSMS says...

  • RE: Rebuilding/Reorganizing clustered or non-clustered indexes

    I didn't have any other processes running on my server when I started my indexes rebuilt.

    And hhhmmm :ermm: excuse my question :ermm: but how do I check if I am...

  • RE: SQL Server 2005 Best Practices Analyzer

    Well I just found out that it comes with any type of SQL Server you get. But check this out "Microsoft SQL Server 2005 Assessment Configuration Pack for Sarbanes-Oxley Act...

  • RE: how to get SSIS Server Name

    Sorry about not being so clear in explaining what I wanted 🙁

    Yeah after a while of wandering around the web, as you said, there isn't apparently any relationship between my...

  • RE: how to get SSIS Server Name

    but from T-Sql???

  • RE: How to run SSIS without using dtexec nor xp_cmdshell

    Hi I think I have tried with the same commands in order to execute a SSIS but I can' get it to work please any suggestions?

  • RE: Calling dts package from stored procedure

    but that didn't solve the problem of trying to execute an SSIS from an stored procedure, did it?

    I am using a version of the code but it just wouldn't work...

Viewing 15 posts - 46 through 60 (of 89 total)