Forum Replies Created

Viewing 15 posts - 136 through 150 (of 332 total)

  • RE: Guest Editorial: Do You Run Antivirus Software on Your SQL Servers?

    In general I am against AV on a server, because the vast majority of the time it is useless. However, the very occasional time it is useful (eg. prevent a...

  • RE: ntext to nvarchar(max)

    Always a possibility!!! All I can suggest is that you run some tests.

    Andy

  • RE: ntext to nvarchar(max)

    I'm sure there are docs out there to help with importing from Access. I haven't done it for a while, so I created a demo table in Access 2003 with...

  • RE: ntext to nvarchar(max)

    As you have to EXEC a snippet of SQL code (hmmm, unless you updated the schema tables directly....), probably easier to run this in a Cursor. May not be the...

  • RE: ntext to nvarchar(max)

    I think you'll have to write some CASE logic around the information held in:

    select TABLE_NAME, COLUMN_NAME from INFORMATION_SCHEMA.COLUMNS where DATA_TYPE = 'ntext'

    Andy

  • RE: Guest Editorial: In Praise of Templates

    Thanks Phil,

    Templates have been a well-kept-secret from me. I have never used them. But I can see how they could really speed up some of my work. Much appreciated info.

    Andy

  • RE: Celebration

    Hearty congratulations to Steve, Andy and Brian.

    Steve, maybe you can celebrate by buying a new T-shirt... 🙂

    Any predictions for how long it will take to reach 2 million?

    Andy

  • RE: SQL 2005 and GIS server

    With the new spatial data types included in SQL Server 2008, most of the functionality of ArcSDE is now redundant. It will be interesting to see whether ESRI embraces the...

  • RE: Licensing SQL Sever Management Studio.

    I think, as long as the Client Workstation is licensed for SSMS, and the Server is licensed for the database engine, you are covered.

    Although bear in mind that remote connections...

  • RE: No free space on C drive

    Sounds like your hands are tied a little here. However, Windows Operating Systems absolutely hate running out of hard-drive space, especially on the system drive. You will have continuous, unexpected...

  • RE: Open Source Pay

    The general consensus seems to be that knowing your co-workers salaries would lead to jealousy and resentment. This would only be true if pay is unfair.

    To argue this a slightly...

  • RE: Open Source Pay

    HR Departments are certainly able to make these decisions.... they just judge you on the clothes you are wearing 😛

  • RE: Does a new stored procedure get created on the mirror

    Try to think through where the object is being created..... Any object created in the database will be mirrored.

    The main gotcha here are Security Principals, eg. Logins. These are not...

  • RE: Open Source Pay

    My view is that if the company is paying its staff FAIRLY, then there can be no resentment. In the EU, there is a "fair pay" directive which is gradually...

  • RE: SQL mirroring. Both servers In Recovery

    Thanks Philip, interesting.

    Do you know if the problem lies purely with the size of the LDF file (and how full it is), or is it related to the speed the...

Viewing 15 posts - 136 through 150 (of 332 total)