Viewing 15 posts - 61 through 75 (of 1,348 total)
i'm looking at this as well. i've had it with full text indexing for a security log analysis solution i built up over the years. looking at analysis services and...
June 5, 2013 at 11:47 am
i do it the old fashioned way, stored procedures
some of our tables are huge and take 20 minutes per index to rebuild so we can't afford to have a job...
May 20, 2013 at 2:14 pm
full backup is a full db backup
diff is all changes since last full and cumulative so you only need to restore the last full + diff
log is a log backup
been...
July 27, 2012 at 12:45 pm
i haven't interviewed for a while but i made up this process that worked a few times in the past.
for the week or so before the interview make a...
May 15, 2012 at 8:39 am
JamesMorrison (5/14/2012)
Many lack the understanding of the real goal of the interview.
Often it becomes more...
May 15, 2012 at 8:34 am
doesn't seem to work through SSIS. i get an error that a temp table doesn't exist
can i use this without a dataflow task?
i'm trying to create a daily dump of...
April 18, 2012 at 2:01 pm
declare @cmd1 varchar(5000)
set @cmd1 = 'select run_date = getdate(), @@servername as server_name, database_name = db_name(), a.name object_name, b.name as index_name, a.type_desc, a.create_date, a.modify_date,
b.type_desc as index_type, b.is_unique, b.is_primary_key, b.is_unique_constraint,...
April 16, 2012 at 2:06 pm
tried the ms_foreachdb but for the part database_name = db_name() i only get master instead of the database the index is really in
i guess i have to go back to...
April 16, 2012 at 1:52 pm
thx, i'll try it
i had some other data collection queries where i tried to use it and it didn't run the way i wanted to
April 4, 2012 at 7:28 am
our devs ended up buying cognos 10
IBM is awesome. powerplay was in prior cognos products that we have, but not in the new one we bought
January 23, 2012 at 1:51 pm
forgot about this
almost a year and i'm on my second ipad 2. first one i dropped, screen cracked and apple gave me a free replacement.
i use mine mostly for reading...
January 9, 2012 at 1:26 pm
will this run when a SSIS package runs as a job?
at the start of every year i try to increase the amount of logging and reporting we have to...
January 5, 2012 at 1:33 pm
Grant Fritchey (1/3/2012)
January 4, 2012 at 8:27 am
Viewing 15 posts - 61 through 75 (of 1,348 total)