Viewing 15 posts - 316 through 330 (of 816 total)
Can I take a full Back Uo of the Pimary Database, during Log Shipping?
You can take full backup on primary anytime but if you restoring the log backup in...
February 16, 2011 at 2:07 am
1) is database mail enabled?
2) if yes, then have you configured any profile to send mail?
3) if yes, then are you able to send test mail by that profile?
February 15, 2011 at 11:03 pm
for this....you can configure the threshold limit for sql files and similarly threshould for physical drive OS counters which will generate the alerts/message as soon threshold limit is about to...
February 15, 2011 at 2:56 am
we use litespeed...spotlight and PA(Performance Analysis)
edit :-
spotlight for live monitoring
PA for analysis of past.
February 15, 2011 at 2:39 am
if you mon and year is int then :-
select convert(varchar(20),monvalue)+'/'+ convert(varchar(20),year) as datewise, ans from yourtable
And if mon and year are varchar then :-
select monvalue +'/'+ year as datewise, ans...
February 15, 2011 at 1:06 am
if even there are jobs with same name and account on other server..so what?
I no where said that job is created with same account. What I said was same job...
February 14, 2011 at 9:54 pm
ii) i have a job which is running under a disabled windows account and still the job runs fine. How is this possible? The job owner is a disabled account,...
February 14, 2011 at 9:44 pm
No luck . i tried to another drive to backup database. same error ' noreoverable i/o error occurred'
are you sure your database is online? How are you taking your...
February 14, 2011 at 3:44 am
if your database is accessible and healthy then instead of taking the backup to problamatic location, you can take it to some other location( other drive).
OR
are you saying that...
February 14, 2011 at 3:14 am
how big is your database? Do you have enough space on the disk where you putting the backup file if not then you need to amend the location as :-
backup...
February 14, 2011 at 1:40 am
is the location exist which is mentioned for backup? Seems like the path is no more accessible.
Also not sure what do you mean by recover the backup?
as long...
February 14, 2011 at 1:29 am
In addition to above, to check the permission for a perticular user, you can use sp_helprotect.
For Ex. :-
exec sp_helprotect @username='test'
February 14, 2011 at 1:11 am
01. Not able to restore if the structure of the drives are different. If my primary db is on D and F drives, while restoring the same database on different...
February 13, 2011 at 11:26 pm
do you really need full backup or differential backup can be considered?
February 13, 2011 at 11:12 pm
i would like to see :-
1) If the query is using select * or select required columns
2) any filter condition (like where) is uisng the proper candidate for filter...
February 13, 2011 at 9:57 pm
Viewing 15 posts - 316 through 330 (of 816 total)