Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Phoenix130481

    In Database Output Window no result.

    Hello i am try to use the following stored Procedure: ALTER PROCEDURE DuplikateErmitteln @Var1 int, @Var2 int, @Var3 int OUTPUT AS SELECT @Var3 = Matrikel FROM UserMM WHERE Matrikel = @Var2 IF @Var3 != @Var2 RETURN @Var3 ELSE RETURN @Var2 RETURN maybe it looks confusing...
  2. Phoenix130481

    Table Name as Parameter?

    Hello, does anyone know whether it is possible that i can pass a Parameter as a Variablename? except if then else construct! Thanks, Basti
  3. Phoenix130481

    AutoIncrement in a Column?

    Hello, does anyone know whether there is a possiblity to insert a auto-value as a identifier? E.g.: Whenever i insert a value, the ID is incremented? Thanks Basti
  4. Phoenix130481

    EXECUTE privilege not compatible with a object,

    Hello, as you can see above i get this message when i want to start a stored procedure. i have grant the execute right to the stored procedure but i get then this error. below you can see the full error message: ystem.Data.SqlClient.SqlException: Das erteilte oder aufgehobene EXECUTE-Privileg...

Part and Inventory Search

Back
Top