Viewing 9 posts - 1 through 9 (of 9 total)
I had the same problem and this is how I fixed it.
1. Make sure the Full text catalog service runs as on the same account as the sql server.
2....
February 2, 2010 at 10:38 am
Hi Lynn,
Thanks for the link. I was reading that article a while ago.. but trying Sarabpreet solution in parallel :-).
Thanks,
Brijesh
August 14, 2009 at 3:36 pm
the reason I am trying previous month is because we keep 30 days calender months worth of data.. but some times we do tend to keep more then 30 days...
August 14, 2009 at 3:19 pm
Hi,
I really really appropriate you taking time to write up all the code. I works like a charm for this month. But If i try to insert data from previous...
August 14, 2009 at 3:11 pm
I just remember one more thing. If use ur function when I get data for next month it won't work because the function will try to find something with
08-14-2009...
August 14, 2009 at 12:14 pm
Hi,
Thanks for the function and it works good till I reach 13th date.. after that for some reason function blows up and below is the error message I get
Msg 7705...
August 14, 2009 at 11:57 am
I did think of using your your function but the problem is you are using "int" as the partition function parameter where as my column is in date time format...
August 14, 2009 at 11:55 am
Thanks for reply but I guess u didn't understand my question
I can create partition based on Month or day of the year. But I want partition based on date...
August 14, 2009 at 10:47 am
If your maintenance job is not deleting the files then just add and del command using sqlcmdtask add the below code.
xp_cmdshell 'del c:\.......\*.bak'
This will automatically delete the .bak contents...
August 13, 2009 at 11:03 am
Viewing 9 posts - 1 through 9 (of 9 total)