Forum Replies Created

Viewing 15 posts - 21,871 through 21,885 (of 22,184 total)

  • RE: paging the sqlserver2005 way

    You can only use the CTE in the statement subsequent to it's definition. You can use it more than once within that statement but you can't use it in two...

  • RE: What do your developers use ?

    We definately give the developers a copy of SSMS. In fact, they've got a Development server on their machines. They can't build structures into the dev servers, but we encourage...

  • RE: Use Management Studio with "RUN AS"

    That is an odd one. I use "run as" almost daily and haven't run into an issue. I don't have encrypted data. Maybe that's the difference.

  • RE: Frozen SSMS

    Does it pull them all over when you expand the file list? I definately see a slow down when I open the error logs themselves, but I've not run into...

  • RE: Frozen SSMS

    I've never heard of this one. Go to connect.microsoft.com. You can search for the bug there to see if anyone else has hit it. If not, you can report it.

    I...

  • RE: Voting Problem/Question

    OK. It only bothers me when I read a stinky article that I want to slam No big deal. I was just curious really.

  • RE: Advice with indexing on 2 new tables

    Don't put the cluster on the GUID.

    Experimentation is the key. Just a swag, put the cluster on the date column and then, depending on the manner in which the...

  • RE: Timeout errors when execution long running procedure

    Since you're doing deletes, you're probably going to get some blocking no matter what you do. First off, I'd look into eliminating the WHERE IN & WHERE NOT IN queries....

  • RE: Determine which SP version or number is loaded

    Check this knowledge base article on MSDN:

    http://support.microsoft.com/kb/321185

    SELECT  SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')

  • RE: Regarding a deadlock scenario

    Some indication of the code being called would help.

  • RE: Who Can Program?

    Hard topic to quantify. The one point I'd add is that mediocre or not, you basically have people falling roughly into two groups. Those that have a year or two...

  • RE: monitor performance parameters

    Yow! What a question. Well, everyone has their own opinions. What's more, every situation is a little different. I'm working on an article right now for Simple-Talk on just this...

  • RE: script 1911

    I'm sorry, I'm not sure. I just did the same thing you described and it worked fine.

  • RE: sa password

    Then you sir, are a gentleman and a scholar. I'm neither. Pass the hammer please.

  • RE: Aborting by program SQL process launch by this program

    sp_who2 is a simple way to see which processes are running. It shows the SPID. You can use that to kill a process.

    I'm not sure if this is the answer...

Viewing 15 posts - 21,871 through 21,885 (of 22,184 total)