Forum Replies Created

Viewing 15 posts - 33,181 through 33,195 (of 39,810 total)

  • RE: Question of the Day for 25 Apr 2006

    Apologies. Editing the names from the test system resulted in the = being missed. Points have been awarded back for D and the question changed to fix the syntax error.

  • RE: iJacking

    I'm sitting at Starbucks this morning, writing a little on my book. Since I work at home, sometimes I get out and this is a great place to work.

    However,...

  • RE: Strategy for storing User Configurations

    I'm slightly confused, why one login? If the Windows logins are used, then use them to auth to the db.

    I do like the idea of storing config data in the...

  • RE: SQL 2000 & 2005

    On my XP desktop, I had 2000 Personal installed. Added 2k5 Dev and taskpad still works in EM.

  • RE: SQL 2000 DBA Toolkit Part 2

    So you would advocate pulling all data from the database server, running it through a utility and then putting it back for further querying?

  • RE: SQL 2000 DBA Toolkit Part 2

    I would venture the guess the best tool is the database since that's where most of the data is. SED, AWK, etc., apart from not being on Windows in general...

  • RE: hyperlink in data table

    That appears to be a .NET and not a SQL error. I suspect you may need to insert it as <"http://...

  • RE: Date Issues

    Since these will be static when this runs, I'd calcualte them and store the values in variables and then include the variables in this query.

    select @a = getdate()

    select * from...

  • RE: Converting a date

    Look at DATEPART and DATENAME in Books Online for hints on formatting.

  • RE: The Best Job

    Tobias,

    If you get there, call me. That sounds wonderful to me as well!

  • RE: Tax Day

    Scott,

    Thanks for the clarification. I think it's a good idea, but one thing more to think about is that the IRS and associated schemes also employ a lot of people....

  • RE: Tax Day

    I don't mean to imply I mind paying taxes. I don't want to pay more than I need to, but I love the US and am happy to support it.

    The...

  • RE: Tax Day

    Thanks for the grammar notes , it was a long weekend.

  • RE: Hide DTS in EM from Users

    The Guest user has access to read tables in msdb, where the DTS packages are stored. You can remove the permissions to the stored procedures used to scan for the...

  • RE: DB Maintenance Plan

    Can you update the table?

    Doesn't look like the system procedures are really detailed.

Viewing 15 posts - 33,181 through 33,195 (of 39,810 total)