Viewing 15 posts - 451 through 465 (of 769 total)
Hi Chris,
Your script is different than the topic.
April 30, 2015 at 9:38 am
Thanks JAcob, Lynn and Others....
April 28, 2015 at 4:14 pm
IF (1 = FULLTEXTSERVICEPROPERTY('IsFullTextInstalled'))
begin
EXEC [database_name].[dbo].[sp_fulltext_database] @action = 'enable'
end
I want to execute the above database to a specific database.
Please suggest how to write the syntax dynamically.
April 28, 2015 at 3:00 pm
Only these section have some logical error, I suppose:-
--Print @out_fileDate
DECLARE curs_oldfiles1 CURSOR FOR
SELECT a.output_file_name
...
April 27, 2015 at 10:01 am
Need to write in T SQL alone.
April 27, 2015 at 9:59 am
Hi Lynn,
I am tryoing to duplicate the same file with a different name (basically want to add timestamp to it and want to keep the oputput file for 5 days...
April 27, 2015 at 9:43 am
Same failure.
April 24, 2015 at 9:06 am
Shared path. It is properly passed as s variable, I verified.
April 24, 2015 at 8:21 am
Worked. Many thanks Lynn...........Good Day
April 23, 2015 at 11:02 am
Can you please suggest all the files from one location to another using the temp table (#FileDetails)?
I have a rmeote location where I want to copy all the files from...
April 23, 2015 at 9:55 am
Eirikur,
Can you suggest how to use sample percent and other hints using sp_updatestats??????????....???????
The table which has billions of records do u suggest running sp_updatestats???????????????????????????????????????
April 19, 2015 at 6:40 am
Viewing 15 posts - 451 through 465 (of 769 total)