Forum Replies Created

Viewing 15 posts - 2,326 through 2,340 (of 2,897 total)

  • RE: INSERT Fails with a Default Value

    [Col2] [nvarchar](5) NOT NULL CONSTRAINT [DF_TableA_Col1] DEFAULT ('unknown'),

    You're trying to insert NULLS into a column that does not allow NULLS

    You could add:

    WHERE TableB.Col2 is not null

    same for Col1 & Col3

  • RE: sa account locked out.

    We give contractors a Windows account, then give them just as much SQL access as they need. If an app needs a SQL login, then we create a specific one...

  • RE: Experience with Database auditing tools

    We also are pretty happy with Idera's Compliance manager. When I was shopping 6 months ago, I don't think Quest's product had been released yet, so maybe that's why no...

  • RE: Sql 2000 monitoring software

    We recently bought Idera's Compliance Manager. It has lot's of configuration options so you can specify different amounts of detail for different servers & databases. We have some of...

  • RE: How to make a smaller backup for developers

    Is the problem that the resulting database on the laptop is too big, or the amount of space of the database AND the.BAK file ? If it's a transitory...

  • RE: Replication upgrade strategy: 2000 sp3 to 2005

    "...Am I reading correctly that 2005 cannot be a subsriber to a 2000 publisher?..."

    We have a 2005 subscriber to both Snapshot & Transactional subscriptions from a 2000 server .. ...

  • RE: Mail Works, but not from Job Notification

    SRB (10/9/2007)


    In the properties of the SQL Server Agent, what is the "Alert System" setting for Mail Session. Enable Mail Profile should be checked.

    That was it !! ...

  • RE: Backup to a different machine

    Jo Pattyn (10/6/2007)


    BACKUP DATABASE testdb

    TO DISK='\\ServerB\Backup\ServerA\testdb.bak'

    *Make sure the executor (sql agent) has enough permissions on the disk

    *Try to restore at least one backup. We had issues with windows 2003 without...

  • RE: Width of column

    By Best Practices, do you mean make the change with the script, or save the script for historical purposes ?

    When I make changes with the GUI, I have set my...

  • RE: Width of column

    Or you can do it the easy way with the GUI and get it done in about 4 clicks.

  • RE: LT and GT signs cause text to disappear

    " ... Members using Internet Explorer will not experience this issue ..."

    I'm on IE 6.0.2900.2180

    "...If you're inclined, you can switch the angled brackets to & lt ; and & gt...

  • RE: Time zone problem

    It's pretty low on my list of worries.

  • RE: Time zone problem

    I'm in Connecticut, and should have chosen -5, but I had to choose -4 to get the right display.

  • RE: Urgent help with replication and data filtering

    Can't you write your select statement and put that in your filter ? I've done filters so that I only replicate from TableA if I get a good join to...

  • RE: Time zone problem

    Time Zone error for me too. I had to purposely choose a time zone that's 1 hour earlier than my real time zone in order to get the correct time...

Viewing 15 posts - 2,326 through 2,340 (of 2,897 total)