Viewing 6 posts - 76 through 81 (of 81 total)
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 6 posts - 76 through 81 (of 81 total)