Forum Replies Created

Viewing 15 posts - 5,266 through 5,280 (of 6,041 total)

  • RE: How to join a local table to a remote table by way of a linked server

    I agree that it's best to map local logins to an account on the remote server, rather than have all logins access the linked server using a default security context....

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: A Break from Databases

    Peter Maloof (2/24/2012)


    Eric:

    Eric M Russell (2/24/2012)


    For the past several years, I find myself walking up the theatre, reviewing the movie lineup, and then most of the time I'll just walk...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: A Break from Databases

    "Dolphin Tale" is one of the other hanful of movies from 2011, and it was one that me and the family enjoyed together.

    For TV series, "Spartacus: Gods of the...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: A Break from Databases

    For the past several years, I find myself walking up the theatre, reviewing the movie lineup, and then most of the time I'll just walk away disinterested. The same goes...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: One thing I keep missing in SQL

    Samuel Vella (2/8/2012)


    One thing I would love to be able to do in SQL is this:

    (Simple example)

    select

    A,

    ...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: automate a way to restart SQL at 5:30AM

    jyoti.patel (2/20/2012)


    We would like to automate a way to restart SQL at 5:30AM local time every morning. We have an application that hangs until the SQL service is restarted. Cau...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Table locking during large insert

    dbapt605 (2/17/2012)


    Is it possible to insert a large number of records into a fairly big table, and not have SQL Server lock the entire table against updates or other smaller...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Need help on User define Function

    When it comes to implementing a parameter driven process that performs multiple steps and then returns a result, that should generally go in a stored procedure, not a function.

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Insert data in to Temp table from a dynamic query

    GilaMonster (2/21/2012)


    You need to create the temp table outside of the dynamic query, meaning you need to know or be able to work out the columns beforehand.

    It is possible to...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Query accounts, domain groups, and members who have admin membership.

    Ray Herring (2/21/2012)


    Eric M Russell (2/21/2012)


    Ray Herring (2/21/2012)


    Hi Eric,

    Great tool and very timely for me :).

    I wonder about an addition. Of course in SQL 2008 Local Admins are not...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Query accounts, domain groups, and members who have admin membership.

    Ray Herring (2/21/2012)


    Hi Eric,

    Great tool and very timely for me :).

    I wonder about an addition. Of course in SQL 2008 Local Admins are not automatically members of Builtin/Administrators, But...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Proxy account and minimum rights

    jeanyvesR (2/21/2012)


    Many thanks Eric , I have added the credential in MSDB db_ssisoperator role and it works fine.

    Before this try I have found this MS kb : http://support.microsoft.com/kb/912911/en-us and a...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Proxy account and minimum rights

    jeanyvesR (2/20/2012)


    Sorry :crying:, but I going to run the job and I got following error message :

    Message

    Executed as user: Domain\PROXY_USER. Microsoft (R) SQL Server Execute Package Utility Version 10.50.2500.0...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Wondering why ERROR on a specific case of smallmoney

    The 2nd example will work, if your change the factor from an interger to a floating point like so.

    select (cast ('1' as smallmoney) * 1000000000.0);

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Without DateTime Column?

    Charmer (1/24/2012)


    Hi Friends,

    i have table which does not have any date time column, but my need is to get some records depending on the date&time...is it possible...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

Viewing 15 posts - 5,266 through 5,280 (of 6,041 total)