Forum Replies Created

Viewing 15 posts - 32,071 through 32,085 (of 39,748 total)

  • RE: How to detect ORPHAN SPIDs in the database?

    I didn't think we had orphaned transactions in SQL. You can use dbcc opentran to find open transactions, but I thought that if the client dropped the server would rollback.

  • RE: Very Urgent DTS issue

    Looks like one of the tasks if failing. Can you provide details on this task? Are you sure it's configured correctly?

  • RE: SQL Server 2000 on VMware - Advantages/Disadvantages

    Great list from Antares above and while I agree life is easier for the Windows team, it still needs to work for you and your clients. The hardware resource issues...

  • RE: Possible Security Issue with SQL Backups

    You could report it to MS. AFAIK, this should never happen. My suspicion is the data got put there, possibly without your knowledge. The backup stream processes pages from only...

  • RE: The Microsoft Religion

    I do think Microsoft has done a great job and I think their pricing is actually fairly low. Doesn't seem that way for a monopoly in places, but I remember...

  • RE: Question of the Day for 10 May 2007

    OK, the answers have been corrected to 4 100GB drives in a RAID 5 array. Apparently I cannot add

    Points awarded back for those...

  • RE: The Differences Between SQL Server 2000 and 2005

    Thanks for the comments and I was surprised I couldn't find a good summary elsewhere.

    Some of the missing things mentioned are good ones and I've tended to group them...

  • RE: SQL Server 2000 on VMware - Advantages/Disadvantages

    I'm not sure why you need VMWare. SQL allows multiple instances on one machine, something that most software does not allow. It also is worth mentioning that not every application...

  • RE: Can anyone think of a good reason for NOT having a PK?

    It was my understanding that a heap is a table without a clustered index.

    Clustered or non-clustered index is not related necessarily to a PK. A PK is something different. It...

  • RE: Drinking the Kool-Aid

    A SELECT statement might qualify for the E part (extraction), but I agree with Gift Peddie that T-SQL doesn't really do the job.

    T-SQL and Excel can work in places,...

  • RE: sql ebook

    What are you looking to learn? Or for what purpose?

  • RE: Help or Sugessions Appreciated

    The comma is causing issues for sure. You can prefix a field in Excel with a quote (') to have it translated as text.

    As mentioned above, I'm still not seeing...

  • RE: Data Obfuscation

    I'm not sure why not either. It's a good product space and it would definitely help with this issue.

    Perhaps a cross join with a table of names, random SSNs,...

  • RE: SQL 2000 on VMware

    I tend to agree with Ian. While virtualization makes sense in some cases and gives you hardware independence (a problem with Windows), SQL is mostly hardware independent already. Multiple instances...

  • RE: ID Increment

    You can make it autoincrement by setting the identity column.

    If you don't want to do that, you have to calculate the next ID value and insert it into the table.

Viewing 15 posts - 32,071 through 32,085 (of 39,748 total)