Viewing 7 posts - 1 through 7 (of 7 total)
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...
November 15, 2008 at 11:22 am
Create a table with fields :
Feature_Id (Primary key),
Fk_MainTablekey ,
Type,
Id,
Status
November 14, 2008 at 1:36 pm
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...
November 14, 2008 at 1:18 pm
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...
November 14, 2008 at 1:14 pm
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...
November 14, 2008 at 1:01 pm
hi,
Make that user the dbowner and then execute the job, hopefully it will work.
Good luck
November 14, 2008 at 12:57 pm
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...
November 14, 2008 at 12:47 pm
Viewing 7 posts - 1 through 7 (of 7 total)