Forum Replies Created

Viewing 15 posts - 106 through 120 (of 832 total)

  • RE: Weird problem in database backups

    It's backing up to a local disk on the machine, and there never seem to be any other I/O errors--it's just while backing up. I've just learned it's probably a...

  • RE: Are the posted questions getting worse?

    GilaMonster (4/1/2014)

    ".. powerful, expressive, it makes programming fun again..."

    I take issue with that statement--you can have fun programming in raw assembly language if you find the subject of the program...

  • RE: STOPLIST Key Word

    I think the compatibility thing is a red herring--the STOPLIST keyword wasn't introduced until SQL 2008, so presumably one of the things that a database in compatibility mode 90 has...

  • RE: Can't See The Forest For the Logins

    I read the word "hardened" and still got it wrong, probably because "hardened" is such a nebulous term--I had no idea what it meant with relation to SQL server. (Is...

  • RE: Getting Fired

    Technically, I've never been fired, but neither have I left any job of my own volition--in every case so far I've lost my job due to being made redundant. In...

  • RE: Are the posted questions getting worse?

    Seems I should clarify: I said it wasn't a totally unreasonable position, not that it was a position I agreed with. Wanting cross-compatibility between different database platforms is something that...

  • RE: Issue sql server query and restart windows service

    You need to tell SQLCMD which server to connect to in order to run the script you're passing it--you do that with the -S parameter (note that's a capital S,...

  • RE: The Unusable User

    One of those where I had no clue as to the answer so picked a random one to see what the real answer was--therefore I learned something today, which is...

  • RE: Are the posted questions getting worse?

    Well, it's not a totally unreasonable position, so long as you actually know what you're talking about...

  • RE: Please help with SQL SERVER 2012 express 32bit

    Do you have the .NET Framework version 4 installed? That looks to be what it's looking for (although I would have expected it to complain about the missing framework earlier...

  • RE: Run DBCC Inside Stored Proc using EXECUTE AS

    Grant Fritchey (3/19/2014)So, you'd need to add the 'sa' login to the database.

    I don't think you can do that, can you? 'sa' is a special login which isn't allowed to...

  • RE: Replication between SQL Server versions

    snitnik (3/19/2014)


    This question is messed up.

    Option one:

    The distributor needs to be the same version as the publisher

    This statement is clearly wrong, as they don't have to be of the same...

  • RE: Are the posted questions getting worse?

    GilaMonster (3/17/2014)


    I just love the way a couple of heavy IO operations turns my (5 month old) laptop into a paperweight. Busy shrinking one DB and zipping the backup of...

  • RE: Are the posted questions getting worse?

    jcrawf02 (3/13/2014)Do any of you guys have random people endorse you for skills, that you know they have no idea if you can do?

    I've had people who should know better...

  • RE: how to remove sql server 2008 r2 express

    Are you sure the 2008 Management Studio isn't still on there? I have 2008 R2 and 2012 installed on this machine, and the Management Studios for both are still available.

Viewing 15 posts - 106 through 120 (of 832 total)