Forum Replies Created

Viewing 15 posts - 1,321 through 1,335 (of 2,038 total)

  • RE: interview questions

    Lynn Pettis (4/18/2009)


    My thought on his request told me he had a good idea what we might say, so he wanted us to hold off and see what others might...

  • RE: interview questions

    Alvin Ramard (4/18/2009)


    Why not the gurus? Sure I'm interested in what they think, but if they answer first that will like affect how "junior" members answer.

    Sure you are absolutely...

  • RE: Create Partition problem in VS2005 Team Edition for DB Professionals

    Hi Rob

    Seems you try to create two schemata within one SQL file. The concept of the DB-projects is to hold one object in one file. You have to create two...

  • RE: interview questions

    Hi

    Alvin Ramard (4/17/2009)


    I agree. What I'm interested in hearing is what people (...) think is a good next step.

    I don't try to give an answer for this question because...

  • RE: Are the posted questions getting worse?

    I have a short question depending on the article I intend to write (CLR solutions to split strings).

    What do you like more C# or VB.Net? It doesn't matter for me...

  • RE: Are the posted questions getting worse?

    GilaMonster (4/18/2009)


    Perfect. Thanks.

    Can I use that pic in the article I'm busy with (with credit)?

    Sure!

  • RE: Performance issue with tally solution

    Jeff Moden (4/18/2009)


    Florian Reischl (4/18/2009)


    I agree with Jeff. Sure, it is simple to have a look into the assembly with .Net Reflector. But since you are no C#/VB.Net/... developer it...

  • RE: display data between two dates week by week

    Hi

    You can use DATEPART to get the weekday and the week:

    DECLARE @t TABLE (Sno INT, Sname VARCHAR(10), Date DATETIME)

    INSERT INTO @T

    ...

  • RE: Are the posted questions getting worse?

    GilaMonster (4/18/2009)


    Anyone got SQL 2000? More specifically Query Analyser?

    If so, can you please get me a screen shot of the following.

    Run the following:

    SET STATISTICS PROFILE ON

    GO

    SELECT * FROM sysobjects

    There will...

  • RE: Performance issue with tally solution

    I agree with Jeff. Sure, it is simple to have a look into the assembly with .Net Reflector. But since you are no C#/VB.Net/... developer it might look strange and...

  • RE: Performance issue with tally solution

    Paul White (4/18/2009)


    I was thinking originally of the second approach - a T-SQL chunking loop. However, the data access from CLR idea is intriguing - it would be nice...

  • RE: Connecr TO MS - Access DB FROM MS - SQL

    swathi.g (4/18/2009)


    Florian Reischl (4/18/2009)


    Hi

    I'm no pro for MS-Access but did you have a look to BOL for "linked servers"? Look for "sp_addlinkedserver", there are some examples how to connect to...

  • RE: Connecr TO MS - Access DB FROM MS - SQL

    Hi

    I'm no pro for MS-Access but did you have a look to BOL for "linked servers"? Look for "sp_addlinkedserver", there are some examples how to connect to MS-Access databases. Sure...

  • RE: Performance issue with tally solution

    Paul White (4/18/2009)


    Florian Reischl (4/17/2009)


    Chunks? Your suggestion was to get all in one XML.Flo

    You gave my suggestion a much deeper analysis than it warranted 😉

    By 'chunks' I meant something like...

  • RE: Performance issue with tally solution

    The Test Framework

    To simplify the tests I create one table “PerfMon” (delete the data if it already exists) and two procedures “usp_PerfMon_Init” and “usp_PerfMon_Write”. If you want to do the...

Viewing 15 posts - 1,321 through 1,335 (of 2,038 total)