Forum Replies Created

Viewing 15 posts - 1,141 through 1,155 (of 1,220 total)

  • RE: Inconsistent data

    Remember that system DBCC commands are checking the system for structural consistancy.  It could care less about the meaning of the data, it just wants the physical structure that holds...

  • RE: SP to create a BCP format file

    Jersey:

    Hmmm.  Here's the curious thing: I don't get the correct physical order when I run it!  Here's a result:

    -----------------------------------------

    8.0

    36

    ------------------------------------------------------------------------------------

    36      SQLCHAR       0      ...

  • RE: Using dos Copy to merge files through DTS not working

    Grrr.  Thanks for pointing out my ritual idiocy.   I have a lot of fun here at work, occasionally letting out a "What a...

  • RE: nvarchar or varchar?

    ANSI_PADDING is a server configuration value.  In Enterprise Manager, right click on the server, select Properties.  Click on the Connections tab.  You'll see 'ANSI padding' in the list that comes...

  • RE: Select Distinct

    (weird, the system just deleted PART of my post!)

    If your data is not consistent, it's either going to have to be cleaned up so that it is or you're going...

  • RE: refresh view

    What exactly are you trying to do?  If you want the view turned into a proc, then you might want to use the WITH RECOMPILE option, here's what BOL says:...

  • RE: what does DBCC stand for?

    Just a thought, but it struck me that the difference between Consistency Check and Concole Command could possibly be significant in a certification exam.  I would really hate to miss...

  • RE: SP to create a BCP format file

    Jersey, I myself love working with base tables, but would it be easier to use the metadata reference in INFORMATION_SCHEMA.COLUMNS?  I'm developing an Access app to work as sort of...

  • RE: Heavily used DBCC commands by DBA

    Personally I don't like maintenance plans because I want detailed results back.  I use isql and a batch file to do maintenance every night, the batch file does the following...

  • RE: More Visas

    There are two problems with off-shoring (ok, slightly OT, but related, and as the topic is wandering back and forth I think I'm safe).  First, there is...

  • RE: Retention

    (As a side note to my previous post, as a consultant I do get health/dental benefits, but that’s it.)

     

    I fully agree...

  • RE: Retention

    Jamie Thomson asked: "What do US workers get in terms of public holidays?"

    How about zero.

    I'm consulting right now, 3 months with a probability of renewing (said 3 months is up...

  • RE: Should I change my avatar

    Yep, first computer I worked on was 110 baud acoustic coupled, IIRC.  It was later upgraded to 300 baud.  The first computer that I owned was a TRS-80 Model 100...

  • RE: Why not run as root?

    For myself, in my last job at a major installation I was both DBA and one of the three sysadmins.  I had two PCs with a KVM switch, one was...

  • RE: Compression tool???

    Well, I had a very bad suggestion, but since this is going to be a web app it is utterly non-viable.   Trust me,...

Viewing 15 posts - 1,141 through 1,155 (of 1,220 total)