Viewing 15 posts - 46 through 60 (of 66 total)
but what if he cannot be member of sysadmin?
i need to use these functions to dump into text files, what would be the solution if the user is a normal...
December 4, 2006 at 4:06 am
Yeah but am not using raiseerror
so what u are saying is that i replace my print by a raiseerror , and the...
December 1, 2006 at 11:58 am
COOL!
one more question then, since i wont be using a raiseerror, i want to dump the error into a text file. but the user who executes the query doesnt have...
December 1, 2006 at 11:29 am
well it's what i already wrote... and i am executing it on the db on the server and i get 0
declare @result int
December 1, 2006 at 9:19 am
great help, tx a lot!
now in my case where i am reading a temp table line by line using a cursor, i want in case of an error in one...
December 1, 2006 at 9:15 am
hey guys
i just read the comments, and right, am not done yet
and oh.... am a female
November 30, 2006 at 10:33 am
tx for ur advices!
but i don't really get it how can i drop the cursor while i need it to read the temptable and insert into my db?
whether i predefine...
November 29, 2006 at 9:49 am
this is my code... u don't have to understand much of it but you will see that there is the same update or insert instructions many times
GO
November 29, 2006 at 1:29 am
well am not very pro in that, i didn't quiet understand what u mean by not using sp_
what would that change in the fact that the user doesnt have the...
November 28, 2006 at 9:14 am
what i did is that i changed the way of calling the procedure from
Go
exec dbname..sp_importNewsletter
November 28, 2006 at 8:44 am
the thing is that I am executing the procedure through an application that automatically connects, and I cannot choose the connection type...
Does that mean a dead end???
November 28, 2006 at 8:06 am
that seems to work only if i am in sysadmin
but i want a regular user to be able to dump into text file
i even tried xp_cmdshell, any user outside sysadmin can't...
November 28, 2006 at 1:24 am
am actually using 2005 and it worked
tx a lot!
November 28, 2006 at 1:22 am
What I mean is:
while reading temptable
- perform update 1 on real table AND check if error
- perform update 2 on real table AND check if error
If error in any of...
November 26, 2006 at 10:01 am
Viewing 15 posts - 46 through 60 (of 66 total)