Viewing 15 posts - 2,026 through 2,040 (of 3,366 total)
Separate server is not relevant the Oracles in most cases runs on 64 bits Unix HP/IBM/Solaris and the code will not compile as 64bits with a Windows 2008 64bits server...
March 11, 2009 at 5:50 pm
the application will generally just issue statements to the database. What can cause problems is 32 bit versions of sql server interracting with 64 bit versions, replication in particular is...
March 11, 2009 at 5:16 pm
I can answer that if the third party did not plan when developing the application in some cases your database will run in 32bits mode, so you can only benefit...
March 11, 2009 at 4:46 pm
(1. Why would you create a database for each report. Surely a single database with views contained within would be much more sensible.)
Good design will include the base tables and...
March 11, 2009 at 3:22 pm
Here is the current 13 tables Northwind compatibility 100. The next question is Adventureworks Lite a database not sure so it is ANSI NULL. I have made changes...
March 11, 2009 at 2:42 pm
Threading on thin ice null is also an empty string.
:Whistling:
:hehe:
March 11, 2009 at 2:36 pm
So, if you ask a question of someone with a personality of null, do you get back a blank stare? Or, what?
That depends in three valued logic you get an...
March 11, 2009 at 1:08 pm
There is a developer edition a while back only the Linux was free how times have changed all versions are free.
March 11, 2009 at 12:50 pm
You could try installing the client tools but when developing Cubes and other BI solutions testing require instances running. So you need to pay for the developer edition and I...
March 11, 2009 at 12:43 pm
If the logins are in the server the best solution is to rerestore your backup, check below for more solutions from Microsoft.
March 11, 2009 at 12:34 pm
There are more people in the project than tables in Northwind so now we know why the project is stalled. Northwind just needs table transfer from AdventureWorks to Northwind...
March 11, 2009 at 11:27 am
I am glad I could help, thanks for the feedback
🙂
March 11, 2009 at 9:13 am
There is some specific way in there to clean your registry entry for native client make sure you remove all SQL Server entry in your registry.
Backup your registry first.
March 10, 2009 at 8:59 pm
I think you need to do the easy things to remove SSRS first like deleting in IIS everything related to SSRS and check add remove program and remove it. ...
March 10, 2009 at 8:48 pm
This may depend on the amount of data passed in by each parameter and how many temp tables you are using in the code, you need to check those to...
March 10, 2009 at 8:06 pm
Viewing 15 posts - 2,026 through 2,040 (of 3,366 total)