Viewing 15 posts - 5,731 through 5,745 (of 6,031 total)
sqldba_icon (1/25/2011)
January 28, 2011 at 8:04 am
sqldba_icon (1/27/2011)
January 28, 2011 at 7:39 am
TravisDBA (1/27/2011)
Michael Valentine Jones (1/26/2011)
Or something like that, can't remember exactly where I stole that...
January 27, 2011 at 8:43 am
Charles O'Halloran (1/27/2011)
I'm pretty sure that is EXACTLY what the open source crowd does say. It's...
January 27, 2011 at 8:40 am
It's hard to stage a development or QA environment that mimics production. Often times an application or stored procedure may not work as expected only after reaching production because the...
January 26, 2011 at 9:44 am
In the database realm, I don't hear the phrase "It works on my machine but not in production", but it's not uncommon to hear "It works in QA but not...
January 26, 2011 at 8:35 am
"Where are the doughnuts? We used to always have doughnuts on Friday morning."
:rolleyes:
http://www.sqlservercentral.com/Forums/Topic944353-263-1.aspx
January 26, 2011 at 7:47 am
Developing T-SQL is like gourmet cooking; you accumulate recipes and techniques over the years; adopt from books and the experts on TV, and then improvise in your own kitchen. If...
January 25, 2011 at 1:32 pm
As others have already pointed out, your current table design won't allow you to reliably query only those rows inserted as of a specific date. For what it's worth, just...
January 25, 2011 at 1:12 pm
SQL and T-SQL code tends to be derivative, especially if it's a general purpose script intended to do something like return the name of all unused indexes. Not to diminish...
January 25, 2011 at 8:27 am
sqldba_icon (1/24/2011)
Actually i thought of the same but is that how others do or just a temp fix?
It shouldn't take 20+ seconds for SQL Server to compile an execution plan...
January 24, 2011 at 12:53 pm
sqldba_icon (1/20/2011)
January 24, 2011 at 7:37 am
There are a lot of mistakes developers make regarding dates and data types; an entire presentation could cover this topic alone.
For example:
- Containing "date" values (ex: 3/10/09, 09/10/03, 3-10)...
January 24, 2011 at 7:23 am
If what you're wanting to do is BEGIN TRANSACTION, and then at some point have the option to ROLLBACK a unit of work while still having the option to COMMIT...
January 21, 2011 at 2:47 pm
Try letting the Database Tuning Advisor analyze a few of these batches loads and see what it reccomends.
January 20, 2011 at 12:23 pm
Viewing 15 posts - 5,731 through 5,745 (of 6,031 total)