Forum Replies Created

Viewing 5 posts - 76 through 80 (of 80 total)

  • RE: Learn XML

    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...

  • RE: Big Gaps

    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.

  • RE: Formatting and Readability

    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...

  • RE: INDEX DEFRAGMENTATION SCRIPT

    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,...

  • RE: Creating jobs in Microsoft SQL Server Express Edition

    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...

Viewing 5 posts - 76 through 80 (of 80 total)