Forum Replies Created

Viewing 15 posts - 511 through 525 (of 528 total)

  • RE: Is this an excessive use of data files?

    Not to cast stones or aspersions especially since I do not know any details about this situation, but:

    At a keynote address back in February, at a Linux conference, the (paraphrased)...

  • RE: SSIS subsystem fails to load after GDR 1406 hotfixes are applied

    1.  You need to check with the server guys, and ask whether they noticed that the patches they implemented included the SQL Server instead of windows patches.  They may have...

  • RE: Data insertion limit on a user?

    It sounds to me like you may be approaching this question from not precisely the correct angle.

    Assumptions:  1.  The database is a live production database.  2.   The user may or...

  • RE: T-SQL Merge Join??

    So many places to go on this, and so little time...  Some thoughts:

    1.  Assuming that the ID will be unique, and you don't want to lose data, there are outstanding...

  • RE: SQL Server Encryption Best and Worst Practices

    OK. this correlates to the archiving plan issue... the web site has been redesigned since the article was written, and the quote with the associated link is gone. ...

  • RE: Diff between SqlExpress and SqlServer

    The original question boils down to:

    Whereas, if I connect to my local machine using machinename\SQLEXPRESS, then the above mentioned query runs fine.

    when you add '\SQLEXPRESS' as part of your connection...

  • RE: Count Distinct

    Forgive me if I'm stating the obvious here, but I suspect that, in order to get numeric results, you're going to have to rethink the entire query.  Why?  Because in...

  • RE: Question of the Day for 11 Jun 2007

    I'm glad this question is worth only 1 point. That's all it deserves. While I agree that every jot and tittle matter as technicians, there's a fundamental question...

  • RE: I''''m published!!!

    Congrats indeed! What was the first story, and where can it be found?

  • RE: Question of the Day for 30 May 2007

    Well, doubly shame on me. I had recently read a discussion on this very topic and still indulged in wistful thinking. However, there is a bit of perverse...

  • RE: Can anyone be so green?

    Rob - quick thought... rather than use notepad, highlight your entire post and copy (cntl-c) before previewing.  that way, if it's lost all you have to do is reopen and...

  • RE: Question of the Day for 25 May 2007

    The 'perfect' answer is missing.  Grab a thumb drive and copy the cube to his machine, so that both of you can work independently.  Who travels with a crossover cable,...

  • RE: Can anyone think of a good reason for NOT having a PK?

    Maybe your DBA wanted to know if you'd notice?

  • RE: Verify this please

    As written you should get an error message, because your closing WHERE has an ambiguous reference?  The interior select appears to be using only one table and is idempotent.  If...

  • RE: Need to get Time diff between 2 dates

    try this: datediff(minute, date1, date2) as mins, datediff(second, date1,date2) as secs as the function calls for calculating the difference between dates, in SQL. Place it in the select...

Viewing 15 posts - 511 through 525 (of 528 total)