Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)

  • RE: dtsx+powershell

    hi,

    SSIS is NOT backwards compatible, How can I fix It.

    thank's

  • RE: transaction log

    thank's all.

    so if I read a table that I not change, I read it from the buffer or from the data file ?

  • RE: transaction log

    ok, how can I know the defult time that sql define for checkpoint ?

    I ask you this because when I run some Insert query into table, I sea the values...

  • RE: transaction log

    ? "At some point later .... ?" - when this is happen

    thanks

  • RE: display message

    I am in the devlopment Forum ...

  • RE: ssis variable

    hi, I try agin to be more specific...

    I Insert a value in my variable called - app.

    now, i want to exec this sql statement, that use this variable app :

    declare...

  • RE: a question about trigger

    hi,

    I mean somthing like that :

    CREATE TRIGGER ddl_trig_database

    ON ALL SERVER

    FOR CREATE_DATABASE

    AS

    BEGIN

    declare @db nvarchar(200)

    declare @STR

    ...

  • RE: a question about trigger

    hi, here is all the details the type of the triggrt is database, that should run whenever anyone create a new database.

    the trigger need to backup the new database that...

  • RE: which usr to create

    I read you advice. but I mean that the user will be able only to update the table of extended properties.

  • RE: help with update database

    hi, thank's i try also your code.

    finally, i sucess to fix iu with this code :

    create PROCEDURE ywork @domain nvarchar(100),@db_name nvarchar(100)

    AS

    declare...

  • RE: update database from report

    you righ't, I fix it but I still have a error - property cant be updated or deleted.

    property 'Domain' does not exist for 'object specified'.

    this the new code :

    CREATE...

  • RE: update database from report

    yes, thank's.

    I create this stored procedure below, but I get this error when I try to update the properties :

    property cant be add. property 'Domain' already exists for 'object specified'.

    the...

  • RE: update database from report

    ok, thank's a lot. I understand what you are trying to tell me.

    u will look for another solution.

  • RE: update database from report

    yes, I mean to input data in report and update database by this input by ssrs.

    it is possible ?

Viewing 14 posts - 1 through 14 (of 14 total)