Viewing 15 posts - 2,881 through 2,895 (of 3,366 total)
The easiest way to do this is to backup all four databases and restore it in a 64bits sandbox and play with and clean up any issues you run into...
April 10, 2007 at 3:59 pm
Spend some time at the site below and you will get all you need to know about relational design. Hope this helps.
April 10, 2007 at 9:21 am
Your problem is not user privileges but user instance it is a database you create with Express in VS currently SQL Server is not aware of it, but Microsoft provided...
April 10, 2007 at 8:43 am
I am a bit late but what you need is called collation precedence in 2005 it is very easy because you can add the collation to you DMLs. Try the...
April 10, 2007 at 8:33 am
You can use Visual Studio it can let you save you file as Arabic in Microsoft platform then you create your database, tables and columns as Arabic because if you...
April 10, 2007 at 8:28 am
I have two very good resources for Oracle one on the Algebra end and the other on the Calculus end read up their blogs and published articles and swing by...
April 9, 2007 at 9:35 am
You can move the Hyperion Cube into SSIS and then you can either create a SQL Server Cube or just connect with the .NET Provider. I use VS Team suite and I...
April 8, 2007 at 7:18 am
In .NET 2.0 there are only two good C# language only books one by Jeffery Richter and another by Herbert Schildts the former is advanced the later is comprehensive. But...
April 7, 2007 at 4:47 pm
(Enrique asked about referential integrity — if a field was updated, other tables would point to data that didn't exist anymore. "Oh, we had that problem the first time, so...
April 7, 2007 at 4:27 pm
I think like is slow why not create a select list or JOIN query which can be used by with a genericlist, another option is to use the readxml method...
April 6, 2007 at 7:03 pm
I don't remember what save as options you have in VS6 but that problem is solved in the current Visual Studio you can save your code as Cyrillic and in...
April 6, 2007 at 12:00 pm
My previous contract had that part of the building a fitness center with showers on the third floor but I did not use it because of winter and I left...
April 6, 2007 at 11:29 am
There are many ways to deploy if you are developing for your use you need to get an account with hosting companies and use their control Panel to deploy, there...
April 6, 2007 at 9:08 am
I do contract work so I don't get benefits although my previous engagement I had to option for bare bone benefit but I opted out. If I take full time...
April 5, 2007 at 3:44 pm
If you are adding columns no but if you are dropping columns and most other operations you may need to change your data access, Datalist and Datagrid code to reflect the...
April 5, 2007 at 1:54 pm
Viewing 15 posts - 2,881 through 2,895 (of 3,366 total)