Forum Replies Created

Viewing 15 posts - 751 through 765 (of 832 total)

  • RE: Timeouts

    Isn't it strange how problems like this are always the fault of the database and not the developer? :crazy:

    Anyway, I'd be inclined to set up a trace on the server...

  • RE: Disk Queue length

    While it's possibly right that high disk queue length is not a problem on the SAN, especially if your users aren't reporting any issues, I'd still say it's worth checking...

  • RE: Change the Edition or Change the Design?

    Saying that a person with a salary is a fixed cost to the company doesn't always work--for instance, I used to work for a programming company, and all the programming...

  • RE: MDF-Can't Get Out Of Suspect Mode....Need Some Help Please

    You say you have both a BAK and an MDF, but you've only talked about re-attaching the MDF file. I assume you've tried to restore the BAK and that failed?

  • RE: Trace table inserts/updates

    Baskar B.V (5/27/2010)


    The trace file got created successfully but it showing only "0" bytes. I am assuming the process has access since it has created the trace file in the...

  • RE: Would You Do Your Hobby for a Living

    I play computer games, mainly. Means I'm staring at a monitor all day at work and all day at home as well, but I think the two actions are otherwise...

  • RE: Service accounts in installing sql server 2005

    Lowell (5/24/2010)

    thos operating systems changed, compared to XP; they no longer make your login an sql administrator when you install 2005/2008, you have to do it as a seperate...

  • RE: A Design Question for my lookup tables

    Another good reason for not using the One True Lookup Table is the lack of flexibility. Your requirements right now mean that all those different lookup types have the same...

  • RE: Do any of you use open source DB systems?

    The main issue with using Postgres or MySql when you're already a SQL Server shop is that the dialects of SQL are slightly different, so you'd potentially have to rewrite...

  • RE: Login failed for user

    And is "master" the default database for this user according to the properties in Security->Logins?

  • RE: Restore Database from network location

    Andy Hogg (7/24/2009)


    True you can use a UNC path in a scripted backup \ restore as per the example given, but you can also use UNC paths within Enterprise Manager...

  • RE: Which version of SQL Server?

    No. SQL Express will only make use of one CPU no matter how many are installed in the machine, so it's not like you're gaining anything by running it on...

  • RE: Which version of SQL Server?

    Gianluca Sartori (5/3/2010)

    I was confused too, Grant. I was sure MSDE 2000 had a 5 concurrent connections limit, but, after searching a bit, I found out that Express Editions (starting...

  • RE: Temp

    Lynn Pettis (5/5/2010)


    SQL Server 2008 Express has had the maximum size of the databases increased from 4 GB to 10 GB.

    Has it? The Microsoft download site for SQL Express still...

  • RE: Backups

    I misread the question too...just re-read it and realised it meant the last differential before the corrupt backup, not the last one taken. D'oh!

Viewing 15 posts - 751 through 765 (of 832 total)