Viewing 15 posts - 2,446 through 2,460 (of 3,366 total)
There is really no SQL Server 2000 SP3 because SP3 was later converted to SP3a but the current version of 2000 is SP4 so you need to use that instead...
January 30, 2009 at 11:25 am
Put the MDF in the SQL Server data folder and go to management studio and use the attach wizard it will tell you LDF not found in the message section....
January 30, 2009 at 7:15 am
Oracle does not sell developer edition so it limits what I can do with it in SQL Server there are things I do with it that Microsoft did not say...
January 29, 2009 at 6:20 pm
BID(Business intelligence development studio) you get it if you are running SQL Server for pay editions. However if you are running any of VS2005/8 Team Suites it will not...
January 29, 2009 at 3:21 pm
When you run it in BIDs it runs in the context of your permissions and when you schedule it as a job it runs in the context of the Agent...
January 29, 2009 at 1:56 pm
This error is related to the connected user permissions in Oracle the best solution make sure your TNSNAME.ORA file is in your development folder. You also need Oracle client...
January 29, 2009 at 11:12 am
I was at a bank with 68 SQL Server instances, 1 Oracle 9i and 1 DB2 the tools we used was Embacadero and Microsoft's System center operations manager, the files...
January 29, 2009 at 7:25 am
I am assuming it is related to your index file definition is bigger than your MDF and LDF files which are the data and transaction log files. Check below...
January 28, 2009 at 8:11 pm
You need both ProductID and ProductNumber because both are needed and I think ProductNumber is Nvarchar and not INT as IDENTITY. The product table in both the commerce starter...
January 28, 2009 at 7:08 pm
Shopping cart is one of the most complex features in a web application so I think you should start with existing code from Microsoft like in the commerce starter kit...
January 28, 2009 at 5:40 pm
(Updatable Views
You can modify the data of an underlying base table through a view, as long as the following conditions are true:
Any modifications, including UPDATE, INSERT, and DELETE statements,...
January 28, 2009 at 4:36 pm
That is because the relational engine is just running your code as a view from one base table, again I don't think you should run it because the RDBMS...
January 28, 2009 at 3:45 pm
That is what you do with the Report Builder, I have not used the SQL Server 2008 version but in SQL Server 2005 you create models your users can use...
January 28, 2009 at 3:22 pm
I think you need more than that so rerun setup so you can be sure you have added all you need to run the rdl and solution files.
January 28, 2009 at 1:57 pm
There is no valid reason for your assumptions because you can give your developers the developer edition and ask the developers to just upload ready for deployment code to your...
January 28, 2009 at 1:38 pm
Viewing 15 posts - 2,446 through 2,460 (of 3,366 total)