Forum Replies Created

Viewing 15 posts - 1,831 through 1,845 (of 7,502 total)

  • RE: transaction log almost full

    one option could be to switch to Ola Hallengrens more intelligent rebuild solution script at http://ola.hallengren.com/ in stead of a classic maintenance plan. (there are also alike scripts at SSC,...

  • RE: Copy from a folder to an other

    opc.three (7/22/2011)


    ALZDBA (7/22/2011)


    You know I'm on my powershell learning curve, so that's what came out of my sleeves :hehe:

    Granted, the OP could get the job done with CmdShell using COPY...

  • RE: Copy from a folder to an other

    Jeff Moden (7/22/2011)


    ALZDBA (7/22/2011)[hrOf course there is nothing wrong with yea good old DOS ..... in a sqlagent job please.

    Not in the in-transaction-code !

    I have to disagree there. ...

  • RE: Warning while creating a table in SQL 2005

    I suggest to follow Grants advise.

    If you are building an OLTP database, one should analyse the data to get at least to 3NF and only then consider applying less...

  • RE: Warning while creating a table in SQL 2005

    rathod.balu (7/21/2011)


    Thanks for your reply. But i am sorry, i failed to understand the point you are trying to make.

    Could you please elaborate as for whr i am going worng...

  • RE: Copy from a folder to an other

    Jeff Moden (7/21/2011)


    ALZDBA (7/19/2011)


    Welsh Corgi (7/18/2011)


    There was a post on SSC of an example of the file copy using Powershell about a week ago.

    # copy all jpg files from c:\temp...

  • RE: ISNull Not working

    Faye Fouladi (7/21/2011)


    this problem was posted long time ago. I no longer work on this project, therefore, I cannot test it.

    Oops, I didn't see the original date is somewhere in...

  • RE: Copy from a folder to an other

    opc.three (7/21/2011)


    abdielmomo (7/21/2011)


    In fact, I want to copy files from one folder to another when a new row is inserted in a table.

    If you are saying that you want the...

  • RE: Warning while creating a table in SQL 2005

    Although I strongly support Grants reply, I must admit for some subsystems we actually use that kind of column naming conventions to supposed handle dynamic queries for SCADA systems. ...

  • RE: ISNull Not working

    There is an Inner join with a outer joined object, so the inner join on NULL may be your issue .

    Inner Join dbo.tblContracts C

    ...

  • RE: Nulls and logic

    zapouk (7/21/2011)


    ... but in the second case when B1 and B2 are both null I want the answer to be True, i.e. yes, they both have missing values.

    I could use...

  • RE: Server is not behaving well

    Bhuvnesh (7/21/2011)


    ALZDBA (7/21/2011)

    - are your cpu-cores dedicated or do all instances compete for all cores ?

    we dont have dedicated CPUs

    ALZDBA (7/21/2011)

    - what kind of io system / layout is in...

  • RE: PK/FK on a same column, INSERT fails

    Welsh Corgi (7/20/2011)


    airparkroad (7/20/2011)


    It turned out that there were duplicates.. The problem was that I was trying to join 2 tables and that created duplicates. Creating composite key have solved...

  • RE: Server is not behaving well

    Maybe this can be a starting point:

    - are your cpu-cores dedicated or do all instances compete for all cores ?

    - what kind of io system / layout is in use...

  • RE: Time for last Full and Differential backups

    Books online has it all : http://msdn.microsoft.com/en-us/library/ms186299.aspx

    Your assumptions are correct.

Viewing 15 posts - 1,831 through 1,845 (of 7,502 total)