Viewing 15 posts - 181 through 195 (of 1,186 total)
#1. Please don't double post. http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=17&messageid=203884
#2. This is due to the fact that whomever is running the application from another computer doesn't have permissions. Assumption: You are running in...
July 25, 2005 at 5:39 am
IF you have foreign keys looking at that column you won't be able to do this. You will need to remove them, change the column(s), re-add the FKs. Other than...
July 22, 2005 at 6:20 am
Does the person have FILE SYSTEM access to wherever the LOG is created??
July 21, 2005 at 7:21 pm
Assumption: This DTS package is being opened and ran manually.
IF assumption accurate: Does the person who is logged in to the PC that the DTS package is failing on have...
July 20, 2005 at 1:34 pm
1. I would ensure that EVERY UPDATE, INSERT, DELETE query inside the Access database has "Use Transaction" property = FALSE/NO. This will DRAMATICALLY INCREASE the size of your DB if...
July 20, 2005 at 6:24 am
I think you will need to run the above SP with AUTOFIX option..
July 15, 2005 at 10:11 am
If you need to IMPORT with TRANSFORMATION you will need to use DTS AFAIK.
July 15, 2005 at 10:10 am
Gram,
I think the error is also pointing to the fact that your "Current" database is NOT master which could be why the GRANT failed.
July 15, 2005 at 5:41 am
IF you have groups/roles (or even just have users created) set-up AND not everyone is in DBO arena THEN you need to GRANT permissions EXPLICITLY to be able to INSERT/UPDATE/DELETE.
July 14, 2005 at 5:57 am
Remi,
Here I thought my solution was ingenious and then (as usual) I see your's and go WOW.....
July 13, 2005 at 5:01 pm
In addition to Remi's sage advice,
Is the index fragmented? Is there proper fill factor, How often is index maintenance performed to ensure NON-Fragmented indexes?
I know this is more maintenance-wise...
July 13, 2005 at 10:09 am
One IMPORTANT ITEM.
NEVER name your stored-procedures sp_ .... This will cause performance problems and you will start getting confused as to what did I create v. Microsoft create.
July 13, 2005 at 10:05 am
Viewing 15 posts - 181 through 195 (of 1,186 total)