Viewing 9 posts - 76 through 85 (of 85 total)
I've got to that age where as long as it works, reliably and consistently I'm happy.
The Dell workstations we have were top of the line when we got them 6...
September 7, 2012 at 3:57 am
I think Steve should have added, "If you have ever programed in Assembler, of any kind, you know what you are doing and are except".
As someone who started...
August 16, 2012 at 1:48 am
When I needed to learn XPath and XQuery I went to W3Schools (www.w3schools.com), the tutorial was straight forward and has a good reference section.
I started off as a VB6/VBA programmer...
July 6, 2012 at 2:44 am
This isn't just true in programming, it is true in all businesses. No one is allowed to be contented in their current job. The same mindset which...
May 14, 2012 at 3:20 am
XML is a solution looking for a problem. The big mistake is thinking that data interchange is the problem. I have a data file to send that has...
May 3, 2012 at 2:04 am
There seems to be a lack of basic shell programming experience. This leads to developers looking for a complicated solution instead of a simple batch file or shell script.
September 23, 2011 at 2:57 am
I have had to spend hours re-formatting badly set out code to make it readable before I even stand a chance of understanding what it does. Some of it...
June 18, 2010 at 2:04 am
Quick bug fix.
The line "EXEC ('USE '+@DB_NAME+';"
Should be "EXEC ('USE ['+@DB_NAME+'];"
otherwise it fails if you have a database name with spaces in.
Not that any of us would do this,...
January 22, 2010 at 3:48 am
You don't have SQL Server Agent, but you do have the windows scheduler and a work around.
You need to create all of the stored procedures that you want the jobs...
April 22, 2008 at 9:21 am
Viewing 9 posts - 76 through 85 (of 85 total)