Hi there,
please help, I am getting permission was denied error when I use EXEC function only if i make SQL user as sysadmin works fine, the sql user logged in as windows authentication, this is where is the sql error:
('SELECT * FROM vwLog '
+ @Where
+
' ORDER BY dtDateTime desc')
and this is the error msg:
System.Dat
View Complete Post