Forum Replies Created

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

  • RE: C-Name in DNS for a SQL server instance... HOW?

    The part before the "\" is the host name.  That is the part that you can alias with a CNAME record. The part after the "\" is the instance name and it is...

  • RE: Weirdest interview question?

    I think the Muppet question is a good one.  Not so weird to me.  I would imagine that the average interviewee might be a little surprised, but a little surprise...

  • RE: Joins in SQL Server

    In all my DB work, I don't think I've ever written a Right join.  At least not a keeper.

  • RE: Specify ip address

    I'm in agreement with you, Rudy.  I would always recommend using DNS unless there were some very strange things happening in the network.  I might also add that in order...

  • RE: ESRI/SQL 2000 Question

    TDP works just fine.  If you've got it, use it.  It is not so easy to figure out scheduling of backups, but the GUI is great for restoring.

     

  • RE: IIS Issues with SQL 2K?

    I haven't had any problems doing this, and I'm running IIS on MSCS nodes.  Probably not a concern.

     

     

  • RE: Windows 2003 SP2 & SS2000

    "What backwater chunk of software is this if the vendor says that it won't run on '05??" 

    Probably some company executive heard the old saying "If it ain't broke, don't fix...

  • RE: Movine Enterprise Manager to new machine

    HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\80\Tools\SQLEW\Registered Servers X

    Under this key, you will find subkeys that are the "Groups".  Under the subkeys are listed the registered servers.

  • RE: Specify ip address

    I suppose the usefulness would depend on your specific needs.

    One method would be to use the client network to specify an alias for the target server.  Another would be to add...

  • RE: How to debug the 200 lines of sql query

    Hi

    I just had this sort of thing happen to me last week.  The culprit was an OR operator that was not wery well thought out.  A couple of parentheses fixed...

  • RE: How Many Tables Can SQL Server Handle...

    Hi Jim,

    I think that you will need to follow the same rules that you would use for any kind of database design.  If the table(s) all represent the same thing,...

  • RE: Random lockups

    Hi JS,

    Another thing you might look for is autogrowth of files.  If you have a large data or log file, and this file is set to autogrow (the default) and...

  • RE: Creating Clustered Index on View with table containing XML data types Takes Forever and causes Timeouts

    Hi Sacha,

    I'd like to know how many rows you have in the table you're trying to index.

    I would suggest creating a copy of the table and inserting perhaps 1 percent...

  • RE: IDENTITY Property not transferred to subscribers

    "Does that mean I have to create copies by hand of each table I need in the replication and set that 'not for replication' option on each table?"

    Yes and no. ...

  • RE: Programming Regular Expressions

    Hey, that's my checking account.

    Are you trying to write T-SQL code that will create REGEXes for you, as opposed to getting SQL to parse...

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