Forum Replies Created

Viewing 15 posts - 16 through 30 (of 35 total)

  • RE: Connections

    Hi,

    This may not be the answer but i get this sometimes with the following conditions;

    I have two physical machines that i use here in the office.

    We have expiration policies in...

    Think great, be great!

  • RE: In which table i cant find this ??

    Hi,

    First and foremost this is not a table, it is a dynamic management view or DMV. Secondly, DMVs are not available in SQL 2000. DMVs were implemented in SQL 2005....

    Think great, be great!

  • RE: Question of the Day for 22 Aug 2007

    I'm just saying too. It's a bit misleading when you look into it.

    Think great, be great!

  • RE: SSL Encryption

    I have not tried to implement as of yet. I am just trying to gain helpful insight. Do you have any you would like to share?

    Think great, be great!

  • RE: Question of the Day for 23 Mar 2007

    Boooo... Can i have my points?

    Well, it's Friday!!!

    Think great, be great!

  • RE: SQL Mail

    I use smtp to send emails. If you have access to a server i feel that is the best way. I kickoff a visual basic script to do it.

    Hth,

     

    Brian

    Think great, be great!

  • RE: When To Use Cursors

    If you wrote a proc, usp_DoBatch...

    psuedo-code

    start tran

    set @i = 1

    while @i <= 10000

       begin

       If @i % 100 = 1

          start tran

       Do Something

       If @i % 100

        commit tran

      ...

    Think great, be great!

  • RE: How to move tables from Primary data file to secondary data file

    Hi,

    In BOL, search for placing tables on filegroups and it explains how to move existing tables to other filegroups using EM.

    hth,

     

    brian

    Think great, be great!

  • RE: Question of the Day for 07 Dec 2006

    I'm suprised that there is not seperate results returned for row beyond the result set and statement failed.

    Think great, be great!

  • RE: Question of the Day for 17 Mar 2004

    sp_spaceused @objectName

     

    its not quite the same thing since it doesn't show you the amount of space the object uses in the log but it does report space used on disk

    Think great, be great!

  • RE: Question of the Day for 23 Jan 2004

    do you have to be so technical   ///

    Think great, be great!

  • RE: BOL Update

    Thanks for passing that on.

    Think great, be great!

  • RE: EM acting funny all of a sudden

    No the query runs with no problem in QA. Does your EM ask for confirmation when a change has been made to a record before moving on to another record? I...

    Think great, be great!

  • RE: EM acting funny all of a sudden

    I went back and changed the size of the [Resolution] field to varchar(5000) and i still get the same results. Any other suggestions?

    Think great, be great!

  • RE: Incrementing records

    I agree with the other posters. Why should you reinvent this? Even in the case that you use stored procedures to enforce referential integrity rather than foreign keys, inherited a...

    Think great, be great!

Viewing 15 posts - 16 through 30 (of 35 total)