Viewing 15 posts - 1,036 through 1,050 (of 1,318 total)
I strongly agree. What if your network suffers an outage mid-backup?
May 20, 2014 at 4:32 am
😀 You couldn't make it up.
May 19, 2014 at 7:06 am
dbalmf (5/19/2014)
Is there any BEGIN TRANSACTION.... ROLLBACK in the error handling, indeed are they hitting the error trap for some reason
This was my first thought too, but also is there...
May 19, 2014 at 5:02 am
Thanks for letting us know!
May 15, 2014 at 3:08 am
Try putting floor in square brackets [ ] ?
May 13, 2014 at 9:40 am
Robin35 (5/12/2014)
Beatrix Kiddo (5/12/2014)
Does database 'xxxxx' definitely exist?Thanks for the response...
The database xxxx doesnt exist....i'm not sure where this connection is coming from....
Is there anything in the SQL Server log?...
May 12, 2014 at 8:27 am
What happens when you enter the product key?
May 8, 2014 at 10:16 am
Steph Locke (5/7/2014)I personally wouldn't want to be a manager but I really value good managers for being able to handle all the politics, team interactions, meetings, project prioritisations and...
May 8, 2014 at 8:50 am
Have you done (in master)
SELECT * from sys.database_principals where principal_id = 17
yet, to find the name of the grantor? Then you could revoke the permissions from them. (Sorry if...
May 8, 2014 at 8:39 am
Under Services, is the Distributed Transaction Coordinator running (Started), etc?
If it is, are your settings configured correctly?
May 2, 2014 at 8:28 am
[CaptainObvious]Don't forget to back up your transaction log if you do[/CaptainObvious] :-D.
April 30, 2014 at 7:51 am
Viewing 15 posts - 1,036 through 1,050 (of 1,318 total)