Viewing 15 posts - 3,016 through 3,030 (of 5,843 total)
SQLKnowItAll (3/14/2012)
TheSQLGuru (3/14/2012)
Gianluca Sartori (3/14/2012)
TheSQLGuru (3/14/2012)
March 14, 2012 at 2:36 pm
Gianluca Sartori (3/14/2012)
TheSQLGuru (3/14/2012)
March 14, 2012 at 12:19 pm
I would really question putting TEMPDB on a RAM disk in this scenario. FusionIO cards take up a LOT of system memory - which is obviously then not available...
March 14, 2012 at 8:18 am
1) Never EVER leave sql server max memory setting at the default.
2) For 32GB system with JUST sql server running I would start at 27GB and monitor for execessive paging...
March 13, 2012 at 8:03 am
There is ABSOLUTELY NO WAY the optimizer can routinely produce an optimal plan with that query. SOOOO many things in that query are getting in the way of good...
March 13, 2012 at 8:00 am
er.sivaganesh (3/12/2012)
how to use thisFull-Text Search (SQL Server)
in my select query
iam not getting the point in reading this related article
Full Text Search is...
March 13, 2012 at 7:54 am
isuckatsql (3/10/2012)
Has anyone tried this?Is it really as fast as they say ?
Thanks
If you use them within their (currently narrow) allowed parameters, they are STUNNINGLY efficient. As someone else...
March 12, 2012 at 10:04 am
SQLJocky (3/8/2012)
March 12, 2012 at 10:01 am
cfradenburg (3/6/2012)
TheSQLGuru (3/6/2012)
March 6, 2012 at 9:51 am
cfradenburg (3/6/2012)
ChrisTaylor (3/6/2012)
Your statement is incorrect - if you have a reference that says otherwise please provide it.
In this particular case a table variable will likely be best,...
March 6, 2012 at 9:29 am
cfradenburg (3/6/2012)
jberg-604007 (3/6/2012)
can't index a table variableBut you can declare a primary key which does have an effect on how the query is processed.
In the vast majority of cases I...
March 6, 2012 at 9:20 am
ryan.offord (3/5/2012)
March 6, 2012 at 7:51 am
ravisamigo (3/4/2012)
Hi All,Can someone please provide the script for " sp_recomplie - recompile all stored procedures and fuctions" in all databases in SQLServer2005.
Thanks and Regards,
Ravi.
Anytime I see a question like...
March 6, 2012 at 7:49 am
ChrisTaylor (3/6/2012)
jay.dunk (3/6/2012)
March 6, 2012 at 7:48 am
wclemmer (2/27/2012)
True or False: If the SQL Server service is the only thing running (dedicated server), the default max memory setting of (bignum)...
February 28, 2012 at 10:36 am
Viewing 15 posts - 3,016 through 3,030 (of 5,843 total)