Forum Replies Created

Viewing 15 posts - 5,161 through 5,175 (of 5,356 total)

  • RE: Must declare the variable

    hmmm,....never done this before at db level, I've always done somethings in my apps like

    ...

    If Err.Number = 0 Then

    do Update

    Else

    do not Update

    End If

    What about doing the...

  • RE: Must declare the variable

    Well, the only case I can reproduce your error, is when I use a GO statement.

    I might be mistaken, but after a GO your declaration of the variable is...

  • RE: Must declare the variable

    Hi roust_m,

    quote:


    I use the following code to record the time my procedure starts

    DECLARE @PROC_START_ID int

    INSERT INTO pricelist_trace (proc_start_time)

    VALUES...

  • RE: SQL Injection Attacks

    Hi David,

    quote:


    I understand the principle of the above article, I just don't understand how someone could submit the commands to the server...

  • RE: Not allowing Restore of Sql Server7 Database

    Hi mehul,

    quote:


    I then changed the owner to a user called mehulshah and then backed up the

    database - then i tried to...

  • RE: Row updated?

    Hi John,

    quote:


    problem of 'updates'. I want to somehow know when a row has been updated. I've been reading about triggers, timestamp (rowversion),...

  • RE: HELP: Removing Users and Recreating

    quote:


    2)

    I would also like to drop all those users from the main SQL login.


    Take...

  • RE: Database Size

    Hi,

    I have the autoshrink option enabled for my user db's. Never had any trouble with this on SQL7. Might be something to consider for the future? How often you do...

  • RE: Database Size

    Hi Anabel,

    quote:


    I have got a file 5,5 GB and I need to get some space on that server. I have passed registers...

  • RE: Lessons from my first Project as a Project Manager

    Hi David,

    interesting article!

    Lesson 1:

    True, give the customer one finger they want the whole hand 🙂

    Lesson 2:

    Maybe the most important of all. Though administrative overkill for the project manager and sometime...

  • RE: How to keep and restore the deleted records?

    Hi powermad,

    quote:


    Seriously though, you always find users who contact you and say "Oh, I deleted the main list of companies, can you...

  • RE: SQL Reports in PDF format

    Hi John,

    we are using Adobe Acrobat to make pdf's. As Andy said it shows up as printer driver. We use it from Excel, Word and Access. It works fine, although...

  • RE: How to find the last of a date field

    Hi yp,

    quote:


    One minor thing: Can you guys recommend any good references (web-sites or books) related to date functions and date conversion. I...

  • RE: date problem with SQL 2000

    Hallo Dieter,

    kaum zu glauben, ein weiterer deutscher SQL User. Hurra!!!

    Cheers,

    Frank

  • RE: Ad-Hoc Queries - Access or SQL Scripts

    If you are a 'visual developing' kind, Access has some huge advantages. Well, if you compare the table definition screen in EM7 and EM2k you can come to the comclusion,...

Viewing 15 posts - 5,161 through 5,175 (of 5,356 total)