Viewing 15 posts - 4,906 through 4,920 (of 6,026 total)
mosborne (4/30/2013)
April 30, 2013 at 8:36 am
There are a lot of DBAs who don't have people skills, a university degree, or even socks, but they are amoung the best at what they do.
April 30, 2013 at 8:28 am
Well, monitoring and disaster recovery are perhaps the two most important DBA skills. People skills is what would differentiate an exceptional DBA who loves their job, gets invited to lunch,...
April 30, 2013 at 7:56 am
I tend to take several mini-vacations a year, like a four day weekends to section hike the Apppalachian trail or immerse myself in a home improvement project.
April 30, 2013 at 7:25 am
Krishna1 (4/28/2013)
I was doing bcpin with 20 million records. I stoped it in between. Then tries to delete the table form the DB. It took long time hence stoped...
April 29, 2013 at 12:08 pm
Run a sample procedure call in a SSMS Query window with the 'Include Actual Execution Plan' option enabled. This will reveal the relative cost of each query within the stored...
April 29, 2013 at 10:38 am
It's OK to let things get a little chaotic while you're away on vacation. You don't want to be one of the guys who take off for a week and...
April 26, 2013 at 6:13 am
I've seen clustered tables with a key that was so poorly implemented, I wish the developer had just left it as a heap. A heap will perform better and require...
April 25, 2013 at 2:00 pm
There there are plenty of user defined functions posted on the web that will parse a string into a resultset of keywords, compare two strings, etc. They may provide the...
April 24, 2013 at 10:03 am
girl_bj0619 (4/23/2013)
The target of a MERGE statement cannot be a remote table, a remote view, or a view over remote tables.
merge to linked...
April 24, 2013 at 9:05 am
Karan_W (4/23/2013)
1: Execute a storted proc and using the output create a CSV file.
2: this CSV file need to be copy to...
April 24, 2013 at 7:54 am
I hope it never gets to the point where corporations can claim ownership of gene sequences (whether they be natural or engineered) in our body. That would make procreation look...
April 24, 2013 at 7:21 am
If you're struggling with a group of users, or a 3rd party application, that insists on connecting to the server via the SA "system administrator" account, then there is a...
April 23, 2013 at 11:41 am
Below is what I think to be a simplified version of what you're attempting to accomplish. It involves making a single indexed scan / delete against the transactional and master...
April 23, 2013 at 8:39 am
SQL Server 2012 has introduced some significant changes in services and features like availability options, Semantic Search, FileTables, ColumnStore indexes, to name a few. For a DBA or BI developer,...
April 19, 2013 at 9:30 am
Viewing 15 posts - 4,906 through 4,920 (of 6,026 total)