how to call a stored procedure with a date entry.
spName getDate()
does not work.
the question is about calling sql sqs management studio.
SQL Server 2008
declare @d date = getdate() /*Or datetime looking at the title*/ exec spName @d
Previous Versions
declare @d datetime set @d = getdate() exec spName @d
Source: https://habr.com/ru/post/1770694/More articles:Android cannot send GET request with HttpURLConnection - androidconfigure GMap.NET for .NET 4.0 - c #JSF h: outputStylesheet doesn't display anything - jsfLaw of Demeter and Python - pythonhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1770693/how-can-i-checkout-password-protected-subversion-repositories-with-bitbake&usg=ALkJrhgLW3xjIfWVK3GwbVE6ZpoQjDZQYgqrcode for python on linux - pythonThe problem of getting focus when using JPanel as a JTable cell editor - javaПотеря первого символа в редакторе ячеек на панели JTable - javaWhy doesn't the Extendscript Toolkit stop at breakpoints, why? - debuggingMultiple part identifier cannot be bound - sql-serverAll Articles