Forum Replies Created

Viewing 15 posts - 2,881 through 2,895 (of 3,366 total)

  • RE: SQL 2005 32 bit to 64bit conversion

    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...

  • RE: Detailed Technical Design Document

    Spend some time at the site below and you will get all you need to know about relational design.  Hope this helps.

    http://www.databaseanswers.org/data_models/index.htm

  • RE: user privileges ?

    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...

  • RE: Collation Sort order

    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...

  • RE: SQL 2000, iSeries linked server, CPDTS.DLL and Arabic

    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...

  • RE: Oracle training

    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...

  • RE: SQL Server and Hyperion

    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...

  • RE: Recommended .NET books?

    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...

  • RE: This is Good

    (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...

  • RE: AJAX and SQL - Articles,Opinons ?

    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...

  • RE: ADO 2.7, SQL Server 2000, Cyrillic

    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...

  • RE: The Work Perks You wish to have

    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...

  • RE: SQL Server for Web applications

    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...

  • RE: The Work Perks You wish to have

    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...

  • RE: SQL Server for Web applications

    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...

Viewing 15 posts - 2,881 through 2,895 (of 3,366 total)