Viewing 15 posts - 151 through 165 (of 859 total)
Here we use raid 5. its fast to read and write and has parity spread out through out the array. we also run with a hot spare so...
October 30, 2012 at 4:55 pm
jasona.work (10/30/2012)
October 30, 2012 at 4:48 pm
What you are asking is possible through the blessing and curse of dynamic sql. before you start in on dynamic sql have a read through this as it has...
October 30, 2012 at 4:06 pm
bala2 (10/30/2012)
We have Production server win 2003 with Sql server 2008 running on it.
Ram --4GB.
We have performance issue for a database which application is running very slow.
Can any one...
October 30, 2012 at 3:10 pm
baabhu (10/28/2012)
Our production server experiences lot of blocking and locking from application.
I have attached the top waits from server. Can anyone help to understand or guide me...
October 29, 2012 at 12:50 pm
ChrisM@Work (10/29/2012)
Jeff Moden (10/29/2012)
Eugene Elutin (10/29/2012)
Jeff Moden (10/27/2012)
I wonder how many 3 and 4 letter swear words such a proccess will actually spell out...
Actually it depends how you take it,...
October 29, 2012 at 12:24 pm
vu_tran764 (10/27/2012)
So I got what I needed however I need to update a field in Tbldoc (maybe called as UPDATEDTO).
What I can see in the last statement(below) is more...
October 29, 2012 at 10:29 am
i see where the error is.
in your initial cte you have the following
with cte as
(
select 1 as listid, [To] as tolist from tblDoc where [To]IS not null AND [To]...
October 26, 2012 at 6:16 pm
Dave Morris (10/18/2012)
I think 'Trounbleshooting SQL Server, A Guide for Accidental DBAs' by Johnathan Kehayias and Ted Krueger, would be a good read before you start. It's available on...
October 26, 2012 at 5:00 pm
here is the best microsoft connect item on the issue http://connect.microsoft.com/SQLServer/feedback/details/540092/sql-server-2008-sp1-cu6-periodically-does-not-accept-connections
im guessing the event id is 18056? if so the above will have allot of information. we are...
October 26, 2012 at 4:53 pm
Alexander Suprun (10/26/2012)
http://ola.hallengren.com/sql-server-index-and-statistics-maintenance.html
had to fix the url. The link Alex posted is to Ola Hallengren's Database Maintenance Scripts. they are a wonderfully complete scripts for index maintenance.
October 26, 2012 at 4:29 pm
vu_tran764 (10/26/2012)
This reply post is for Lowell. I am testing out your codes and I think I'm slightly not getting some part of the...
October 26, 2012 at 4:23 pm
Sean Lange (10/26/2012)
;with cte as
(
select...
October 26, 2012 at 4:13 pm
Eugene Elutin (10/26/2012)
...
they are all really close over 1 million records
...
If you want your CLR with Regex to perform well you need to declare your Regex object as static and...
October 26, 2012 at 4:09 pm
asita (10/26/2012)
i great full to al of you
hisakimatama
Luis Cazares
capnhector
Steven Willis
i got the answer from hisakimatama, when he gave his first reply, i am...
October 26, 2012 at 10:37 am
Viewing 15 posts - 151 through 165 (of 859 total)