Forum Replies Created

Viewing 15 posts - 8,596 through 8,610 (of 18,926 total)

  • RE: how to check whether there is formula defined for the field

    Not cool to make fun of a new poster who doesn't speak good english >>>

    USE tempdb

    GO

    CREATE TABLE dbo.Demo

    (

    id int NOT NULL IDENTITY(1,1)

    , x AS id * 2

    )

    GO

    INSERT INTO...

  • RE: Spot the incorrect syntax please..!

    And there I was thnking you knew everything about everything ;). Now that dream is gone for me.

  • RE: SP3 installation

    That would be a shame for you to wait 5 hours for us to answer while reading 1 page of text takers 2 mins.

    The SQL Server 2005 SP3 Readme files...

  • RE: SP3 installation

    Did you get an error message when trying to install sp3?

    What about what is recommended via microsoft updates.

    Also what did the documentation say when downloading sp3 about the pre-requisites?

  • RE: Spot the incorrect syntax please..!

    Well not really, it would almost be correct in Access which is probably where that all started.

    The deletes and updates (especially in joins) are quite differente betwen Access and SQL...

  • RE: Server Reboot

    I never had that problem nor read about it, I'll let the other prod dbas handle this one.

  • RE: Select Procedure

    That's what I mean, you need to know where that table is, make an inner join to it and present the right data.

    You need to learn this to be autonome,...

  • RE: Select Procedure

    I'm going a a limb here and assume that this data in held in another table. Hit F1 in enterprise manager and do a search for inner join. ...

  • RE: Server Reboot

    Do you have anything else to go on (like windows log). That seems a bit thin to go on to me.

  • RE: How to restrict the number of rows in a table.

    Now that I had the night to sleep it over, I'd actually implement both.

    The trigger fires the user-friendly warning, then when doing DML in the table to change whatever, the...

  • RE: DBA Tool for SQL Server CE

    Don't know for sure, but you can get management studio express (free download). Then see if you can connect (that's where I'd start, I never had to do this...

  • RE: VS 2008 Professional & SQL 2005 DE

    I had the same problem, you need sp2 of sql server 2005 on vista (nothing less for compatibilty)... and quite a few updates on VS 2005 iirc.

  • RE: Help SQL Squery

    Plan A would be to do that client side... assuming you are not violating the rule to send back more data than needed.

  • RE: How to delete transaction logs without accessing the Database?

    sanjeev_krs2004 (12/17/2008)


    I added one hard drive to the server as I told you guys that I dont have any space on the existing setup. I was forced to add new...

  • RE: How to delete transaction logs without accessing the Database?

    You can always backup to external disk, or network drives. On prod server I'd never change recovery mode without backing up first.

    Of course dev can be another beast... I...

Viewing 15 posts - 8,596 through 8,610 (of 18,926 total)