Forum Replies Created

Viewing 15 posts - 2,671 through 2,685 (of 3,366 total)

  • RE: Access Denied Page

    I see what you mean that should be simple service pack fix for Redgate coders, Response.Redirect or Server.Transfer. But I am assuming you may have to wait for the next edition.

     

  • RE: Access Denied Page

    (Any chance they will be including the login and registration forms on the 'Access Denied' page? )

    Ben,

    Actually there is if you click on login at the top of the page...

  • RE: Forced to sign a resignation letter !

    Loner,

    I am really sorry to hear this, in development if you are willing to move there are many jobs but if money is not an issue take sometime for yourself...

  • RE: Supporting Japanese... Where to start??

    Mixing Asian language with no accent Latin alphabet language like English is a recipe for character conversion issues.

     

  • RE: Collation issue with multiple dbs

    No I looked in the BOL you can install many instances in one box, now cost you have to check with licensing in your company.

     

  • RE: Microsoft no longer offering x64 SQL Server 2005 Standard??

    I know that must be an error because I have not used 32bits Oracle since 9i hit the market so stopping 2005 x64 any edition is not in Microsoft best interest because...

  • RE: Collation issue with multiple dbs

    That is very good planning because most financial software use BIN(binary sort order) the fastest sort in SQL Server, the problem with BIN is require all data to be case sensitive,...

  • RE: DBA''''s more scarce in 2007

    (My favorite ad (and I am not making this up) was around the beginning of 2002 and it was for a position at Lawrence Livermore Labs. It started out ok:...

  • RE: Supporting Japanese... Where to start??

    If your application runs in 2005 you can use Nvarchar and Nvarchar (max) and no you cannot store Japanese, Korean, Chinese and I think Vietnamese in Varchar because their alphabet...

  • RE: Installing reporting services, not detecting iis7

    Actually you have the wrong Vista because its IIS7 comes without Windows Authentication so you cannot install reporting services in it.  It is covered in the links below in details. ...

  • RE: Choosing a Database Developer/Architect?

    I am an Asp.net MVP I will not accept solution that is asking a denormalized data because, you are accepting a relational model of your application designed by someone who...

  • RE: DBA''''s more scarce in 2007

    Jeff,

    I was telling him DBAs are leaving because employers are either too cheap to pay or looking for one man IT department in a DBA.  That was based on Job...

  • RE: 2005 Reporting Services Install

    That is because 2000 version was released 2004 long after 2000 was on the market.  You just need to make sure IIS is running or the installer will disable reporting services...

  • RE: SQL 2005 collation conflict

    (Hi-P_DEV

    Latin1_General_BIN)

    This is your problem BIN(binary sort) it is the fastest sort order but require case sensitive data so it is in conflict with your...

  • RE: Right to Left Report

    If I am writing a report that will be rendered in Arabic one of the Right to Left languages I will start with Arabic collation for the tables and columns,...

Viewing 15 posts - 2,671 through 2,685 (of 3,366 total)