Viewing 15 posts - 361 through 375 (of 653 total)
hey, can you annotate what the code is supposed to be doing because I am failing to understand notes like [/*drop table test ;*/]
where are you running this script...
May 15, 2007 at 7:25 am
can you post you stored proc code?
have you checked the code outside of a stored proc
May 15, 2007 at 3:44 am
might be best for you to post to a vb developer forum, but nonetheless is it possible for you to post your code
May 15, 2007 at 3:37 am
1. dumb question but did you check whether the user has is added to the sql users? what do you get if you run this command
EXEC
master
May 15, 2007 at 2:59 am
check your transform to see what data type the column is being converted FROM and TO
May 14, 2007 at 10:20 am
if you want to get the working days between two dates, you can have a look at this thread
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=211734
and see if helps, if not then let us know, and...
May 14, 2007 at 9:59 am
putting users into db_datareader and db_datawriter is a definite start. On the Live server users should not have the All Mighty rights.
Make sure developers stay away from the production servers...
May 14, 2007 at 9:35 am
i managed to run your script in sql 2005 express without a problem
May 14, 2007 at 7:21 am
can you post the webservice parameter definition
e.g. ws.addTwoNumber(int a, int b)
May 14, 2007 at 5:49 am
befaore you migrate you might need to check if the schema owner was not used in queries.
e.g. select * from dbo.SomeTable
May 14, 2007 at 5:37 am
DROP CREDENTIAL mycredential
you can not delete the folder
May 14, 2007 at 4:58 am
on database A, run this statement
grant
execute on 'ABC_Zakazka' to public
May 14, 2007 at 4:55 am
thanks for the pointer.
Files in the list must be specified as absolute paths, {BOL}
May 14, 2007 at 4:50 am
Viewing 15 posts - 361 through 375 (of 653 total)