Forum Replies Created

Viewing 15 posts - 61 through 75 (of 90 total)

  • RE: Please Help me!!!

    This looks a little messy and can probably be tidied up alot but it will hopefully get you started.

     declare @start datetime, @end datetime
    
    declare @i...


    Growing old is mandatory, growing up is optional

  • RE: ConnectionRead (recv())

    We were experiencing a very similar problem not so long ago, it was very intermittent but would generate hundreds to thousands of errors in a very short space of time....


    Growing old is mandatory, growing up is optional

  • RE: Consulting $$$ question

    I take it you mean in the USA ? I can't tell you that because i'm in the UK, but i'd imagine it will also depend on your location,...


    Growing old is mandatory, growing up is optional

  • RE: Installing SQL Server 2000 On Windows 2003

    I'm running Standard Edition on a Win 2003 server and all appears ok. Didn't experience any problems in the setup. I also feel there has been a performance...


    Growing old is mandatory, growing up is optional

  • RE: How many of you work with Oracle?

    We run SQL Server, Oracle, DB2 and MySQL....not too much of a headache! I believe DB2 is being phased out though.


    Growing old is mandatory, growing up is optional

  • RE: HELP!! why one of these DELETEs does not work??

    Just try

    Delete From QSpace.dbo.Prod_XRef Where SSN = @SSN

    a) i believe you need the From clause and b) if the SSN Column in your table is defined as Char(9) you...


    Growing old is mandatory, growing up is optional

  • RE: updating data

    It should mean AND. I've been trying this and it appears to work ok. Just try it on a test table first.


    Growing old is mandatory, growing up is optional

  • RE: updating data

    Something like this might work.

    Insert Into TableA

    Select TableB.Col1, TableB.Col2

    From TableB

    Where TableB.Col1 Not In

    (Select TableA.Col1 From TableA)

    HTH.


    Growing old is mandatory, growing up is optional

  • RE: alternatives to crystal reports

    try http://www.intelliview.com, also ActiveReports at http://www.datadynamics.com/arnet/default.htm, which is very good, and from what i recall pretty cheap as well.


    Growing old is mandatory, growing up is optional

  • RE: alternatives to crystal reports

    Inteliview is pretty good. Not quite as many features but then it doesn't cost quite as much as CR!


    Growing old is mandatory, growing up is optional

  • RE: where to start - build a simple excel UI

    I'd agree, you're probably going to have to use VBA behind the scenes in Excel to go off and do any Updates or Inserts.


    Growing old is mandatory, growing up is optional

  • RE: Security Methodology Using Roles

    Quote: if you have a developer that screws up production data more that a couple of times because they're cutting corners or something, lock that person out...

    Why risk the chance...


    Growing old is mandatory, growing up is optional

  • RE: How much do you earn?

    Steve.

    IR35 did close the loop hole for one man limited companies. But going through a company such as this you can still be paid a low salary but then get...


    Growing old is mandatory, growing up is optional

  • RE: How much do you earn?

    hanslindgren:

    It is good i agree. I can give you the link for the company i use, i don't know if they operate outside the UK but it might point...


    Growing old is mandatory, growing up is optional

  • RE: How much do you earn?

    Well in the UK there are two ways of doing it. Either you set up a limited company, and pay accountants etc do all the paperwork for you, or...


    Growing old is mandatory, growing up is optional

Viewing 15 posts - 61 through 75 (of 90 total)