Viewing 14 posts - 1 through 14 (of 14 total)
I'm not that bothered myself. However, I need a copy of a client's database but he's reluctant to give me a copy, unless its purged of all sensitive information. And...
February 12, 2008 at 2:10 am
The UPDATE permissions are denied on the Personnel_Records table. The required UPDATE permissions are granted to the user (via their membership of the 'Team Name Users Group' role)...
November 18, 2005 at 5:30 am
OK, a typical UPDATE that fails is:
UPDATE Team_Current_Employees
SET FORENAMES = '',
SURNAME = '',
UNIT_SECTION = '',
CONTRACT_TYPE = '',
PAY_POINT_NUMBER = '',
INTERNAL_PHONE = '',
CONTRACT_TERM...
November 17, 2005 at 6:55 am
Login being used is 'jon', who is a member of just the 'SysGroup' and 'Team Name Users Group' roles.
DDL for user, roles, table and view :
if exists...
November 16, 2005 at 5:24 am
A little bit more information if it helps.
The view definition lists the columns in no particular order. If I list the columns in alphabetic order then no 'UPDATE PERMISSION...
November 15, 2005 at 4:15 am
Do you have the 'auto close' option set for your databases. Try taking this option off, and see if you still get suspsect databases.
March 29, 2005 at 4:46 am
Can't you use 'text' or 'ntext' columns? This'll allow you to have all of your large character columns in a single table, but of course reading/writing the data will be...
October 27, 2004 at 8:15 am
If you need the current date in a UDF you can also fudge it a little bit by performing the following query in the UDF :
DECLARE @dtDate datetime
SELECT...
August 3, 2004 at 10:27 am
More information :
Thanks
January 27, 2004 at 9:02 am
More info - I can open a Keyset recordset okay IF the lockType is ReadOnly. Any other lockType and the cursorType gets automatically set to forwardOnly and the lockType gets...
January 5, 2004 at 3:54 am
Still no solution Frank, but thanks for you comments.
I've come across another problem (ADO issue - so I guess its not for this forum) which means I'm going to...
January 5, 2004 at 2:55 am
Sachin, I tried you suggestion (including the 'dbo' prefix on the UDF name) and still got an error as follows:
Invalid object name 'dbo.udf_Test'
January 2, 2004 at 8:20 am
Thanks for the prompt replies.
Sachin, I tried your suggestion but got the following error:
'udf_Test' is not a recognized function name
kcdunn, I wanted to use the UDF in a view definition,...
January 2, 2004 at 6:52 am
Check your version of MDAC.
MDAC 2.6 had an error in it which stopped the error description being returned from SQL. This was fixed in MDAC 2.6 sp1.
December 29, 2003 at 3:31 am
Viewing 14 posts - 1 through 14 (of 14 total)