Viewing 15 posts - 31 through 45 (of 125 total)
I think the question(s) that you have missed is - Do you require a point in time restore? What is your recovery point objective on that datasbase?
If you have...
June 17, 2013 at 5:11 am
Roy gave the answer. This is expected behaviour if the login is not granted view definition
June 17, 2013 at 4:04 am
Many thanks for your comment - I had misinterpreted the clustering as being the same. Now that makes sense.
June 11, 2013 at 10:04 am
Thank you for your re-direction to another resource (much like BOL). I was just after a quick opinion as they seemed to contradict themselves, but nevertheless.
June 11, 2013 at 9:00 am
BOL -
Object owners can grant permissions on the objects they own. Principals with CONTROL permission on a securable can grant permission on that securable.
Grantees of CONTROL permission on a...
June 10, 2013 at 9:58 am
How about using SP_MSFORACHTABLE 'EXEC SP_SPACEUSED [?]' and putting into a temp table/variable and running a select on that with a REPLACE on the size columns
June 7, 2013 at 9:14 am
The version that you are running may well have a different query plan. You may have an issue with parameter sniffing.
June 7, 2013 at 7:10 am
Check the account that the SQL Agent is running under and check that it has permissions to the server that you are trying to query.
June 4, 2013 at 2:39 am
I may suggest views and leave the base data alone. This would cut down on project time and would only need to update the references in the Sprocs, functions, etc.
June 3, 2013 at 8:15 am
Could you not create a DML trigger(s) on the table to stop any inputs that you don't require? There would be an overhead but you would need to weigh...
June 3, 2013 at 5:47 am
AS long as your db has not got any other activity on it that is required then the restore is fine. If not and other activity since or during is...
June 3, 2013 at 5:39 am
PearlJammer1 (5/16/2013)
May 16, 2013 at 3:43 pm
You should be able to use GETDATE()-1 of you are not worried about the time of day. If that does not work look at ...
in SQL - select CONVERT(DATETIME, DATEDIFF(dd,...
May 16, 2013 at 9:10 am
If you have plenty of disk space. It grows quite quickly.
May 15, 2013 at 5:43 am
thanks for all your suggestions
May 14, 2013 at 1:06 pm
Viewing 15 posts - 31 through 45 (of 125 total)