Viewing 3 posts - 1 through 3 (of 3 total)
when you backup the database, the backup job also want to backup data of full-text index. if the full-text index has been stop or don't have priority, the error will...
May 22, 2007 at 2:48 pm
#708193
PLS make sure the .net framework 's version.
the vs.net's should be the same as sql server 2005 's
April 26, 2005 at 3:04 am
#554793
but i can get the current datetime when i run the following script:
SELECT getdate()
WHERE getdate() > getdate()-1
OR getdate()-1 < getdate()
the result is:
2005-04-12 08:41:18.750
April 11, 2005 at 6:56 pm
#552004