Viewing 15 posts - 76 through 90 (of 137 total)
My current shop gets a lot of data from the mainframe, using a variety of methods to load the data into SQL Server. As such, we have many table without...
October 8, 2013 at 9:31 am
Now that I have two large monitors at the office, it's a necessity rather than a luxury to use one of them for an open reference. I always have Books...
October 1, 2013 at 9:45 am
This query will give you failed job steps. Just change the date to go back as far as you need.
select sj.name, sjh.* from msdb.dbo.sysjobhistory sjh
join msdb.dbo.sysjobs sj on sj.job_id =...
September 25, 2013 at 8:59 am
Adding Windows administration skills to your skill set will definitely increase your value in a small to medium size shop, where people wear multiple hats. But you'll also need to...
September 18, 2013 at 9:35 am
This can be done with an SSIS package, as documented in the article:
September 17, 2013 at 12:32 pm
Ask your network people to see if they can find anything big going across at that time.
September 3, 2013 at 8:44 am
In one of my favorite Dilbert cartoons, Dogbert says to the boss: 'Before you bought my overpriced, under-performing software, you had all of the power. Now, it's the opposite'. The...
August 19, 2013 at 11:24 am
August 5, 2013 at 11:02 am
Try this:
http://www.mssqltips.com/sqlservertip/2999/different-ways-to-find-sql-server-object-dependencies/
July 24, 2013 at 9:46 am
Very useful article. Especially for those who don't spend a lot of time dealing with SSIS, and need to debug something a couple of times a year.
July 18, 2013 at 8:35 am
While I don't have any experience in martial arts, I can definitely concur that physical fitness is a great help when dealing with a stressful work situation. A previous employer...
June 21, 2013 at 10:27 am
Can't wait for some junior programmer to come to me with this query and claim that SQL Server is 'broken' because the it returns the wrong data for the 'Name'...
June 17, 2013 at 8:19 am
Looks like we need to get introduce deduplication to the DBMS world. In the virtual world, VMWare and Hyper V only keep one copy of the same block in memory,...
June 6, 2013 at 8:18 am
American Airlines is not likely to suffer very much from said outage. They may be the best or only choice for certain destinations. People are not going to give up...
May 23, 2013 at 9:08 am
Here is a link which will allow you to find out what's using tempdb.
http://msdn.microsoft.com/en-us/library/ms176029(v=sql.105).aspx
May 9, 2013 at 9:24 am
Viewing 15 posts - 76 through 90 (of 137 total)