Forum Replies Created

Viewing 15 posts - 27,826 through 27,840 (of 39,804 total)

  • RE: Working part-time

    I approached one employer about this when I found that they didn't really need a 40hour a week DBA. They did need some on-call, after hours support, and I said...

  • RE: Upgrading a database compatibility from 6.5 to 2000

    The compatibility mode changes the way keywords are handled in SQL Server. There were lots of words that were valid in v6.5 that became reserved in v70 and above (ie...

  • RE: Software for Profit

    Interesting numbers.

    So are costs higher in physical businesses or are software companies taking advantage of their lower costs and charging more? Is there value in what they're providing?

  • RE: A Good Case For Reference

    If you have the 2005 client, the SQL Native Client, then you put two entries in there for the mirrored servers and they automatically reconnect if the primary has failed.

    http://msdn.microsoft.com/en-us/library/ms366348.aspx

    It's...

  • RE: Dates or day of week on each item?

    The newsletter is new each day. We don't have things go from day to day, except perhaps the forum threads, and those reappear if they've had a new post in...

  • RE: Riddle me this....

    Block the users from the database with the firewall. More rules, not so elegant, but it solve the issue.

    Right now, there's no way to change this. There have been suggestions...

  • RE: Freeing up space used by deleted images

    Perhaps put them in a separate filegroup? Maybe then work with that separately?

    Or add an "image" filegorup, put the data in, then add another one at some point, delete the...

  • RE: Encrypt and Dcrypt data

    There was a way in SQL 2000 to perform an MD5, one way encryption of data, and ENCRYPT() works on my SS2K instance.

    However this cannot be decrypted. You can "compare"...

  • RE: Archiving data past a certain date to another database.

    No standard way of doing this. If you have Enterprise edition, I'd look at table partitioning and moving those older partitions to separate file groups.

    You can make a view instead...

  • RE: DBCC Reindex then ??

    If you are in simple mode then your logs will be truncated at each checkpoint, and space used by committed transactions marked as free.

    However, you cannot recover work beyond your...

  • RE: Recovery Model

    Rinu's explanation is the best.

    The advice is to run with full mode, unless you need to run a bulk operation, in which case, you can switch (online) to bulk...

  • RE: Advice for SQL Server 2005 Training

    I would guess that most people would be using only one of these, so I'm not sure you will get a comparison.

    I don't know about the CBTs, but the books...

  • RE: A Good Case For Reference

    I know that GIS is heavily used, but I'm definitely not aware of how extensively it's implemented. The "finding directions" and mapping is stuff I've seen, but the shortest paths,...

  • RE: how to find no. of instances installed on single sql sever 2005

    SQL Server 2005 is a single instance. It is self contained. If you install multiple instances, they are all installed on Windows as separate pieces of software.

    I'm not sure if...

  • RE: Microsoft Certified Master: SQL Server 2008

    It is interesting, but I don't see anywhere that they require for the certification. The prerequisites make some sense, but it needs to have some way to verify those items...

Viewing 15 posts - 27,826 through 27,840 (of 39,804 total)