Forum Replies Created

Viewing 15 posts - 33,616 through 33,630 (of 39,804 total)

  • RE: double spaced when typing? how to correct?

    Not sure. I think there are more options in IE. Tend to use Firefox with no options.

  • RE: Anti-Offshore

    Nothing to do with SQL, just a topic of debate. Only relating to tech in terms of not offshoring government contracts.

    Never said the US is perfect, but it's much easier...

  • RE: Browser Back Button doesn''''t work when in discussion forum

    No, ASP.NET problem we are having. I tend to pop things in a new tab in Firefox or new window in IE

  • RE: Anti-Offshore

    I'm not sure how far to take them. I'd like to see contracts for contruction work, the food services, etc. handled by companies within the state. There are any number...

  • RE: Management Studio

    Doesn't work for me either. My guess is that it's just disabled for some reason like security. Since the Open Table is editable, perhaps they do not want you to...

  • RE: Access inserted, deleted virtual table in the SP

    no, context will have changed. The logic needs to be in the trigger.

  • RE: joining on most recent date

    select *

    from TableA

    inner join TableB

    on purch_date = b.updated_date

    where b.updated_date = (select max( c.updated_Date)

    ...

  • RE: Could not allocate space for object, the ''''PRIMARY'''' filegroup is full.

    It's possible there is a bug, but this would be the first I heard of it. I would manually grow the file and see if that works. Perhaps in the...

  • RE: SQLAgent - Security Issue ?

    If they are system administrators, they should be able to view everything.

    If they are running EM, go to Tools, then Query Analyzer and startup a profile on that tool. SELECT...

  • RE: No XXX

    Rani.

    That's a good point, although router limits are easier to implement on an entire domain, especially for ISPs that can offer that filtering.

    There still would need to be auditing, but...

  • RE: Anti-Offshore

    I'm not anti offshore, just anti-offshore government contracting Or at least for basic work.

    It's a form of welfare rather than a tariff. It...

  • RE: creating a DML control trigger

    you would build the cursor on the inserted table and loop through it.

  • RE: EXEC xp_sendmail

    There is something called cross database ownership, which may not be enabled.

    Personally I'd setup a job owned by sa to run the mail procedure every minute. Check some table for...

  • RE: DTC problem with SQL 2005 on Server 2003

    Not sure about 2005, but I had two 2003 servers in a workgroup and there was some registry entry I had to make to allow DTC to function across them....

  • RE: Disk and Tape Backup Devices

    Not sure about this other than it's probably legacy. On the tapes, you can have multiple "files" or backups on one media, as well as one backup spanning tapes.

    There is...

Viewing 15 posts - 33,616 through 33,630 (of 39,804 total)