Viewing 15 posts - 1 through 15 (of 84 total)
K. Brian Kelley (5/12/2011)
GRANT ALTER ON SCHEMA::dbo TO ccr;
However, you probably want to create a...
September 10, 2015 at 10:57 am
Erland Sommarskog (8/6/2013)
August 7, 2013 at 8:22 pm
Erland Sommarskog (8/5/2013)
If you specified MANUAL, you need to issue a command update the index.
If I have "MANUAL" or "DO NOT TRACK CHANGES", would I just execute this command...
August 5, 2013 at 7:11 pm
Google searching revealed that sp_addarticle's @destination_table stored procedure parameter could be used for scenario 1. However, I'm not sure how to accomplish scenario 2 and whether scenario 2's solution would...
August 8, 2011 at 10:59 am
In order to move the full text indices when the database restore involves a differential backup, the "move" command can be used as long as the final full-text index location...
September 15, 2009 at 8:01 am
vstitte (8/19/2009)
select TYPE, media_set_id, first_lsn, database_backup_lsn, backup_start_date, database_name, differential_base_lsn
from...
August 20, 2009 at 7:45 am
Thanks for the info. However, I'm interested in figuring out which differential database backup corresponds to which full database backup.
For example, let's say I have 5 backup files to...
August 19, 2009 at 5:38 pm
Would not restoring the full text catalog until all restores are completed be a viable option? If so, how would that be accomplished?
August 5, 2009 at 7:11 am
Mayank Khatri (6/29/2009)
jlp3630 (6/29/2009)
Mayank Khatri (6/29/2009)
June 29, 2009 at 2:26 pm
Mayank Khatri (6/29/2009)
u can use Cast or Convert from Varchar(max) to Text data type
Unfortuantely, doing that will make the solution "manual" instead of automated.
Actually, I was mistaken about my...
June 29, 2009 at 1:57 pm
Mayank Khatri (6/29/2009)
June 29, 2009 at 1:54 pm
JKSQL (5/5/2009)
May 5, 2009 at 10:12 am
Are you referring to the "Heartbeat NIC" in Cluster Administrator? If so, I didn't see any problems with it (i.e., I didn't see anything unusual in the attached cluster.log file)....
April 21, 2009 at 2:14 pm
Thanks everyone for your input.
Being able to hide jobs is not necessarily for a security reason per se. In our development environment, developers can set up their own jobs. However,...
March 17, 2009 at 9:12 am
That sounds good to me. A folder structure interested me because I was hoping to somehow "hide" jobs from other users.
For example, developer group A only cares about job...
March 17, 2009 at 8:50 am
Viewing 15 posts - 1 through 15 (of 84 total)