Viewing 15 posts - 2,581 through 2,595 (of 3,366 total)
I don't copy folders I just copy the RDL and all the related solution files which is very important because when changes are made most times only the solution files...
January 16, 2008 at 7:08 am
There are known issues with this process but another thing to know there is no 64bits VS2005 not even 2008 both can create and process 64bits dll but they remain...
December 21, 2007 at 9:19 am
I don't think so because when you ALTER a stored proc the reporting engine will not reflect the changes in your report without manually recreating the original report so working...
December 21, 2007 at 8:31 am
Loner,
I don't know about SQL Server only positions but positions that includes .NET you need to study the questions at interview questions sites and look up either in books or...
December 19, 2007 at 7:32 pm
I don't think so because Microsoft says the reason VS2008 is 32bits is their customers plugins about 1000 plus are all in 32bits. The good news is most database...
December 19, 2007 at 10:59 am
I am trying to tell you loading VS2005 in 64bits mode will not give you a lot of development tools including Business Intelligence because those tools are in 32bits so...
December 18, 2007 at 12:26 pm
VS2005 both the one that comes with SQL Server developer edition and I am assuming professional you installed are both 32bit applications. Yes you can use the pro to...
December 18, 2007 at 12:03 pm
Remote is not the operative word because you can connect to the developer edition in a remote box if you are developing. You cannot use it for production local...
December 12, 2007 at 6:51 am
That version of SQL Server is for development only you cannot deploy that code, when it comes time to run that code in production you will need the option Matt...
December 11, 2007 at 11:47 am
Moving Reporting Services is not a simple task because the Master of the new Server is not aware of your old ReportServerDB and ReportServerTempDB. So I don't think your...
December 10, 2007 at 3:31 pm
As Matt said you need SQL Server running to run the BID developed reports however there is free alternative that comes with the SQL Server Express Advanced Tool Kit version...
December 10, 2007 at 10:57 am
Storing Chinese, Japanese and Korean is not just simple Nvarchar issue because all three languages alphabet is more than 2000 characters so SQL_Variant is rolling the dice that you will...
December 5, 2007 at 6:29 pm
The Chinese alphabet is more than 2000 characters so I don't think you can use varchar with Chinese collation you need Unicode so Nvarchar instead of varchar. Hope this...
December 4, 2007 at 10:26 am
tymberwyld (11/30/2007)
Gift Peddie (8/10/2005)
Try these links for localization in .NET because most .NET application localization is in XML. Hope this helps.
Peddie, .NET focuses on Application localization which is completely different...
December 4, 2007 at 10:16 am
I don't understand why you need to use OLEDB instead of the Microsoft or Oracle providers both are free. I also noticed there is no memory stream in you...
December 4, 2007 at 10:04 am
Viewing 15 posts - 2,581 through 2,595 (of 3,366 total)