Forum Replies Created

Viewing 15 posts - 721 through 735 (of 1,346 total)

  • RE: Dangers of using MYSQL...What are they?

    can't remember all the feature differences but Oracle and SQL Server support a lot more features than MySQL. one reason is that both of them have extensions to SQL in...

  • RE: Sql 2005 Server Stalls during processing...

    it's not required but it can help

    there was a blog post on MSDN a few years ago from one of the SQL 2005 dev's and if you search here, a...

  • RE: Sql 2005 Server Stalls during processing...

    had a bunch of these earlier in the year and last year

    make sure you specifically set paging file size because in x64 windows the default size is wrong. second enable...

  • RE: Error conecting because of Login Trigger

    the encryption algorithm is very simple and has been around for years. we have a bunch of lookup db's and tables with server names, db names, logins, etc where apps...

  • RE: Error conecting because of Login Trigger

    i get the same thing. i created a trigger with the code below and have on row in the table i want to use as a blacklist.

    we are getting ready...

  • RE: 431 Training Kit - Chapter 8

    NDA, we could tell you but then we'd have to kill you

  • RE: Good .Net forums?

    dotnetrocks

  • RE: Super SQLServer configuration

    Thayal Muhunthan (8/22/2008)


    Question on CAL licences again ?

    If we have 3 users accessing the SQL server using an third party application, do we calculate 3 or 1 CAL ?

    More clearly,...

  • RE: DBA as commodity in future

    common sense would say that if you create a table that will hold thousands of rows you need an index or two

    or my favorite, years ago we told devs to...

  • RE: Super SQLServer configuration

    CAL's are the same

    for the server license it's a few thousand $$$ for Windows and SQL

    you can do CPU licensing but that's only if you have tens of thousands of...

  • RE: Super SQLServer configuration

    pretty sure MS considers 1 CPU to be 1 socket and not a core

    I think it was Oracle that tried the 1 core is 1CPu thing a few years ago...

  • RE: Super SQLServer configuration

    we run sql standard with 2 quad core CPU's, x64 version

    we only run enterprise x64 if we need clustering and for SQL if we absolutely need online indexing

  • RE: Blocked by -2 SQL Server 2000 with SP4

    you have to get your developers on it

    in our case they called BEA and it's a known issue and no help. i think it also has something to do with...

  • RE: DBA as commodity in future

    Loner (8/19/2008)


    A lot of DBA job description these days includes T-SQL, SSIS and Business Intelligence experiences.

    As a matter of facts, a lot of companies hire DBA/Developer instead of just DBA.

    one...

  • RE: Optimum page file size

    your paging file should be at least the amount of RAM

    i think if it's too small then you may get a lot of paging and it will create a lot...

Viewing 15 posts - 721 through 735 (of 1,346 total)