Viewing 15 posts - 1 through 15 (of 66 total)
Any argument that dates before 1900 are unlikely can't really be taken seriously can it? Pure foolishness.
Please put all of the US Presidential elections and their results into a...
February 13, 2013 at 10:00 am
notoriousdba (9/7/2011)
Piet,Maybe you haven't been in this game long enough to know who Joe Celko is. Not for nothing, but if he talks, you should listen.
Ha. I hope you don't...
September 7, 2011 at 7:29 pm
We use peer to peer replication, then point our front end servers (web servers) to different SQL boxes. It's not trivial, but it isn't that difficult either.
Peer to Peer...
October 20, 2010 at 10:26 am
NEVER NEVER NEVER create FKs with cascading deletes.
This violates the very purpose of having a foreign key. To this day I am amazed that the possibility still exists.
July 17, 2009 at 9:13 pm
Just want to add...for very large tables, wild-card searches (particularly leading wild card) will perform far better with full text indexing.
edit: whoops, didn't see u already said that :hehe:
July 11, 2009 at 8:35 am
you really need to use a variable. perhaps you can implement some logic to determine if it is today's or yesterday's report.
why do you say you can't use a variable?
July 11, 2009 at 8:23 am
by the way, i'd think question #2 will sort the men from the boys better than #3. the answers to this one will show who knows what they're doing more
July 9, 2009 at 9:10 am
We phone screen all DBA candidates for technical competence before any interview is granted. This weeds out most of 'em. For example, you'd be surprised how many people applying for...
July 9, 2009 at 8:57 am
make it a stored procedure, grant them execute permission on it
July 9, 2009 at 8:50 am
you can't
July 9, 2009 at 8:49 am
Convert(int, a.order_no) = Convert(int, b.order_no)
This may not perform very well but it will work. Should reassess the data types in these tables.
July 9, 2009 at 8:46 am
GilaMonster (1/3/2008)
IF DB_ID(''?'') > 4
All user dbs have DatabaseIDs greater than 4
Then in your sp_reindexing proc, use the objectproperty...
July 8, 2009 at 10:23 am
also, verify that what you're calling an apostrophe is character 39 (') and not 96 (`)
July 8, 2009 at 10:18 am
Viewing 15 posts - 1 through 15 (of 66 total)