Viewing 15 posts - 196 through 210 (of 816 total)
In 2008 the resource DB does not sit with the system databases.
that's correct, just verified it.I should have checked it first.
Thanks Gail for all your help and reply....
July 22, 2011 at 10:09 am
i'd look at whatever is eating up your disk space............
Thanks Lowell, the issue is not because of performance but because of having data and log file spread across the system....
July 22, 2011 at 8:48 am
Unless you're planning to move things like sqlservr.exe and it's related executable files and resource files, leave resource DB. It should be treated exactly like one of the application dll...
July 22, 2011 at 8:35 am
Thanks Gail, so what the best approach you suggest?
July 22, 2011 at 8:16 am
No ,i configured logshipping succesfully both servers using SA LOGIN..
did you configured that windows account on secondary server as well?
If not then configure the account on secondary server and...
June 9, 2011 at 5:46 am
i am able to login in sql server 2008 R2 both servers through windows .
Sorry cant understand, your server is sql 2005(as per screenshot) or 2008R2.
same logshipping implemented in...
June 9, 2011 at 5:12 am
Assuming there is no change in policy for this account in server, i will like to know:-
were you ever able to access the sql server via the mentioned windows login?
The...
June 9, 2011 at 4:50 am
C2 audit will be able to do this.
and this query will help
EXEC sys.sp_configure N'c2 audit mode', N'1'
GO
RECONFIGURE WITH OVERRIDE
GO
June 9, 2011 at 4:30 am
is the windows account active? Check the status of windows account in active directory.
June 9, 2011 at 4:27 am
you need to use a batch file for this. Logic will be something like :-
1) run this on cmd :- sqlcmd -l > c:\serverlist.txt
you will get server list.
2) create...
June 9, 2011 at 3:36 am
And doesn't generate the different SID's a problem?
as long both id have their dedicated server defined, they will not contractdict with each ohter on their unique sid.
June 9, 2011 at 3:07 am
yes, create same login and pwd in both server and give required permission.
You will be able to connect the database.
Its like you can have same name and password for your...
June 9, 2011 at 2:50 am
what type of permission for user2. But be the case the case that he have some high level permission which inherit these base level permission automatically.
June 9, 2011 at 2:43 am
Assuming you able to ping both server from each other. Then
1) yes with sql login. To connect sql box with sql authentication, mention the full instance name. If you get...
June 9, 2011 at 2:32 am
Why?
This is also written in same language
Even if you do not stop this job, it will have no impact.
June 8, 2011 at 5:46 am
Viewing 15 posts - 196 through 210 (of 816 total)