security

Technical Article

RE: calling a stored procedure

  • Reply

DO you want something like this:CREATE PROCEDURE Return_Example @Value INT OUTPUT AS SELECT @Value = MAX(date) FROM --this can be any logic you want including complex IF logic go declare @Value numeric exec return_example @value=@value outputselect * from table where datediff(d, column , getDate() ) > @value hope this helps

You rated this post out of 5. Change rating

2004-03-10

Technical Article

optional parameter in select query

  • Topic

hi i have a situation in stored procedure where i get partial parameter so i have to use select query with like option but with parameter i will have to execute it in a string but when i execute it i get following errorServer: Msg 403, Level 16, State 1, Line 4 Invalid operator for […]

You rated this post out of 5. Change rating

2004-03-05

Technical Article

how to deny access to Stop SQL server from enterprise manager

  • Topic

I created login and gave restricted rights (dbreader) to user for development database. The user with restricted rights can click on the server and he has the options to Stop or Pause the server. How can I deny the access to this options?Is it possible do not show to users with restricted rights the option […]

You rated this post out of 5. Change rating

2004-03-04

1 reads

Blogs

Enabling an Index: #SQLNewBlogger

By

I don’t do a lot of work with disabled index, but I learned how...

Back to Boston for SQL Saturday

By

I’m leaving again tomorrow for a trip. This time I head back to Boston...

T-SQL Tuesday #179: What’s In Your Data Detective Toolkit?

By

Most of us who work with data have, at least a few times, been...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers