Viewing 15 posts - 1,351 through 1,365 (of 1,838 total)
sql Sarah (4/29/2015)
The database is acting up like a dog would, so they have to take it to obedience school for training.
Ha! There's a few databases I'd like to...
April 29, 2015 at 10:51 am
Hany Helmy (4/22/2015)
Realy don`t understand why can`t we use "Not In" for a filtered index while we can use "In" operator?! :w00t:
I'm actually more amused that 5 works and 6...
April 22, 2015 at 10:45 am
Eric M Russell (3/20/2015)
Yes, I do that sometimes, but the catch is that it has to be a 'persisted' computed column. Adding these persisted columns to an existing large table...
March 24, 2015 at 7:44 am
Iwas Bornready (3/24/2015)
March 24, 2015 at 7:22 am
Eric M Russell (3/20/2015)
March 20, 2015 at 2:19 pm
The most common mistake I've seen in SQL Server development is really only partially the developers fault. Many places I've been to (even some software houses) hire developers who...
March 20, 2015 at 10:24 am
This reminds me of a manager I had many years ago who had "rules of thumb" for just about everything. One day we were having a discussion and something...
February 10, 2015 at 10:47 am
Steve Jones - SSC Editor (1/22/2015)
Chris Harshman (1/22/2015)
January 23, 2015 at 10:44 am
Reading this editorial, I couldn't stop thinking about the "Office Space" scene where the business analyst is yelling at the Bobs about his people skills. I didn't read the...
January 22, 2015 at 9:35 am
In general I think this was a good article, but I think the line
Where we fail in communicating is in a lack of understanding of the business’ goals and...
December 5, 2014 at 11:02 am
in SSIS 2008 we use FMTONLY in the ADO.Net Source task's SQL command text:
SET FMTONLY OFF;
EXEC SomeProcedureNameHere;
does this method still work in SSIS 2012/2014? Microsoft says it will be...
November 25, 2014 at 11:35 am
zahid.nawaz (11/12/2014)
I have a small database of CMS system which does not have any primary key, relations or cluster indexes. few none cluster indexes has been created from vendor....
November 12, 2014 at 9:10 am
php_guy (10/29/2014)
November 3, 2014 at 2:49 pm
I believe the problem here is in this call:
EXEC msdb.dbo.sp_send_dbmail
@profile_name='db_mail',
@recipients='ananda.murugesan@xyz.com',
@subject='Alert!-Verify Instance',
@query='select * from #results'
The query in the msdb.dbo.sp_send_dbmail will be in a different scope than the rest of your...
November 3, 2014 at 1:56 pm
When this database gets restored from production, all the permissions as they are in production will be restored with it. As a DBA what I typically do to handle...
November 3, 2014 at 1:07 pm
Viewing 15 posts - 1,351 through 1,365 (of 1,838 total)