Viewing 15 posts - 31 through 45 (of 172 total)
Thank you for your reply! The file extension is .trc
May 9, 2016 at 2:50 am
Thank you for your reply!
I created a log file so I can have further information regarding the error messages and I found the following error when running the following data...
December 29, 2015 at 9:11 am
Taking the database "offline then "online" again seems to fix the issue.
December 4, 2015 at 2:57 am
Thank you for your reply, I'm running the following sql permission query which works fine on all other servers, the only difference is that a few of the databases have...
November 27, 2015 at 10:35 am
It works fine when it is just 1 query but when I add more queries then that is when I get the error messages, I tried the following query and...
November 27, 2015 at 2:10 am
Sorry, here is the error message:
Msg 105, Level 15, State 1, Line 41
Unclosed quotation mark after the character string 'Win'.
Msg 102, Level 15, State 1, Line 41
Incorrect syntax near 'Win'.
Msg...
November 27, 2015 at 1:33 am
I tried to run it on the following script but I get an error message:
create table #temp(
DatabaseName varchar(100),
[UserType] varchar(100),
[DatabaseUserName] varchar(100),
[LoginName] varchar(100),
[PermissionType] varchar(100), ...
November 27, 2015 at 1:04 am
Thank you very much that seems to have worked!
November 20, 2015 at 1:27 am
I have tried "foreachdb but I'm unable to get any results at all, all I get is "Command completed successfully"
running the following script:
EXECUTE master.sys.sp_MSforeachdb 'USE [?];
'DECLARE @sql VARCHAR(8000)
SET...
November 11, 2015 at 10:27 am
Sorry to be a pain but I have the following script but I'm unable to get the result, would you please let me know where I'm doing wrong:
EXECUTE master.sys.sp_MSforeachdb 'USE...
November 11, 2015 at 2:23 am
Thank you for your reply!
I'm trying to get some information on permissions on each databases on the server but I'm trying to get a way of retrieving the information in...
November 10, 2015 at 5:07 am
Thank you for your help! I’ve tried to run the scrip but unfortatly I get the following error message, I have changed the location name where the transactional log file...
September 25, 2015 at 5:02 am
The database will be in "Stand by/Read only" but my problem is that if something goes wrong then I would not want the job to try and restore from the...
September 23, 2015 at 9:29 am
Thank you for all your replies!
I get a transactional log file from another server which is not d not done by log shipping, it is just a job which runs...
September 23, 2015 at 8:39 am
Viewing 15 posts - 31 through 45 (of 172 total)