Forum Replies Created

Viewing 15 posts - 1,801 through 1,815 (of 2,496 total)

  • RE: The old IT conundrum (how do I get from here to there)

    Some people suggested buying SQL Developer Edition. If you have the cash, get a TechNet Plus subscript (about USD $350). I have this, and it gives you all...

  • RE: Memory sql 2000 win 2003 problem

    You do not have to stay on SQL 2000 just because you need DTS.

    If you install SQL 2005 and download and install the DTS Designer component you have a fully...

  • RE: Passwords

    First of all, you need to comply with site standards. Many sites classify passwords for service accounts, etc, as Type 1 data (your Security team will tell you...

  • RE: xp_cmdshell

    Another thing to remember...

    The command environment that SQL uses to run commands from xp_cmdshell is not the full CMD environment you get on your desktop.

    There is no input stream in...

  • RE: Create and use temporary INDEX

    Alberto, is there anyone in your office wearing a blue shirt?

    When you answer this, do you count all the people who are wearing blue shirts before answering yes or no....

  • RE: Oracle DB stuff

    Take a look at the Oracle site. Sign up for their free magazine, it contains a lot of useful info similar to SQL Server Magazine. Look for Oracle...

  • RE: Fixing SQL Server

    Completely agree with you.

    Microsoft do some things well. But they do almost anything but make it easy for their customers to schedule maintenance work. Regular and predictable maintenance...

  • RE: Doesn't look like Taskpad is coming back

    Yes, Custom Reports are cool, but you do need SP2.

  • RE: SSC Level List?

    You need something to aim for. How about 'Better than the Don' for a score above 28067

  • RE: Doesn't look like Taskpad is coming back

    Google 'Taskpad view custom report' - there are a few to choose from. Download what you want and put it in your My Documents\SQL Server Management Studio\Custom Reports folder....

  • RE: Sql 2005 Instance; dynamic ports and firewall issue

    If you want a fixed port, this can be configured using SQL Server Configuration Manager. Click on Network Configuration then look at 'Protocols for instance-name', right-click on TCP/IP and...

  • RE: latest sql server 2005 patch

    The minimum build level you should consider is SP2 plus CU1. SP2 fixed many issues but introduced some new bugs that were resolved in CU1.

    Now that MS are delivering...

  • RE: with nolock in sql server please advice

    If you are doing aggregation queries, where the consistency of the result is not critical, you should make NOLOCK your default choice. Also make NOLOCK your default choice when...

  • RE: Convert RTF data

    What you want to do looks to be similar to the first step SQL takes when creating a full-text index on a RTF document. When SQL builds a FT...

  • RE: Back SQL Agent Jobs

    All your jobs are stored in msdb, so a backup of msdb will contain all your jobs.

    As other people have said, it is a good idea to also have scripts...

Viewing 15 posts - 1,801 through 1,815 (of 2,496 total)