Viewing 15 posts - 106 through 120 (of 390 total)
SQLKnowItAll (6/4/2012)
select
obj.name...
June 4, 2012 at 10:45 am
SQLKnowItAll (6/4/2012)
What exactly are you trying to do? Count the number of rows contained in a specific partition?
yes.
I have created two partitions, one with 1000000 records and one with...
June 4, 2012 at 10:41 am
Thanks for your help !
May 30, 2012 at 3:39 pm
Update:
My DB copy on my other server is fine, no errors 🙂
So it is looking like it was the RAID controller or backplane issue !
May 29, 2012 at 7:52 am
I did have some recent issues with either my RAID controller, backplane or both, so Dell replaced them both.
I will check another copy of the DB running on...
May 29, 2012 at 4:59 am
I just attached the report.
Thanks
May 28, 2012 at 5:29 pm
Per your request, i have attached an error report.
Thanks
May 28, 2012 at 5:26 pm
I typically run a weekly backup, its not a production DB yet, and i have never had any errors.
Since my backups have never produced any errors, i have never run...
May 28, 2012 at 4:38 pm
SQL Kiwi (5/25/2012)
isuckatsql (5/25/2012)
May 25, 2012 at 4:14 pm
USE [JobPortalIAN]
GO
/****** Object: StoredProcedure [dbo].[GetAllResumesSearchedDynamicQueryBUP5-25-12Test] Script Date: 5/25/2012 4:14:49 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- ============================================= ...
May 25, 2012 at 2:21 pm
Guys,
Thanks for the assistance!
I removed the reference to "AllRecentWages" and got 850k records in 10 seconds, so that was certainly a big part of the issue!
Now i need to figure...
May 25, 2012 at 2:03 pm
Test two, 474k records in 29 seconds!
May 25, 2012 at 12:45 pm
Test One 343k records - one second
May 25, 2012 at 12:42 pm
That is what i was concerned about!
Thanks anyway 🙂
April 2, 2012 at 6:19 pm
I noticed that the Column Store index is quite selective regarding data types and included fields.
Does anyone know if running the Actual Execution Plan in SQL Server 2012 is 'smart'...
March 11, 2012 at 12:31 pm
Viewing 15 posts - 106 through 120 (of 390 total)