Viewing 15 posts - 46 through 60 (of 215 total)
Thanks.
I tried to delete all mail items before I posted the question but almost 24 hours later sp_who still shows a DELETE is in suspended status. When I query...
February 18, 2009 at 11:27 am
Thanks.
Another question: when I have one SQL server license on a 4 CPU server, is it all I need as long as I have enough SQL CAL to...
December 5, 2008 at 11:43 am
MANU (11/14/2008)
If the application is responding slowly then have you tried running the queries ran by application manually under query analyzer? What is the Index structure and...
November 14, 2008 at 1:59 pm
Glen (11/14/2008)
What about your network traffic? Do you have a single network card on this box? What is the network...
November 14, 2008 at 12:47 pm
WOW!!!!!
That is exactly what I am looking for. Thanks a million.
November 4, 2008 at 6:27 pm
Table definitions is in the sample data. I am just looking for a query to produce a result that look like the result when you run the second query....
November 4, 2008 at 5:41 pm
Thanks!
I also found this qurey worked for me:
select a.AgentID, a.AgentType from
(select AgentID, row_number() over (partition by AgentID order by TransDate desc) as row, TransDate, AgentType from #a) a
where...
October 27, 2008 at 9:56 am
That was an old post. btw we don't use NOLOCK in our queries.
January 10, 2008 at 8:43 pm
Thanks guys for keeping this thread up. I've had this error for almost 2 years on a SQL 2000 SP4 server and can't see any fix to make it...
January 10, 2008 at 6:55 pm
thank guys for the replies. I knew where I had to go for help.
November 13, 2007 at 12:12 pm
I used an article at sql-server-performance.com to do manual log shipping b/w 2 SQL Std 2000 server. Worked perfectly. Search for log shipping when you go to this...
October 1, 2007 at 12:45 pm
September 10, 2007 at 4:15 pm
Thank you. We have oversea developers working on a separate project that when they plugged it into our existing dev system the SQL server is brought down to its knees with...
August 28, 2007 at 12:23 pm
Viewing 15 posts - 46 through 60 (of 215 total)