Viewing 15 posts - 1,636 through 1,650 (of 2,647 total)
In my opinion, it seems counter-intuitive to pick an arbitrary time limit for sizing the data. If I know I have 2tb of disk space available and I know...
February 20, 2012 at 8:18 am
The shortcuts list can be found here.
February 20, 2012 at 8:08 am
Please provide DDL for the table and DML for the select statement. Also, please include some sample data. It is possible that the server does not have enough memory...
February 20, 2012 at 8:04 am
The database engine is not going to release memory just because sessions are closed and SSMS is closed. SQL Server takes the memory it needs up to its max...
February 20, 2012 at 8:00 am
patrickmcginnis59 (2/20/2012)
SQLKnowItAll (2/20/2012)
patrickmcginnis59 (2/20/2012)
Now try to figure out...
February 20, 2012 at 7:36 am
patrickmcginnis59 (2/20/2012)
Now try to figure out the meaning...
February 20, 2012 at 7:20 am
@paul-2 I reviewed MSDN's explanation of the sp here. It didn't really give a good application for this, as it sometimes does. Could you give me a case...
February 17, 2012 at 12:31 pm
jasonmorris (2/17/2012)
Most shops / auditors require that is locked out even though they don't understand it can be...
February 17, 2012 at 8:46 am
jasonmorris (2/17/2012)
People still use xp_cmdshell :w00t:
What's wrong with it? I have not really read any convincing evidence to not use it if it is secured properly.
February 17, 2012 at 8:21 am
SanDroid (2/17/2012)
Setting the "serialzation" or "Transaction Level Isolation" are the most common wrong answers.
The right answers are all over this MSDN...
February 17, 2012 at 8:19 am
SQL Kiwi (2/17/2012)
SQLKnowItAll (2/17/2012)
Ok, this is a new one for me. Why would one use this?
Application locks can be handy in all sorts of situations. One example that...
February 17, 2012 at 7:03 am
Jeff Moden (2/17/2012)
SQLKnowItAll (2/16/2012)
jake.mayher (2/16/2012)
February 17, 2012 at 6:24 am
SQL Kiwi (2/16/2012)
R.P.Rozema (2/16/2012)
My guess would be they were asking for sp_getapplock (link).You beat me to it 🙂
Ok, this is a new one for me. Why would one use...
February 17, 2012 at 5:58 am
Thanks for letting us know what you did to resolve the issue. I would talk to your company's system admin or whoever handles the mail server and make sure...
February 17, 2012 at 5:53 am
Viewing 15 posts - 1,636 through 1,650 (of 2,647 total)