Forum Replies Created

Viewing 15 posts - 33,376 through 33,390 (of 39,804 total)

  • RE: Free As In Speech

    I think posts are a grey area. If you post substantial code or develop original thoughts in a paragraph or two, then I think your words are copyrighted. Quoting someone...

  • RE: Question of the Day for 07 Feb 2006

    I have corrected the answers as it is indeed 2^31 - 1 characters. Sorry, missed that little subtraction late last night.

  • RE: How much on a resume

    I got to two pages, and start to drop things when I get longer. The other thing I do is reduce the amount of description in older jobs, so the...

  • RE: RE:

    Ian,

    You can reduce this by limiting the results again to look for a NULL in the left outer table.

  • RE: Responsibility

    The one for the 70-443 exam and one (short) one on 2005 Maintenance Plans

  • RE: Customer Service

    BTW, I did receive an apology from the President of the company today.

    That was nice, although someone posted a rude comment in his guest book. Please refrain from doing something...

  • RE: Any advise on using filegroup feature of SQL2k

    It makes administration harder. I've only used it when I had data for archiving I could separate out into it's own filegroup. Or when I had disk constraints.

    How much is...

  • RE: SQL SERVER RUNNING OUT OF MEMORY

    This is normal. SQL Server will allocate some at boot and begin to request more from the OS as it feels it needs it. 1GB is pretty low and I'd...

  • RE: DTS Packages

    The tasks run in parallel if they have no dependencies between them. You can add 4 connections with 2 data transform tasks, but no links between them and the 2...

  • RE: Last login , quick output

    You can set an alert to get successful logins, but I've had trouble getting it to work. Maybe BKelley will chime in.

    If you have the logs, then you can save...

  • RE: Specify TCP Port for named instance of SQL Server

    The Configuration Manager or the Properties of the server in SSMS should help you here.

  • RE: Customer Service

    Thanks for the notes and support, but I tend to agree with Bob McEuen. After I sent it, I felt bad about that last line. Actually would have preferred to...

  • RE: Seek Table Design Advice\Best Practice: Accounting Period

    I used to build a separate table for accounting periods. We always had weird ones that would sometimes end a day early or late. So I build a table that...

  • RE: More Alternative Energy

    The woodstove is interesting and we've considered that. Get two benefits for the price of one. A wood fire and heat.

    The alternative power is interesting to me because I know...

  • RE: Date Translation Help

    You can use DATEPART to find out which day of the week it is. Then depending on what you have DATEFIRST set to, you can add or subtract days.

    For me,...

Viewing 15 posts - 33,376 through 33,390 (of 39,804 total)