Viewing 15 posts - 1,486 through 1,500 (of 3,366 total)
hi_abhay78 (5/29/2009)
you asked the question and gave the answer as well ...;-)in short Its not needed ...
This is the second time I am answering this question and correcting the first...
May 29, 2009 at 9:40 am
Collation change of the Master require rebuild of the Master so if there is no reason you can just leave things as is because if you need to develop multilingual...
May 29, 2009 at 8:56 am
Rerun setup and choose repair also make sure you choose all components, on a side note you may have to work through what I posted because I also used anonymous...
May 29, 2009 at 8:03 am
Microsoft and most big companies use stored procedures because it is all stored in the datasource database under programming. You make changes to the stored procedure based on business...
May 29, 2009 at 7:57 am
Well it is actually a bug you could create a fulltext index in a view because it is one of the pre defined not allowed.
May 28, 2009 at 4:34 pm
The Fulltext predicates are not allowed in Indexed Views however what you are trying to do is best to use two columns one for the binary version .doc, .docx, .pdf...
May 28, 2009 at 4:24 pm
If your application is doing ETL you could just either use DTS or SSIS both could import Czech letters correctly into SQL Server with Nvarchar and collation.
May 28, 2009 at 12:48 pm
If the file is not too big use Notepad to save it as Unicode then create a destination column as Nvarchar using the Czech collation. This way you are...
May 28, 2009 at 10:39 am
Option one there is no Con if you have source control and some design and plan phase, the stored procedures are prefixed report RPT so there is no confusion, in...
May 28, 2009 at 7:23 am
I just checked my Linked server providers and I have both ACE and JET which is for older Access so if you don't have it you may want to install...
May 26, 2009 at 8:14 pm
That is the reason I gave you the MSDN forum thread if you have read it you would have seen this link which shows you known issues and how to...
May 26, 2009 at 2:41 pm
BIDS which is VS2005 is a 32bits application so you need to install Oracle x86 driver because that is the only way to connect use SSIS to develop packages. ...
May 26, 2009 at 12:47 pm
Can a sql 2005 database that has a web front end, utilize a SQL Server 2008 reporting services database for reporting?
If you mean using your SQL Server 2005 database...
May 26, 2009 at 11:53 am
If your client is in the network then you can use LAN setting to exclude the IP address if not you have to tell them to go into IE tools...
May 26, 2009 at 7:53 am
Viewing 15 posts - 1,486 through 1,500 (of 3,366 total)