Forum Replies Created

Viewing 15 posts - 76 through 90 (of 326 total)

  • RE: Differential restore without full backup restore!!

    That's bad. If nothing is changing in full backup, then it shouldn't be required to restore before each differential restore...

    Online Trainer For SQL DBA and Developer @RedBushTechnologies with 18 yrs exp.

  • RE: DDL trigger to prevent drop of a particular database

    Great Sir. it worked. thanks

    Lowell (6/27/2013)


    ahh, i see it now;

    objectname is fine for objects, like tables/procs(anything that exists in sys.objects), but you need a different field in the xml data...

    Online Trainer For SQL DBA and Developer @RedBushTechnologies with 18 yrs exp.

  • RE: DDL trigger to prevent drop of a particular database

    Interestingly I got this script from one of your script for tables and modified it for database. While pasting here, I missed the part that you added. But after all...

    Online Trainer For SQL DBA and Developer @RedBushTechnologies with 18 yrs exp.

  • RE: Login failed for user

    Check that password is not being changed..

    Online Trainer For SQL DBA and Developer @RedBushTechnologies with 18 yrs exp.

  • RE: cant find download link for SQL server 2005 (64 bit)

    Gail

    Although its an old thread but i don't see an option when I install with my SQL 2005 32 bit installer,to make it 64 bit.

    it plainly installs 32 bit sql,...

    Online Trainer For SQL DBA and Developer @RedBushTechnologies with 18 yrs exp.

  • RE: running package from TSQL

    This worked...thanks. Didn't try the job one. But thanks for that as well..

    happycat59 (6/17/2013)


    Have you tried putting your code in a stored procedure and using the "EXECUTE AS" option in...

    Online Trainer For SQL DBA and Developer @RedBushTechnologies with 18 yrs exp.

  • RE: running package from TSQL

    it has to be real time as the package will pull some data for user and put in other tables.

    Multiple user is no pbm as we have restricted users to...

    Online Trainer For SQL DBA and Developer @RedBushTechnologies with 18 yrs exp.

  • RE: prevent simultaneous update

    But it will put lock on entire table, right? whereas I want to lock only the selected record.

    So that noone else is able to select it.

    ChrisM@Work (6/7/2013)


    You might consider something...

    Online Trainer For SQL DBA and Developer @RedBushTechnologies with 18 yrs exp.

  • RE: prevent simultaneous update

    Hi

    There is nothing currently at App side which can prevent 2 users fro simultaneous update.

    It has to be handled from database side. The SELECT subquery selects the unassigned...

    Online Trainer For SQL DBA and Developer @RedBushTechnologies with 18 yrs exp.

  • RE: DROP PK on highly called big table

    Thanks All. for someone who falls on this thread, I did:

    1.create new table with same structure

    2.Move data in new tables in batches of 1L

    3.create all indexes

    4.rename table (happnened in millisecs...

    Online Trainer For SQL DBA and Developer @RedBushTechnologies with 18 yrs exp.

  • RE: DROP PK on highly called big table

    Just to add, there are no insert updates on table during daytime. Only SELECTS.

    Online Trainer For SQL DBA and Developer @RedBushTechnologies with 18 yrs exp.

  • RE: DROP PK on highly called big table

    Table+index size is around 25 gigs. So building new table and indexes will take hours. But you are right that atleast it won't have impact on live server.

    Online Trainer For SQL DBA and Developer @RedBushTechnologies with 18 yrs exp.

  • RE: DROP PK on highly called big table

    No. None are there.

    SQLSACT (6/3/2013)


    Do you have any FK's referencing that PK?

    Online Trainer For SQL DBA and Developer @RedBushTechnologies with 18 yrs exp.

  • RE: Mirrioring on SMTP mail server

    Thank You sir..

    Online Trainer For SQL DBA and Developer @RedBushTechnologies with 18 yrs exp.

  • RE: Index maintenance increase log size

    There is only one clustered index on table, no NONClustered indexes are there.

    Lynn Pettis (4/29/2013)


    S_Kumar_S (4/29/2013)


    One question to all:

    If I have data like this, where there is only one clustered...

    Online Trainer For SQL DBA and Developer @RedBushTechnologies with 18 yrs exp.

Viewing 15 posts - 76 through 90 (of 326 total)