Viewing 15 posts - 91 through 105 (of 628 total)
GilaMonster (4/27/2009)
How many rows are in those...
April 27, 2009 at 8:54 am
Heh thanks. I was thinking same thing; but I don't have access to code. That is just my example, thanks for suggestion :D.
Thanks.
Mohit.
April 26, 2009 at 11:49 pm
According to MSDN online yeap it can. This can happen because the server doesn't have enough memory, statistics are old or don't exist.
Have a read at http://technet.microsoft.com/en-us/library/ms190736(SQL.90).aspx.
Check...
April 26, 2009 at 7:19 pm
Hi Robert,
That red line states the Cache for the Intellisense is not up-dated. When you create a table, or objects the intellisense does not update all...
April 26, 2009 at 4:15 pm
Hi Jaya,
I think of two options...
1) If the files can be attached, then attach it and delete the database. This will delete physical...
April 26, 2009 at 4:12 pm
Hi Gale,
This is an example from me, I created exact same style. I did not post their code; any recommendations I can do from SQL...
April 26, 2009 at 4:07 pm
It can read from the log but to find out who executed a command it keeps track of commands executed in MSDB on the server in question. If you...
April 25, 2009 at 9:11 pm
Hey...
Only other way I can think of doing this is if you bring the store proc over to the other side; and link the tables over... I think.
Mohit
April 25, 2009 at 5:27 pm
Since you restored the master database from another server it might be having issues finding MSDB/Model databases which might be in different paths on your other server.
As DB2008 suggested look...
April 24, 2009 at 10:59 am
Heh, I am like Matt.
I started typing and stopped; because when I wrote an answer like "I expect", "I think". Someone told me not to reply to post if...
April 23, 2009 at 4:23 pm
The Cache setting are subjective but in general I think more on write then read is recommended. I am not SAN expert ... But I would start with 50/50...
April 20, 2009 at 4:38 pm
Many things can cause high DQL; thing you have to consider why? For example I had a system that caused high disk queue length the problem was not in...
April 20, 2009 at 2:38 pm
April 20, 2009 at 1:44 pm
By default primary keys are unique and clustered; if you create it on such wide key it will be very expensive primary key. Unless you create your primary key...
April 20, 2009 at 1:36 pm
As Jeff was saying if you are using Transactions you will have to enabled MSDTC on the servers...
Thanks.
Mohit.
April 20, 2009 at 11:23 am
Viewing 15 posts - 91 through 105 (of 628 total)