Viewing 15 posts - 1 through 15 (of 259 total)
is it correct ?
SELECT * FROM tablename(nolock) where
startdate >= Getdate() -6
and enddate <= Getdate()
December 28, 2015 at 8:38 pm
i need to find out the table names which are modified in last 24hrs.
June 10, 2015 at 4:14 pm
Hi DB Experts,
Any sugessions here please .
Thanks in advance.
May 13, 2015 at 10:27 am
I got for dbo(db_owner).
ALTER AUTHORIZATION ON SCHEMA::[db_owner] TO [Role1]
Any help for below grant permissions.
View Definition
? Execute all Function
?...
May 11, 2015 at 5:14 pm
I am facing some syntax errors.Any suggestions here pls.
Error : "Msg 102, Level 15, State 1, Line 21
Incorrect syntax near 'SupportRole'. ".
Below is the script .
--=================================================================
---Create role in all dbs
DECLARE...
May 11, 2015 at 9:23 am
Actually I am struggling for a complete script
Need a script to create a new role in all databases to cover SP creation/execution, any table data manipulation (insert, update,...
May 7, 2015 at 4:09 pm
Viewing 15 posts - 1 through 15 (of 259 total)