Forum Replies Created

Viewing 15 posts - 1 through 15 (of 86 total)

  • RE: Rebuilding Indexes very often is good?

    No rush but I am looking forward for you to release an article or post on the presentation you did yesterday. Very very good, Jeff!

    --Pra:-):-)--------------------------------------------------------------------------------

  • RE: Rebuilding Indexes very often is good?

    Jeff Moden - Thursday, March 22, 2018 8:04 AM

    paul s-306273 - Thursday, March 22, 2018 3:38 AM

    --Pra:-):-)--------------------------------------------------------------------------------

  • RE: Extremely basic Instance naming convention - Opinion needed

    No we set the AGs to failover manually. I know, it kind of destroys the purpose. Good point on the instance naming for auto failover AGs though! Thanks

    --Pra:-):-)--------------------------------------------------------------------------------

  • RE: Static Port conflicts

    Thanks, Perry! I understand what the listener functionality is. My only question is that I am able to login through listener with a different port number that it has no...

    --Pra:-):-)--------------------------------------------------------------------------------

  • RE: BAckup's not completing 100%

    thats what i am wondering how to send.. A private message????

    i know its pretty known to evryone but just wondering...unless if u want me post here

    I am okay with doing...

    --Pra:-):-)--------------------------------------------------------------------------------

  • RE: BAckup's not completing 100%

    Lowell,

    I am not usuing raw dbnames but using a cursor to loop through all the dbs and back them up to the folder location. There is no...

    --Pra:-):-)--------------------------------------------------------------------------------

  • RE: Index fragmentation not cutting down to 0

    thanku i just came to know that.. Thanks for the quick response 🙂

    --Pra:-):-)--------------------------------------------------------------------------------

  • RE: what is Copy-Only Backup?

    eng_mgomaa (8/11/2010)


    Copy-only backups are not supported via SQL Server Management Studio (SSMS)

    and must be performed via the Transact-SQL (T-SQL) BACKUP command.

    I dont think so.. I have a check box with...

    --Pra:-):-)--------------------------------------------------------------------------------

  • RE: Production databases, people involvement

    adb2303 (12/11/2013)


    might also be worth looking in the default trace to track some of those changes retrospectively

    Default Trace???

    --Pra:-):-)--------------------------------------------------------------------------------

  • RE: Production databases, people involvement

    Keith Tate (12/11/2013)


    Do you want to prevent them from dropping objects? If so, you could write a DML trigger to prevent that:http://technet.microsoft.com/en-us/library/ms191524(v=sql.105).aspx. Or you could use the trigger to write...

    --Pra:-):-)--------------------------------------------------------------------------------

  • RE: sql datatype convertion error??

    Erin Ramsay (4/18/2013)


    prathibha_aviator (4/18/2013)


    I know right but apply the same on below

    IF (SELECT COALESCE((SELECT dI.[entry] FROM InitialData AS dI WITH(NOLOCK) WHERE dI.dept= 'Support'

    ...

    --Pra:-):-)--------------------------------------------------------------------------------

  • RE: sql datatype convertion error??

    I know right but apply the same on below

    IF (SELECT COALESCE((SELECT dI.[entry] FROM InitialData AS dI WITH(NOLOCK) WHERE dI.dept= 'Support'

    ...

    --Pra:-):-)--------------------------------------------------------------------------------

  • RE: sql datatype convertion error??

    This is an example i gave u... with created tables and column values...and datatypes exactly replicating my original table at work...but I am missing some string conversions in my program.....

    --Pra:-):-)--------------------------------------------------------------------------------

  • RE: sql datatype convertion error??

    okay what if we do this

    IF (SELECT COALESCE((SELECT dI.[entry] FROM InitialData AS dI WITH(NOLOCK) WHERE dI.dept= 'Support'

    ...

    --Pra:-):-)--------------------------------------------------------------------------------

  • RE: sql datatype convertion error??

    sry i gave wrong values in the condition.. pls excuse

    here is the condition now

    IF (SELECT COALESCE((SELECT dI.[entry] FROM dbo.InitialData AS dI WITH(NOLOCK) WHERE dI.Dept = 'Support'

    ...

    --Pra:-):-)--------------------------------------------------------------------------------

Viewing 15 posts - 1 through 15 (of 86 total)