Viewing 15 posts - 781 through 795 (of 1,655 total)
As I wrote before look in Books Online and you will find all the details. As an alternative see http://support.microsoft.com/kb/830210
August 12, 2008 at 3:45 am
What error did you get exactly?
Was it really an error or just a warning. If I remember right, you get a warning if you have less than 1 Gb...
August 12, 2008 at 1:00 am
You can add a new table to an exisiting publication using the stored procedure sp_addarticle. See BOL for details.
August 12, 2008 at 12:49 am
I have no experience with workgroup edition, but since Books Online only mentions explicitly that database mail is not available for Express Edition, I would expect that it will work...
August 11, 2008 at 8:55 am
To answer you're questions
1) Yes, you can also search on BLOB data and documents like .doc or .pdf files stored in your database.
2) Implementing it is pretty easy, though...
August 11, 2008 at 7:07 am
You cannot install Enterprise Edition on Windows XP.
Only Express and Developer Edition can be installed on XP.
Developer Edition includes all the features from Enterprise, but for Reporting...
August 8, 2008 at 12:15 pm
Most likely case is that the twqo databases have different default collations. Even though they are on the same server it's possible to have different default collations for each database.
Anothwer...
August 8, 2008 at 7:46 am
SQL 2005 has a default trace running which you can use.
An even easier option is the "Schema changes History" report in SSMS.
August 8, 2008 at 4:10 am
Yes,
whenever you add (or reinstall) a feautre of SQL Server you need to reapply the service pack.
August 8, 2008 at 3:43 am
Which features you can or cannot install depends on a couple of things like the OS you're using, is IIS installed or not (necessary for RS),which edition of SQL 2005...
August 8, 2008 at 3:42 am
Did you install any service pack after re-installing Report Server. Probably the database engine (which you didn't reinstall) is on a different built-level than RS.
So before reinstalling everything try...
August 8, 2008 at 2:40 am
You need to use the SWITCH option.
Something like ALTER TABLE myTable SWITCH PARTITION to ...
There's a really good whitepaper available here
August 8, 2008 at 12:45 am
First I'd like to make clear that Auto update statistics does not reorganize your indexes. So you should schedule a job to do those. The database option auto update statistics...
August 6, 2008 at 11:10 am
As I wrote already before the noise word list is just an text file called noiseENG.txt and it is located in the FTData folder of your SQL Server installation. Have...
August 6, 2008 at 5:45 am
Hemalatha (8/6/2008)
Thanks MarkusAnd if possible can i know the answer to the second one
It's the same answer. You search only on words which are in the noise word list.
August 6, 2008 at 4:50 am
Viewing 15 posts - 781 through 795 (of 1,655 total)