Viewing 15 posts - 46 through 60 (of 89 total)
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...
October 6, 2008 at 11:50 am
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...
October 6, 2008 at 8:48 am
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...
October 3, 2008 at 4:39 pm
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...
September 29, 2008 at 10:39 am
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...
September 26, 2008 at 3:14 pm
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...
September 26, 2008 at 2:38 pm
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...
September 26, 2008 at 11:28 am
Jerry Hung (9/26/2008)
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...
September 26, 2008 at 11:03 am
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...
September 25, 2008 at 3:28 pm
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...
September 25, 2008 at 2:03 pm
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...
September 16, 2008 at 11:19 am
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...
July 18, 2008 at 9:39 am
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?
June 25, 2008 at 3:20 pm
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...
June 25, 2008 at 11:05 am
Viewing 15 posts - 46 through 60 (of 89 total)