Forum Replies Created

Viewing 15 posts - 2,311 through 2,325 (of 7,164 total)

  • RE: sp on remote sever

    Yes, with Linked Servers. The requirement sounds a bit odd though. Why would you be connecting to another server to create a new stored procedure via T-SQL?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Permission needed to open design view

    If they are only in the db_datareader and db_datawriter Roles why would they need to Design a table? Neither of those Roles give them permissions to do that.

    Membership in the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: DENY and REVOKE for Roles and Users

    Lowell (1/18/2013)


    Ells (1/18/2013)


    you are correct, Mark: whether you place a DENY on the user, or on a group the user belongs to, the DENY will prevail and prevent access;(unless the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Bulk insert with data having comma

    opc.three (1/18/2013)


    winmansoft (1/17/2013)


    I have sql server express.So SSIS is not available for me.

    Here is a sample of csv file i am trying to insert

    QueryResult,QueryResult,500,2,46,A,abc,1,NULL,NULL,"date_atnd,time_atnd",,70,NULL,48,NULL

    Here date_atnd,time_atnd has the comma in between....

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Sql server installation with minimum features

    winmansoft (1/17/2013)


    I think comapct edition does not allow multiple connections to same database in network.I want database to be access through network simultaneously for atleast 5 to 10 users.

    I am...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Database Data File Physical Fragmentation From Small Auto-Growth Setting

    Jayanth_Kurup (1/18/2013)


    Am not sure if I am understanding the question right, there is autoincrement set to 1 MB for the database files. The files are located on indvigual disk drives....

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Bulk insert with data having comma

    winmansoft (1/17/2013)


    I have sql server express.So SSIS is not available for me.

    Here is a sample of csv file i am trying to insert

    QueryResult,QueryResult,500,2,46,A,abc,1,NULL,NULL,"date_atnd,time_atnd",,70,NULL,48,NULL

    Here date_atnd,time_atnd has the comma in between. So...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Database Data File Physical Fragmentation From Small Auto-Growth Setting

    I only considered doing this once but never had to carry it out (we ended up migrating to new servers) so was curious towards the responses. I was watching this...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Using the Script Task in SSIS to Process Data Files When They Arrive

    RonKyle (1/17/2013)


    The Script Task brings with it some flexibility and ease of use that offer us some advantages over the other two techniques, yet has some potential drawbacks of its...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Using the Script Task in SSIS to Process Data Files When They Arrive

    Thanks Mark and Timothy for the kind feedback. That's the kind of stuff that keeps me going!

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Today's Random Word!

    JAZZ Master (1/17/2013)


    EL Jerry (1/17/2013)


    SQLRNNR (1/17/2013)


    crookj (1/17/2013)


    SQLRNNR (1/17/2013)


    Stuart Davies (1/17/2013)


    crookj (1/17/2013)


    Ray K (1/17/2013)


    handyman (1/16/2013)


    aback

    afront (affront?)

    A-Top....

    A-Team

    Frankie Santana

    carlos santana

    Santana Moss

    Kate Moss

    The Matrix

    Carrie Anne Moss :pinch:

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Sql server installation with minimum features

    Have you looked into SQL Server Compact Edition?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Bulk insert with data having comma

    Can you switch to using SSIS?

    If not then you may need to use a format file with BULK INSERT. You may be out of luck completely if the file is...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Last time a package was executed/called

    Job History is the only thing that comes to mind and that only holds up if all your SSIS packages are called by SQL Agent jobs.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Script to find the database growth

    Benki Chendu (1/17/2013)


    I have 2 requirements:

    1. Find the growth of user databases over a period of time, say for last 3 or 6 months.

    I found this script but am not...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 2,311 through 2,325 (of 7,164 total)