Viewing 15 posts - 3,121 through 3,135 (of 5,843 total)
JamesMorrison (12/7/2011)
TheSQLGuru (12/7/2011)
1) The best option would be $10K worth of ME!!
I am sure you are a talented and entertaining personality, but I am not seeking to hire anyone....
December 7, 2011 at 4:38 pm
Altering the table to add the columns back in is going to be the first step I think. If you restore the most recent backup with the data in...
December 7, 2011 at 3:10 pm
JamesMorrison (12/5/2011)
I have been informed that I have $10,000 to spend on SQL tools for the purpose...
December 7, 2011 at 3:05 pm
sp_whoisactive. Amazing freebie you can find on SQLBlog.com. Make sure you find latest version (11.xx last I heard).
December 6, 2011 at 7:09 am
1) Here is a great resource for deadlock troubleshooting: http://blogs.msdn.com/bartd/archive/2006/09/09/Deadlock-Troubleshooting_2C00_-Part-1.aspx
2) The BEST thing you can do is tell the developers to stop using EF. Objects are NOT relational...
December 6, 2011 at 7:08 am
Ninja's_RGR'us (11/29/2011)
TheSQLGuru (11/29/2011)
How many times do we need to ask you for the code that does the insert and select???1.876 LACK. :hehe:
Hmm, I think we have a few more...
November 29, 2011 at 8:17 am
Based on the questions the OP is asking my best advice is to get a professional on board for a system/performance review because there are some serious gaps in knowledge...
November 29, 2011 at 6:58 am
1) I don't EVER want to "learn the hard way" when it comes to HA or DR!! :w00t:
2) I advise my clients to NEVER use maintenance plans. Get...
November 29, 2011 at 6:56 am
How many times do we need to ask you for the code that does the insert and select???
November 29, 2011 at 6:52 am
Since you gave us absolutely NO information that is useful for us to help you I will take a quick Wild *** Guess and say update statistics on all objects...
November 29, 2011 at 6:50 am
znkin (11/28/2011)
Apart from what was suggested by all would it help if I made a view and transferred all data in a separate table for the...
November 28, 2011 at 10:47 am
My guess is that the search query looks something like this:
SELECT...
FROM ...
WHERE (@field1 = Field1 OR @field1 IS NULL)
AND (@field2 = Field2 OR @field2 IS NULL)
...
Do I win a prize?...
November 28, 2011 at 8:11 am
That large a T&UPS would likely lead to issues. I do not see where you have upgraded to SP4 yet or checked post SP4 CUs either. I note...
November 28, 2011 at 8:07 am
1) this query goes WAY beyond what you can expect help for on a free forum where people donate their time to help others.
2) looks like some Business Objects...
November 23, 2011 at 8:27 am
I would try SP4 and also review any CUs for SP4 to see if any bugs fixed by them could be resulting in the behavior you are seeing. ...
November 23, 2011 at 8:21 am
Viewing 15 posts - 3,121 through 3,135 (of 5,843 total)