Forum Replies Created

Viewing 15 posts - 121 through 135 (of 447 total)

  • RE: Role Membership

    Executed query on SSMS and got result NULL. HUUUHHH.

    Didn't read select all that apply and just selected NULL and lost a point.

    Don't know how many points I lost by not...

    SQL DBA.

  • RE: File Groups

    Very good question. I was asked this question in an interview.

    Q). What's the easiest and fastest way to move data of a table from file1 to file2?

    A). Move the...

    SQL DBA.

  • RE: SSMS Installation Problems

    Check this article - http://support.microsoft.com/kb/916760

    For a clean install create a new folder on desktop and in that folder put both Tools and servers folder and then execute setup.exe from Servers...

    SQL DBA.

  • RE: How to Dynamically and Iteratively Populate An Excel Workbook from SQL Server

    Excellent and informative article. I, though using SSIS for last couple of years but still love the simple DTS designer tool of SQL Server 2000 version than the complicated...

    SQL DBA.

  • RE: AND & OR

    Tricky question.

    Looks like there is lots of disappointment in air today.

    SQL DBA.

  • RE: replicate

    Good question. But the real googly would have been if 18003 was included in options in place of 8000 or 16005.

    Then you would have seen more wrong answers than...

    SQL DBA.

  • RE: SQL & the JOIN Operator

    Excellent article Wagner! A good revision of good SQL and old but basic stuff for any developer to be called a good developer. Thanks again.

    SQL DBA.

  • RE: XML Query

    lucky-80472 (10/7/2009)


    I'm getting the same result for all the 4 queries posted.

    anybody else?

    you see alias customersa and customersb in the resultset of C. where as in all other queries it's...

    SQL DBA.

  • RE: XML Query

    I am bad at XML, actually very bad. Have to execute each code in SSMS and then see the difference.

    But still, what acually is different in C except that...

    SQL DBA.

  • RE: minimally logged operations

    Steve, why is that sometimes a very good question holds just 1 point where as a simple question like today's bulk logged holds 2 points ?

    Backup recovery model is part...

    SQL DBA.

  • RE: @@TEXTSIZE

    Select @@TEXTSIZE

    in SQL Server 2000 SP4 - result is 64512

    in SQL Server 2005 SP3 - result is 2147483647

    So, which one is correct?

    SQL DBA.

  • RE: T-SQL Parsing Crazy Eights

    crispy cracker QOD.

    SQL DBA.

  • RE: DDL or DML

    Simple basic question.

    http://en.wikipedia.org/wiki/Data_Manipulation_Language

    SQL DBA.

  • RE: Aggregation in SQL Server 2008

    How come Dec 3, 2009 question appeared on sep 14th?

    SQL DBA.

  • RE: Database Mail Multiple Recipients

    Parthipan,

    Try this. It should work.

    EXEC msdb.dbo.sp_send_dbmail @profile_name = 'Test',

    @recipients = [@empemailid ; @manageremailid],

    @body = '@body',

    @subject = '@subject'

    SQL DBA.

Viewing 15 posts - 121 through 135 (of 447 total)