Viewing 15 posts - 16 through 30 (of 88 total)
What's the reason behind running an insert statement with EXEC? That's a lot of unnecessary work. I hope you don't code all you procedures this way.
February 14, 2011 at 8:00 am
This is not mine. I don't remember where it got it. Could be useful to you though.
October 5, 2010 at 10:17 am
It's placed in memory. Depending on the size of the resultset it can also be dumped to disk.
[edit]
This is an assumption based on what I have observed. Run...
September 29, 2010 at 12:27 pm
Why did you set lock pages in memory for your user account? Is that the account Sql server service is running under?
September 29, 2010 at 11:27 am
It took so long because after the clustered index was built, all the non-clustered indexes had to be rebuilt as well. Can't really say why it's so big not...
September 29, 2010 at 11:13 am
If that login doesn't exist on the other server then yes, you need that login on the other server. It will also need appropriate database level permissions assigned to...
September 29, 2010 at 10:53 am
Look at the first archived sql log file
September 28, 2010 at 1:01 pm
The error log is in the install directory. Something like C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log
September 28, 2010 at 12:49 pm
rew-370421 (9/28/2010)
I can check out PROFILER as well, which is new to me.
I would make it a point to get very familiar with it.
September 28, 2010 at 12:23 pm
iqtedar (9/28/2010)
i have done enough testing after and before moving them, in my case moving is not the solution. Thanks
Solution to what?
September 28, 2010 at 12:21 pm
Look at the windows application log from the server (meaning not from your PC)
September 28, 2010 at 11:02 am
How about using profiler.
September 28, 2010 at 11:00 am
Do you have a performance problem or are you just moving things for the sake of moving them?
September 28, 2010 at 10:51 am
Viewing 15 posts - 16 through 30 (of 88 total)