Viewing 15 posts - 4,876 through 4,890 (of 6,026 total)
The page space used by deleted rows isn't even freed up until the clustered index is rebuilt, so it's still the same size of data you're scanning. If your table...
May 31, 2013 at 8:54 am
Phil Parkin (5/31/2013)
Bicentennial? A bit older than I would have expected 😛
Yes, the first SQL Saturday took place in Cambridge in May 1813, where a young Charles Babbage demonstrated a...
May 31, 2013 at 8:37 am
I was at SQL Saturday here in Atlanta a couple weekends back, and it was great. Steve Busby gave a presentation on SQL Server Parallel Data Warehouse, which I found...
May 31, 2013 at 7:31 am
Having worked in the healthcare IT industry for several years, I can see how data is revolutioning how things are done. I've contributed to a lot of cool projects that...
May 29, 2013 at 6:45 am
Abu Dina (5/21/2013)
Table structure:
The application which uses this table has been running slow for the last couple of days and it...
May 22, 2013 at 7:34 am
nivek-224024 (5/21/2013)
With 2.6 billion rows, be mindful of those INT datatypes. You have probably already considered that, just throwing it out there.
Your comment is referring to the maximum 2,147,483,647...
May 22, 2013 at 7:31 am
I hope these ad-hoc queries are not running against your primary operational database. If so, then as suggested earlier, speak with your manager about implementing a replicated instance. Also consider...
May 16, 2013 at 12:21 pm
Read up on the SET QUERY_GOVERNOR_COST_LIMIT setting, which can be configured at either the session or server level. The threshold value specifies the maximum number of seconds for which a...
May 16, 2013 at 12:14 pm
Lynn Pettis (5/16/2013)
May 16, 2013 at 10:56 am
Of course, if your database accepts only network domain logins, then all this fancy authentication would be handled by Active Directory, not by SQL Server. Users login to the network...
May 16, 2013 at 10:46 am
curious_sqldba (5/16/2013)
Eric M Russell (5/16/2013)
curious_sqldba (5/16/2013)
Ok makes sense, i am joining on a table and a view, i might have to add this column on all the underlying tables...
I don't...
May 16, 2013 at 10:37 am
curious_sqldba (5/16/2013)
Ok makes sense, i am joining on a table and a view, i might have to add this column on all the underlying tables...
I don't know what lay beneath...
May 16, 2013 at 10:03 am
Steve Jones - SSC Editor (5/16/2013)
Eric M Russell (5/16/2013)
There could also be honeypot tables. For example, the DBA could create tables with enticing names like [Employee_Salary] or [Customer_CreditCard] and then...
May 16, 2013 at 9:40 am
If the production server should only be accessable by an admin or service accounts, then there is no reason why login attempts should be routinely failing with invalid account name...
May 16, 2013 at 8:07 am
curious_sqldba (5/15/2013)
i) in reality i have about 20 columns in my table, so for this new computer column would i do like checksum( col1,col2...col 20)?
ii)...
May 16, 2013 at 7:26 am
Viewing 15 posts - 4,876 through 4,890 (of 6,026 total)