Viewing 15 posts - 4,021 through 4,035 (of 6,679 total)
ihsanps (3/21/2010)
Below are the Process which i m doing inside the cursor.Hope this will help you to give me a better solution.
OPEN @getData
FETCH NEXT FROM @getData INTO @DateValue,@Value
WHILE @@FETCH_STATUS =...
March 21, 2010 at 10:15 am
TRACEY-320982 (3/21/2010)
There are approx 133095 rows per day.
DELETE TOP(100000)
FROM tablename WHERE
startdate >= '2009-12-17' and
startdate <= '2009-12-17'
Then this uses approx 10 GIG of Log...
March 21, 2010 at 9:50 am
Dang it - you are quite right. Per socket is what I thought I wrote...thanks.
March 20, 2010 at 11:00 pm
If it is already installed and you are upgrading - upgrade everything that is installed. If you are not using SSIS, you could uninstall it, but at this point...
March 20, 2010 at 8:23 am
pshaship (3/20/2010)
Restart Node1 (Active)
Restart Node2 (Active)
Restart Node3 (Passive)
If I did not follow the above order to restart...
March 20, 2010 at 8:22 am
Ser Tharg (3/19/2010)
- Dual/Quad core: this only counts as one...is this correct?
- If you have 2 SQL servers on one physical...
March 19, 2010 at 9:37 pm
pshaship (3/19/2010)
We are using maintenance plans for Maintenance tasks, so we need SSIS
and we do not need SSRS & SSAS and I already skipped those. But my question is...
March 19, 2010 at 6:27 pm
That looks correct to me. Any services that are managed by the cluster need to be set to manual.
BTW - did you get your SAN issues squared away? ...
March 19, 2010 at 6:16 pm
CirquedeSQLeil (3/18/2010)In a sinisterly maniacal way.:sick:
Yes - but that is what would be so much fun 😀
March 18, 2010 at 9:14 pm
Hold on - you don't need an NLB cluster for this. Enterprise Edition allows for scale-out reporting services installation.
What you do is install reporting services on each node in...
March 18, 2010 at 9:13 pm
GSquared (3/18/2010)
john.arnott (3/18/2010)
Lynn Pettis (3/17/2010)
Like clustered indexes are better than nonclustered indexes?
Sometimes I think about teasing my DBA by saying stuff like "since clustered indexes are better than non-clustered, ...
March 18, 2010 at 9:05 pm
tvu4251 (3/17/2010)
this is for a customer that is anxious to try sql2008, but the app is not quite 100% upgradable yet.
So, one of your customers upgraded to SQL Server 2008...
March 17, 2010 at 7:31 pm
I have to ask why this requirement to downgrade the system? Is this for a customer that has not upgraded yet or is there some other reason why you...
March 17, 2010 at 6:47 pm
john-902052 (3/16/2010)
Thanks. If any of you get stuck with C# I can help out. 🙂
And there you go - that is exactly why we call this a community...
March 16, 2010 at 9:09 pm
sqlolmy (3/16/2010)
March 16, 2010 at 9:00 pm
Viewing 15 posts - 4,021 through 4,035 (of 6,679 total)