Forum Replies Created

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

  • RE: Restore Permission to Non-Sysadmin user in SQL Server 2005

    Well i try to backup and restore but it did not work. I tried by making it dbowner, putting it in db_owner role also. It worked only if we make...

  • RE: XML Data Type

    Create a table with fields :

    Feature_Id (Primary key),

    Fk_MainTablekey ,

    Type,

    Id,

    Status

  • RE: Dataset DB problem

    the connection string you are using is not correct. There is nothing like 'Database name' in connection string. Use 'Initial catalog' instead of this, or for more information about connection...

  • RE: XML Data Type

    Can you paste the xml that you are storing, Its always better to store the data in tables instead of using xml datatype column and search can be optimized by...

  • RE: Table Partitioning

    Are you creating a NEW table on a partitioning scheme?

    If you are creating partition on a new table then you do not need to explicitly add the partitioning colum to...

  • RE: Linked Server Problem for Non-sys Admin

    hi,

    Make that user the dbowner and then execute the job, hopefully it will work.

    Good luck

  • RE: Stored procedure

    You can use the dynamic SQL for this, and make sure you have turned on the set count on. and use @@RowCount to check the record count of last executed...

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