Viewing 15 posts - 5,206 through 5,220 (of 6,400 total)
you should have an RTO in place and if logshipping of the primary server fails you need to fix the problems within the RTO or bring the secondary database online,...
May 2, 2012 at 7:41 am
just a thought but do you need to send 20 messages in one session? could you not store the individual email
bodies in one table then at the end...
May 2, 2012 at 7:07 am
as vinu pointed out you will need to use alter table drop constraint and the drop index commands
please ensure that you know what the definition of these objects are before...
May 2, 2012 at 4:27 am
anything specific you want to know or just in general, google has a lot of good links based on your term
May 2, 2012 at 4:03 am
open management studio --> expand databases --> expand the database --> expand tables --> expand the table -->
expand keys --> right click the key --> script key as...
May 2, 2012 at 3:13 am
first off ask you smtp admins what the maximum mail per session is set at
you should be able to limit the amount of mail it sends in one go by...
May 2, 2012 at 3:04 am
Its all personal preference.
Personally I am in favour of creating brand new groups for SSRS access so that you know exactly what the groups are called and you can give...
May 2, 2012 at 2:36 am
SQL 2008 is the version, the edition is Express, Standard, Developer, Enterprise.
Is this a named instance?
Can you ping the server by IP, Name and FQDN from the machine...
May 2, 2012 at 2:31 am
what edition of sql is this?
have you run through the sql server configuration manager and enabled tcp/ip, named pipes etc?
May 2, 2012 at 1:50 am
are you sure thats the correct spelling of the interview questions and the correct terminology used?
May 1, 2012 at 7:24 am
quite a few options on this
create a central management server and write a query which loops through the MSDB tables to get the information you need, that way you only...
May 1, 2012 at 5:46 am
you will firstly need to detach the database due to SQL holding a lock on the file which will prevent you from doing anything with it (sp_detach_db), you will then...
April 30, 2012 at 8:44 am
Viewing 15 posts - 5,206 through 5,220 (of 6,400 total)